Re: [O] headers on special blocks

2016-03-29 Thread Eric S Fraga
On Monday, 28 Mar 2016 at 12:25, John Kitchin wrote: > If anyone is interested, here is a way I am using headers on special blocks: > http://kitchingroup.cheme.cmu.edu/blog/2016/03/28/Another-approach-to-embedded-molecular-data-in-org-mode/ Very nice. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.9

Re: [O] headers on special blocks

2016-03-28 Thread John Kitchin
If anyone is interested, here is a way I am using headers on special blocks: http://kitchingroup.cheme.cmu.edu/blog/2016/03/28/Another-approach-to-embedded-molecular-data-in-org-mode/ The org-source can be found here: http://kitchingroup.cheme.cmu.edu/org/2016/03/28/Another-approach-to-embedded-mo

Re: [O] headers on special blocks

2016-03-28 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I am playing around with storing data in special blocks. For example, > here is an example bit of "data" which is the CH4 (methane) molecule in > SMILES format in a MOLECULE block. > > > #+header: :format smiles > #+name: methane-smiles > #+BEGIN_MOLECULE > C > #+EN

[O] headers on special blocks

2016-03-28 Thread John Kitchin
Hi all, I am playing around with storing data in special blocks. For example, here is an example bit of "data" which is the CH4 (methane) molecule in SMILES format in a MOLECULE block. #+header: :format smiles #+name: methane-smiles #+BEGIN_MOLECULE C #+END_MOLECULE Is is legal syntax to put a