Re: [Orgmode] 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 >>

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

2010-09-09 Thread Erik Iverson
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 Richard Riley writes: On my journal capture

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

2010-09-09 Thread Erik Iverson
What are your buffer-wide values for :exports and :results ? Richard Riley wrote: On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block even if I have no code in that org-entry. Is i

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

2010-09-09 Thread Eric Schulte
I'd think adding an ":exports none" header argument should be sufficient. Best -- Eric Richard Riley writes: > On my journal capture template I include a #begin_src and #end_src block > as I frequently want to journal code. Being lazy I dont > necessarily want to delete this block even if I hav