diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 14:37:05 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 14:37:38 +0000 |
commit | 70469eb3e31223606fa141dd4deb7684d8a09977 (patch) | |
tree | 64836f20a78b32aeabea22c319ae5901ba98a49a /sx-question.el | |
parent | 5f6640e6af708097379ba419d8735713dbecff6e (diff) |
Also print answers
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index e04598b..59d5ded 100644 --- a/sx-question.el +++ b/sx-question.el @@ -30,7 +30,12 @@ (require 'sx-method) (defvar sx-question-browse-filter - '((question.body_markdown question.comments question.answers answer.body_markdown answer.comments) (user.profile_image shallow_user.profile_image))) + '((question.body_markdown + question.comments + question.answers + answer.body_markdown + answer.comments) + (user.profile_image shallow_user.profile_image))) (defun sx-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE." |