Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread John Kitchin
That is considered the proper way to do it as far as I know. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Thu,

Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread Galen Menzel
Ah, thanks — using C-c ' is a functional work around for most of my needs. Still, is there no way to create a proper verbatim text block in org? Galen On 14 Feb 2019, at 12:37, John Kitchin wrote: you can escape those by putting a , in front of them. You may have to type C-q , to get it put

Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread John Kitchin
you can escape those by putting a , in front of them. You may have to type C-q , to get it put in if you see strange messages about user-error: Priority must be between ‘A’ and ‘C’. In fact org-mode will do that for you if you are in special edit mode when you exit it. You may not be able to use C