[O] parsing fixed with section

2011-08-11 Thread Steven Haryanto
Dear all, As I understand it, a fixed width section (BTW, is "fixed width section" the official term for this?) is defined as a line which is started by zero or more spaces, and then a colon, *and then a space*, and then zero or more characters. :line1 : :line3 But many editors (Emacs including)

Re: [O] parsing fixed with section

2011-08-11 Thread Steven Haryanto
On Thu, Aug 11, 2011 at 4:54 PM, Nicolas Goaziou wrote: > Hello, > > Steven Haryanto writes: > > > As I understand it, a fixed width section (BTW, is "fixed width section" > the > > official term for this?) > > Yes. > > > is defined as a li

[O] Perl parser, some questions

2011-03-30 Thread Steven Haryanto
Hi all, I'm writing an Org parser for Perl[1]. There are a few things about the syntax which are still unclear to me. 1. The manual says that multiple (different) in-buffer settings can be specified on the same line, but so far I haven't found such example anywhere. What is the syntax for this?

Re: [O] Perl parser, some questions

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 3:21 PM, Eric S Fraga wrote: > Steven Haryanto writes: > > > Hi all, > > > > I'm writing an Org parser for Perl[1]. There are a few things about the > > syntax which are still unclear to me. > > > > 1. The manual says that

Re: [O] Perl parser, some questions

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 3:39 PM, Carsten Dominik wrote: > > On Mar 31, 2011, at 7:05 AM, Steven Haryanto wrote: > > > Hi all, > > > > I'm writing an Org parser for Perl[1]. There are a few things about the > syntax which are still unclear to me. > > > &

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 5:11 PM, Filippo A. Salustri wrote: > Samuel & Nick, > > I'm using priorities now, but there's only 3 of 'em. I would prefer > finer control over them if I were to continue using priorities in this > way. > > Q: My reading of the doc is that there's no way to change the nu

[O] A simpler way to write literal examples?

2011-05-25 Thread Steven Haryanto
I plan to document some parts of Perl source code (more specifically, description in subroutine Sub::Spec specification, http://search.cpan.org/dist/Sub-Spec) using Org format instead of the canonical POD, hoping to have better table support, more customizable links, and overall markups that are ni

Re: [O] A simpler way to write literal examples?

2011-05-31 Thread Steven Haryanto
On Wed, May 25, 2011 at 10:25 PM, Nick Dokos wrote: > Steven Haryanto wrote: > > > I plan to document some parts of Perl source code (more specifically, > description in subroutine > > Sub::Spec specification, http://search.cpan.org/dist/Sub-Spec) using Org > format inst

[O] how to escape org markup?

2011-06-16 Thread Steven Haryanto
Hi all, I need to insert bits of plain text into a final composite Org document. The text should be protected from any Org formatting (for example, "* " at the beginning of a line should not be interpreted as a headline). Is enclosing it with #+BEGIN_SRC/#+END_SRC or #+BEGIN_EXAMPLE/#+END_EXAMPLE

Re: [O] how to escape org markup?

2011-06-16 Thread Steven Haryanto
On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos wrote: > Steven Haryanto wrote: > > > I need to insert bits of plain text into a final composite Org document. > The text should be > > protected from any Org formatting (for example, "* " at the beginning of > a lin