From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ? Date: Sat, 15 Aug 2009 11:08:32 -0400 Message-ID: <87bpmhi07j.fsf@gimli.intra.norang.ca> References: <907065090908150425h4d32f5cs6135174e855cf8e7@mail.gmail.com> <87ljll2m1v.fsf@gimli.intra.norang.ca> <907065090908150731i72d7d793ve2ea44b1e5304bf8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McKrz-00016G-PU for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 11:08:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McKrw-00012e-1I for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 11:08:35 -0400 Received: from [199.232.76.173] (port=39927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McKrv-00012D-PZ for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 11:08:31 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59564) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1McKrv-0006oX-El for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 11:08:31 -0400 In-Reply-To: <907065090908150731i72d7d793ve2ea44b1e5304bf8@mail.gmail.com> (waterloo's message of "Sat\, 15 Aug 2009 22\:31\:29 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: waterloo Cc: emacs-orgmode@gnu.org waterloo writes: > Can I use other like begin_foo ? > Only two begin_src and begin_example? > Thanks You can use whatever you like. It's just a text document. Whether they _do_ anything special or not is defined by the org-mode code (which of course you're free to expand). Doing a quick search of the org-mode source for BEGIN_ yields: BEGIN_HTML BEGIN_LaTeX BEGIN_EXAMPLE BEGIN_DOCBOOK BEGIN_ASCII BEGIN_SRC BEGIN_COMMENT BEGIN_QUOTE BEGIN_VERSE BEGIN_CENTER -Bernt