[O] [BUG] LaTeX command inside TITLE

2013-12-24 Thread Xavier Garrido
Hi Orgers, I just pull the latest git commit from orgmode and I face a strange behavior when exporting orgmode document to LaTeX to PDF. Here is a very minimal orgmode file #+BEGIN_SRC org #+TITLE: Using \alpha or \beta in orgmode title #+END_SRC when running emacs -q over this file and then

Re: [O] [PATCH] Add ob-J.el

2013-12-24 Thread Thomas S. Dye
Aloha Oleh, The documentation looks good. Thanks for this contribution to Org mode. All the best, Tom Oleh writes: > Hi all, > > The doc for ob-J is now available at > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-J.html > > regards, > Oleh > > On Fri, Dec 20, 2013 at 6:22 PM, Tho

[O] Org-mode c-c a

2013-12-24 Thread Todd Neufeld
Hi. I apologize for the very very beginner question, but.. I can't figure out how to get c-c a defined in org-mode. I am using emacs 24.3 on Ubuntu 12.04. I believe I have updated the emacs configuration file with (global-set-key "\C-ca" 'org-agenda) Yet, somehow I only get "c-c a is undefine

[O] property drawer search -- org-element-headline-parser

2013-12-24 Thread Keith David Bershatsky
The property drawer search (which was working with Org version 7.9.3f) is no longer working with Org version 8.2.3a. The following 'example' function works correctly when using the prior version of org-element-headline-parser. Emacs Trunk (built today) comes with Org version 8.2.3a. (require

Re: [O] Org-mode c-c a

2013-12-24 Thread Todd Neufeld
Ha, never mind. After several hours of work, I finally figured out my configuration file was being saved as #.emacs # always. Once I changed it to .emacs it seems to have kicked in. Sorry for the bother. Possibly more information on how to get started with the configuration file might be usefu

[O] Fwd: property drawer search -- org-element-headline-parser

2013-12-24 Thread Keith David Bershatsky
Between the version 7.9.3f and 8.2.3a, the org team changed the property drawer from lowercase to capital letters for the org-element-headline-parser -- this resulted in several hours of lost time tracking down the issue. The issue is now resolved -- I hope there was a good reason for changing

Re: [O] Colorizing 'emacs-lisp' when it is exported?

2013-12-24 Thread Sharon Kimble
On Mon, 23 Dec 2013 00:07:22 + Sharon Kimble wrote: > On Sun, 22 Dec 2013 23:49:04 + > "Sean O'Halpin" wrote: > > > On Sun, Dec 22, 2013 at 4:03 PM, Sharon Kimble > > wrote: > > > Thanks to auntie google I've found out how to keep the formatting > > > of elisp on export to html using '

Re: [O] --more--?

2013-12-24 Thread Sharon Kimble
On Tue, 24 Dec 2013 18:28:49 +0530 Puneeth Chaganti wrote: > On Tue, Dec 24, 2013 at 6:24 PM, Sharon Kimble > wrote: > > I'm publishing a rather long org-mode document and want it to break > > after the first paragraph so that you have to explicitly click the > > document title to get it all to

Re: [O] --more--?

2013-12-24 Thread Puneeth Chaganti
On Tue, Dec 24, 2013 at 6:24 PM, Sharon Kimble wrote: > I'm publishing a rather long org-mode document and want it to break > after the first paragraph so that you have to explicitly click the > document title to get it all to show. In WordPress its done with > '--more--' but what is it done with

[O] --more--?

2013-12-24 Thread Sharon Kimble
I'm publishing a rather long org-mode document and want it to break after the first paragraph so that you have to explicitly click the document title to get it all to show. In WordPress its done with '--more--' but what is it done with in org-mode please? I've been looking at the org-mode 'org man

Re: [O] [PATCH] Add ob-J.el

2013-12-24 Thread Oleh
Hi all, The doc for ob-J is now available at http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-J.html regards, Oleh On Fri, Dec 20, 2013 at 6:22 PM, Thomas S. Dye wrote: > Aloha Oleh, > > Oleh writes: > >> Hi all, >> >> Here's a patch to add babel support for J. >> I couldn't figure o