[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. :spcline1 :spc :spcline3 But many editors (Emacs

Re: [O] parsing fixed with section

2011-08-11 Thread Steven Haryanto
On Thu, Aug 11, 2011 at 4:54 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Steven Haryanto stevenharya...@gmail.com writes: As I understand it, a fixed width section (BTW, is fixed width section the official term for this?) Yes. is defined as a line which is started by zero

[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 nicholas.do...@hp.com wrote: Steven Haryanto stevenharya...@gmail.com 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

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 nicholas.do...@hp.com wrote: Steven Haryanto stevenharya...@gmail.com 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

[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

Re: [O] Perl parser, some questions

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 3:21 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Steven Haryanto stevenharya...@gmail.com 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 multiple (different

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 salus...@ryerson.cawrote: 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

[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?