From 85b9b8d2b392210f350af5f7cc96456d0c2002cb Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 12 Nov 2014 22:29:47 -0500 Subject: Pull in question body Added this field to the filter as well. --- sx-question.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-question.el') diff --git a/sx-question.el b/sx-question.el index 0142929..5aab158 100644 --- a/sx-question.el +++ b/sx-question.el @@ -30,7 +30,7 @@ (require 'sx-method) (defvar sx-question-browse-filter - '(nil (user.profile_image shallow_user.profile_image))) + '(question.body_markdown (user.profile_image shallow_user.profile_image))) (defun sx-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE." -- cgit v1.2.3