Re: [O] Enabling another language in org-babel

2014-06-24 Thread G. Jay Kerns
Great work, Ista! Cheers, Jay -- G. Jay Kerns, Ph.D. Youngstown State University http://gkerns.people.ysu.edu/ On 06/24/14 15:52, Ista Zahn wrote: > I just hacked up a rudimentary ob-stata.el by replacing "julia" with > "stata" in ob-julia.el by G. Jay Kerns (an

Re: [O] Formatting R output

2012-09-10 Thread G. Jay Kerns
fix this with inline code-segment header arguments which will override buffer-wide or system wide settings. So, for example, you could do src_R[:results raw]{2 + 2} which will return 4 and not =4=. I hope this helps, Jay -- * G. Jay Kerns, Ph.D. Associate Professor Mathematics and Statistics http://people.ysu.edu/~gkerns/

Re: [O] how to both :body-only t and :table-of-contents t

2011-09-23 Thread G. Jay Kerns
Dear Jan On Fri, Sep 23, 2011 at 3:51 AM, Jan Böcker wrote: > > Hi Jay, > > I faced the same problem about a year ago. > See this thread in the mailing list archive: > > http://thread.gmane.org/gmane.emacs.orgmode/24227 > > The HTML exporter will refuse to include a TOC if body-only is t; the >

[O] how to both :body-only t and :table-of-contents t

2011-09-21 Thread G. Jay Kerns
Dear Org Mode list, First: congratulations on Org mode; it is truly dynamite. I am publishing a project to HTML for the purposes of Jekyll post-processing. For this, I need to set :body-only t so I can put the YAML frontmatter at the top of my file. However, I would also like to have the TOC ex