From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG - org-agenda-show-future-repeats not mentioned in org.pdf Date: Sun, 10 Sep 2017 13:45:41 +0200 Message-ID: <87377u22vu.fsf@nicolasgoaziou.fr> References: <87y3poqm2r.fsf@skimble.plus.com> <87vakr3kw0.fsf@nicolasgoaziou.fr> <87vakqzuv3.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dr0gL-0003ZS-7b for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dr0gK-0001IM-40 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:45:45 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dr0gJ-0001HW-T7 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:45:44 -0400 In-Reply-To: <87vakqzuv3.fsf@skimble.plus.com> (Sharon Kimble's message of "Sun, 10 Sep 2017 11:54:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Sharon Kimble Cc: Org Mode List Sharon Kimble writes: > You are assuming that everyone knows what a 'docstring' is, and how to > get it or find out about it. Unfortunately, I don't fit into that > category, so when I saw on "http://orgmode.org/Changes.html" 'See > docstring for details.' I was, and still am, completely flummoxed by it, > which is why I looked for it in an updated 'org.pdf'. Emacs has an extensive help system. For example displays a list of all help you can get. In particular, in this menu, you can see v VARIABLE Display the given variable's documentation and value. So if you hit `v', you can select `org-agenda-show-future-repeats' and read its documentation string, or "docstring". A shortcut for this is v org-agenda-show-future-repeats RET Another way to look at it is to use the Customization system Emacs offers. To get there, you can use M-x customize-group RET org RET You can then browse variables by category, or directly search for the one you're looking for in the search bar at the top of the buffer. HTH. Regards,