Re: [Orgmode] Re: org-babel and empty code blocks : publishing html

2010-09-10 Thread Eric Schulte
Hi Richard, Richard Riley writes: [...] > > Hmm, I think maybe I am getting confused here then. Maybe its better if > I show an example:- > > , > | TODO weather in agenda > | SCHEDULED: <2010-09-10 Fri> > | :PROPERTIES: > | :DateCreated: <2010-09-09 Thu 15:07> > | :END: > | > | t

[Orgmode] Re: org-babel and empty code blocks : publishing html -- Side note

2010-09-09 Thread Richard Riley
Sébastien Vauban writes: > Hi Richard, > > Richard Riley wrote: >> Maybe its better if I show an example:- >> >> , >> | TODO weather in agenda >> | SCHEDULED: <2010-09-10 Fri> >> | :PROPERTIES: >> | :DateCreated: <2010-09-09 Thu 15:07> >> | :END: > > As a side note, I'd use an inac

[Orgmode] Re: org-babel and empty code blocks : publishing html -- Side note

2010-09-09 Thread Sébastien Vauban
Hi Richard, Richard Riley wrote: > Maybe its better if I show an example:- > > , > | TODO weather in agenda > | SCHEDULED: <2010-09-10 Fri> > | :PROPERTIES: > | :DateCreated: <2010-09-09 Thu 15:07> > | :END: As a side note, I'd use an inactive timestamp here, in the capture templat

[Orgmode] Re: org-babel and empty code blocks : publishing html

2010-09-09 Thread Richard Riley
Erik Iverson writes: > Eric Schulte wrote: >> I'd think adding an ":exports none" header argument should be >> sufficient. >> > > If the code block is empty, I doesn't appear so. > > If you put in a literal > > nil > > in the code block, then :exports none does as expected. > >> Best -- Eric >>