Re: [O] helm-bibtex questions

2015-06-27 Thread Xebar Saram
hmm strange still dosent work for me. here is the top section of my bib file -*- mode:bibtex; eval: (bibtex-set-dialect 'biblatex); -*- @article{ackerman-1998-discr-clear, author = {Ackerman, {S.A.} and Strabala, {K.I.} and Menzel, {W.P.} and Frey, {R.A.} and Moeller, {C.C.}

[O] comment org code block

2015-06-27 Thread Xebar Saram
Hi all i was wondering if anyone knew of a command or bind to quickly comment the entire content of an org code block (with the correct comment syntax)? thx! Z

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Alan Schmitt
On 2015-06-26 17:36, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Is there any reason why the options would disappear during export? Maybe ox-pandoc doesn't handle this meta-data. ox-pandoc does not do anything with that

Re: [O] more helm-bibtex/org-ref questions

2015-06-27 Thread Ramon Diaz-Uriarte
Dear John, On Fri, 26-06-2015, at 22:58, John Kitchin jkitc...@andrew.cmu.edu wrote: You could have multiple file fields I suppose, and adapt [1] to give you a choice of which one to open. That is an intriguing suggestion. I'll try to play with it. Personally, I have one pdf per bibtex

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Alan Schmitt
On 2015-06-27 12:07, Alan Schmitt alan.schm...@polytechnique.org writes: No, and I can reproduce this with an empty configuration. So I guess there is something fishy going on in the generation of the temporary org file. Here is an ECM to show the issue. Evaluate this code: #+begin_src

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-06-27 12:07, Alan Schmitt alan.schm...@polytechnique.org writes: No, and I can reproduce this with an empty configuration. So I guess there is something fishy going on in the generation of the temporary org file. Here is an ECM to

Re: [O] ox-odt roundtrip editing?

2015-06-27 Thread Ken Mankoff
Hi Joakim, On 2015-06-26 at 07:45, joa...@verona.se wrote: I'm writing a manuscript for a publisher. The process looks like: - I write a chapter in org mode, export it to odt - I apply the styles the publisher wants to use with a libreoffice macro. This isn't particularily efficient, but

Re: [O] comment org code block

2015-06-27 Thread John Kitchin
This seems to work for some toy examples: (defun comment-org-in-src-block () (interactive) (org-edit-special) (comment-dwim nil) (org-edit-src-exit)) Xebar Saram writes: Hi all i was wondering if anyone knew of a command or bind to quickly comment the entire content of an org code

Re: [O] helm-bibtex questions

2015-06-27 Thread John Kitchin
You need: % -*- mode:bibtex; eval: (bibtex-set-dialect 'biblatex); -*- You probably have to close and reopen the file, and you will probably be prompted for running local variables (or use C-x C-e after the command above it With this, it works fine for me. This isn't really an org-ref

Re: [O] comment org code block

2015-06-27 Thread John Kitchin
(defun comment-org-in-src-block () (interactive) (org-edit-special) (mark-whole-buffer) (comment-dwim nil) (org-edit-src-exit)) ;) Xebar Saram writes: wow wonderful! this works flawlessly when i select the region inside the code block and run the command. I wonder if any lisp

Re: [O] ox-odt roundtrip editing?

2015-06-27 Thread Rasmus
joa...@verona.se writes: I'm writing a manuscript for a publisher. The process looks like: - I write a chapter in org mode, export it to odt - I apply the styles the publisher wants to use with a libreoffice macro. This isn't particularily efficient, but I failed at modifying ox-odt to

Re: [O] comment org code block

2015-06-27 Thread Xebar Saram
wow wonderful! this works flawlessly when i select the region inside the code block and run the command. I wonder if any lisp wizards out there can modify Johns code and make it auto select all lines *inside* the current block and then comment it? could be useful to other people i assume. thx

Re: [O] ox-odt roundtrip editing?

2015-06-27 Thread joakim
Ken Mankoff mank...@gmail.com writes: Hi Joakim, On 2015-06-26 at 07:45, joa...@verona.se wrote: I'm writing a manuscript for a publisher. The process looks like: - I write a chapter in org mode, export it to odt - I apply the styles the publisher wants to use with a libreoffice macro.

[O] org-mobile agenda truncated

2015-06-27 Thread Ken Mankoff
I'm noticing something with mobile org and wonder if others have the same experience. An item that is in the Agenda View is truncated (only first 10 lines shown) when viewed under the Agenda views... selector, but that same item when viewed in its actual .org file is complete. I don't see