From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Summary of syntax? Date: Thu, 02 Feb 2012 10:10:29 +0100 Message-ID: <87k4451tyy.fsf@tsdh.uni-koblenz.de> References: <72B0EE37-7104-4359-9B62-A179E200877E@polytechnique.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rssgv-0003UW-LH for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 04:10:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rssgp-0003Kh-MK for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 04:10:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:59659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rssgp-0003KX-G5 for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 04:10:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rssgm-0004Gs-0P for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 10:10:44 +0100 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Feb 2012 10:10:43 +0100 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Feb 2012 10:10:43 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Alan Schmitt" writes: Hi Alan, > I was just reading a document in org mode that had some code written > like this: > > : make > : make install > > I wanted to know more about this syntax (colon at the start of the > line), so I went to the manual and searched for it. Here it is. ,----[ (info "(org)Literal examples") ] | For simplicity when using small examples, you can also start | the example lines with a colon followed by a space. There may also be | additional whitespace before the colon: | | Here is an example | : Some example from a text file. `---- > Unfortunately I could not find it, nor could I find a summary of the > syntax for org files. > > Is there a syntax reference card somewhere? Not that I know of... Bye, Tassilo