From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Documentation of Babel header arguments Date: Sat, 20 Aug 2011 06:54:18 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuooS-00042n-MF for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 12:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuooR-0006jI-Ld for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 12:54:24 -0400 Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:43618) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QuooR-0006jC-Dh for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 12:54:23 -0400 Received: from cpe-24-94-66-191.hawaii.res.rr.com ([24.94.66.191] helo=potofo-ou) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1QuooO-0001qS-2a for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 10:54:20 -0600 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode --=-=-= Add a line to indicate header arguments are lowercase. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-org.texi-Added-a-line-to-specify-that-header-arg.patch Content-Description: Documentation patch >From 4a8719c9e7f95fa76041077dfaf0f5d21241517d Mon Sep 17 00:00:00 2001 From: Tom Dye Date: Sat, 20 Aug 2011 06:48:35 -1000 Subject: [PATCH] * doc/org.texi: Added a line to specify that header arguments are lowercase. --- doc/org.texi | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index f0a363b..fa051d0 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12158,7 +12158,8 @@ evaluation of the @code{factorial} code block. @node Specific header arguments, , Using header arguments, Header arguments @subsection Specific header arguments -The following header arguments are defined: +Header arguments consist of an initial colon followed by the name of the +argument in lowercase letters. The following header arguments are defined: @menu * var:: Pass arguments to code blocks -- 1.7.1 --=-=-= All the best, Tom -- Thomas S. Dye http://www.tsdye.com --=-=-=--