From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Missing `Specific Header Arguments' in Manual Date: Tue, 01 May 2018 23:49:13 +0200 Message-ID: <87o9hzf3mu.fsf@nicolasgoaziou.fr> References: <8D4BA262-9F3F-412B-8DF1-5F6A6E3E671C@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDd9E-0000Zi-VC for emacs-orgmode@gnu.org; Tue, 01 May 2018 17:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDd9B-00013J-U8 for emacs-orgmode@gnu.org; Tue, 01 May 2018 17:49:21 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:59523) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fDd9B-00011X-La for emacs-orgmode@gnu.org; Tue, 01 May 2018 17:49:17 -0400 In-Reply-To: <8D4BA262-9F3F-412B-8DF1-5F6A6E3E671C@ucsd.edu> (Charles Berry's message of "Tue, 1 May 2018 21:34:50 +0000") 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: "Berry, Charles" Cc: emacs-orgmode Hello, "Berry, Charles" writes: > I miss not being able to refer to a single section in the manual so > I can browse the useful babel header arguments whose name, spelling, > or function I have forgotten. I guess it was re-organized out of the > manual in the update to the new org formatted manual. Yes, and it took me a long while to properly put all these arguments in a logical place instead of having them piled on top of each other. > Is there any way to recover this? > > Or maybe add an appendix just for specific header args rather than > having to hunt them down in the Main Appendix? You don't have to hunt them down. Within info, "i" then "header argument". A half-decent completion mechanism will display all of them. In the worse case, i.e., you have no decent completion mechanism, you can go to the Main Index then "C-s header argument M-s o". Now they are sorted, you can also search by topic. For example, if you know the specific header argument your are looking after is related to tangling, you can go directly to (info "(org) Extracting Source Code"). Regards, -- Nicolas Goaziou