Re: [O] [release_8.3beta-1062-gce4e64] Error when exporting to ODT

2015-04-23 Thread Rasmus
Hi Vicente, Thanks for catching another bug. Vicente Vera writes: > Just tried to export an Org file to ODT but this error appeared (taken > from the Messages buffer): > > ... > LaTeX to MathML converter not available. > Formatting LaTeX using verbatim > OpenDocument export failed: Assertion fa

Re: [O] [RFC] Org linting library

2015-04-23 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Here's another update. I added a few more tests. > > If there's no more bug report or feedback, I'll simply put it in > a "wip-lint" branch until Org 8.4 starts its development cycle. This is handy! No bugs to report.

Re: [O] Resolving conflicts with ediff and folding

2015-04-23 Thread J. David Boyd
"Charles C. Berry" writes: > On Tue, 21 Apr 2015, Suvayu Ali wrote: > >> Hi, >> >> Something that has been bugging me for many years now, everytime I >> resolve conflicts in Org files with ediff, it's a pain. All the buffers >> keep folding the outlines, hiding the conflicts. I keep going to th

Re: [O] [release_8.3beta-1062-gce4e64] Error when exporting to ODT

2015-04-23 Thread Vicente Vera
The patch works. Thank you. About 2bdc661fde75ed226b19c802ecd31ce12d2ec7e1, I don't use latexmlmath so can't comment on that.

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Thomas S. Dye
Aloha Rainer, Rainer M Krug writes: >>> After eaa3a761dae, I get an error and an empty output file. >> >> That commit introduced a tryCatch() wrapper for graphics results. >> >> You probably know that ggplot (or ggplot2) relies on printing of >> objects to produce graphics (see R-FAQ 7.22). >>

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Charles C. Berry
On Wed, 22 Apr 2015, Rainer M Krug wrote: Envoyé de mon iPhone Le 23 avr. 2015 à 04:23, Charles C. Berry a écrit : On Wed, 22 Apr 2015, Thomas S. Dye wrote: Aloha all, Prior to eaa3a761dae, when working in a session, I was able to run this R source code block without problems: ,---

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 23 avr. 2015 à 17:53, Thomas S. Dye a écrit : > > Aloha Rainer, > Hi Thomas, > Rainer M Krug writes: > After eaa3a761dae, I get an error and an empty output file. >>> >>> That commit introduced a tryCatch() wrapper for graphics results. >>> >>> You probabl

Re: [O] [RFC] Org linting library

2015-04-23 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Here's another update. I added a few more tests. > > If there's no more bug report or feedback, I'll simply put it in > a "wip-lint" branch until Org 8.4 starts its development cycle. Could `org-lint' return a success/fail indication, so that we could write something along

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 23 avr. 2015 à 18:13, Charles C. Berry a écrit : > >> On Wed, 22 Apr 2015, Rainer M Krug wrote: >> >> >> >> Envoyé de mon iPhone >> Le 23 avr. 2015 à 04:23, Charles C. Berry a écrit : On Wed, 22 Apr 2015, Thomas S. Dye wrote: Aloha all,

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Aaron Ecay
Hello all, 2015ko apirilak 23an, Rainer M Krug-ek idatzi zuen: >> I'm picking up a project that I last worked on in 2013. I was under the >> impression that the source code blocks were working at that time, but I >> guess it is possible that I added the rm() statements after the code >> blocks we

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Thomas S. Dye
Aloha Rainer, Rainer M Krug writes: > Sorry I overlooked the :results output graphic header. > > This combination is, as far as I can see (holiday, sun, no notebook, > org or R) not recommended as it will lead to invalid files. > Should it actually be valid? I would say these two options contra

[O] CAPTURE in org-mode

2015-04-23 Thread Steve Prud'Homme
Hi, I use org-mode with dropbox sync with the iphone client. On the iPhone client I press on the button capture, i press on the + button, i write a note. After I press on botton Outlines and on the Sync button. In Emacs i do m-x org-mobile-pull, emacs detect the entry. I undestand that mobile-org

[O] completion / :CREATED: property issue

2015-04-23 Thread Francis J. Monari, Esquire
completion / :CREATED: property issue what i saw: a list of possible drawers what i expected: a list of possible properties In the following outline: using completion after the 1st colon / open property location presents a list of possible properties; using completion after the 2nd colon / open

[O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Sam Ritchie
I found that all of my header arguments to source blocks were getting ignored. Moving the header-args into the let* binding seems to fix this issue, though I'm not enough of a guru to know why. Without this arguments like #+BEGIN_SRC clojure :tangle ./project.clj and #+BEGIN_SRC clojure :tan

Re: [O] Bug: HTML export ignoring CUSTOM_ID properties

2015-04-23 Thread Daniel Clemente
El Tue, 21 Apr 2015 09:25:13 +0200 Nicolas Goaziou va escriure: > > Hello, > > Daniel Clemente writes: > > > I also saw this change (diff format): > > > > - > > -1.4.3.1.2 > > tercer error con stash > > + > > +1.4.3.1.2 > > tercer error con stash > > > > The #sec-1-4-3-1-2 format was better.

[O] Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Rob Stewart
Hi, I have the following in an org mode file (that do not want as inline verbatim inside =foo=) : int[2] a; When I try exporting to HTML, I get the error: org-export-get-footnote-definition: Definition not found for footnote 2 I've seen two solutions online: http://emacsclub.github.io/html/or

Re: [O] Bug: HTML export ignoring CUSTOM_ID properties

2015-04-23 Thread Nicolas Goaziou
Daniel Clemente writes: > While the two systems work, I don't see either why the #orgheadline129 > system is better than the #sec-1-4-3-1-2. Actually is is better because it is consistent. "sec-1-4-3-1-2" is almost as fragile and doesn't play nice with unnumbered headlines. However, this is not

[O] Fwd: Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Rob Stewart
And just as soon as I send this email, I find the answer: (setq org-footnote-re (concat "\\[\\(?:" ;; Match inline footnotes. (org-re "fn:\\([-_[:word:]]+\\)?:\\|") ;; Match other footnotes. ;; "\\(?:\\([0-9]+\\)\\]\\)\\|" (org-re "\\(fn:[-_[

Re: [O] Fwd: Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Nicolas Goaziou
Hello, Rob Stewart writes: > And just as soon as I send this email, I find the answer: [num] syntax for footnotes is indeed a pain. However, the solution below is really a kludge because some parts of Org (or external libraries) could hard-code it anyway. > (setq org-footnote-re > (co

Re: [O] Fwd: Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Rob Stewart
Hi Nicolas, For the last line: (add-to-list org-export-filter-parse-tree-functions #'my-ignore-false-footnotes) I'm getting Debugger entered--Lisp error: (wrong-type-argument symbolp (org-bibtex-merge-contiguous-citations org-bibtex-process-bib-files)) add-to-list((org-bibtex-merge-contiguous

Re: [O] Fwd: Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Nicolas Goaziou
Rob Stewart writes: > For the last line: > > (add-to-list org-export-filter-parse-tree-functions > #'my-ignore-false-footnotes) Typo. It should be (add-to-list 'org-export-filter-parse-tree-functions #'my-ignore-false-footnotes) Regards,

Re: [O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Nicolas Goaziou
Hello, Sam Ritchie writes: > I found that all of my header arguments to source blocks were getting > ignored. Moving the header-args into the let* binding seems to fix > this issue, though I'm not enough of a guru to know why. Without this > arguments like > > #+BEGIN_SRC clojure :tangle ./proje

Re: [O] Fwd: Don't treat [n] as a footnote, and export "[n]"

2015-04-23 Thread Rob Stewart
On 23 April 2015 at 20:53, Nicolas Goaziou wrote: > (add-to-list 'org-export-filter-parse-tree-functions > #'my-ignore-false-footnotes) Perfect, that works. Thanks Nicolas, -- Rob

Re: [O] CAPTURE in org-mode

2015-04-23 Thread Subhan Michael Tindall
Look into org-refile (mapped to C-c C-w) This will allow you to move subtrees from one org file to another. From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of Steve Prud'Homme Sent: Thursday, April 23, 2015

[O] Creating a link to a file using ID

2015-04-23 Thread Yuri Niyazov
I would like to link to a whole file (rather than a heading in that file), but instead of using the path+name, I would like to use an id, so that it survives renames. Is it possible to assign an ID to the whole buffer? I tried doing #+CUSTOM_ID: A948A2E7-F4A0-4F77-8D7A-C6273DA7D734 and #+ID:

Re: [O] How to export an Org file to LaTeX's book class, but without parts?

2015-04-23 Thread Marcin Borkowski
On 2015-04-22, at 08:27, Miguel Ruiz wrote: > If you don't mind to live with part-chapter-section instead > chapter-section-subsection: > > ---8<-orgmode src>8--- > > #+LaTeX_CLASS: book > > #+LaTeX_HEADER: \let\part\chapter > #+LaTeX_HEADER: \let\chapter\sec

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Aaron Ecay
Hi Tom, 2015ko apirilak 23an, "Thomas S. Dye"-ek idatzi zuen: > > IIRC :results output graphics is needed for the ggplot package. Hmm. This is the case if the code is *not* evaluated in a session. In a session, either value or output result types work. (All this has been tested with a recent

Re: [O] How to export an Org file to LaTeX's book class, but without parts?

2015-04-23 Thread Marcin Borkowski
On 2015-04-22, at 03:32, Nick Dokos wrote: > Marcin Borkowski writes: > >> Hi all, >> >> this is an actual question, but it can be viewed as a continuation of >> the "why use LaTeX directly and not Org" thread (disclaimer: from the >> POV of an experienced LaTeX user and much less experienced O

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Thomas S. Dye
Hi Aaron, Aaron Ecay writes: > Hi Tom, > > 2015ko apirilak 23an, "Thomas S. Dye"-ek idatzi zuen: >> >> IIRC :results output graphics is needed for the ggplot package. > > Hmm. This is the case if the code is *not* evaluated in a session. In > a session, either value or output result types wor

[O] Avoiding recompilation of ditaa ASCII if unmodified between exports

2015-04-23 Thread Rob Stewart
Hi, I really appreciate the integration with ditaa and org mode. http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ditaa.html I have an Org mode document with 5 ditaa diagrams, and exporting my Org file is taking quite a long time, about 10 seconds to compile 5 ditaa diagrams + HTML expo

Re: [O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Charles C. Berry
On Thu, 23 Apr 2015, Nicolas Goaziou wrote: Hello, Sam Ritchie writes: I found that all of my header arguments to source blocks were getting ignored. Moving the header-args into the let* binding seems to fix this issue, though I'm not enough of a guru to know why. Without this arguments like

[O] Visibility cycling at end of headline

2015-04-23 Thread Nikolaus Rath
Hello, When I'm trying to expand a folded headline using Tab, this seems to work only if the cursor is before the '...', i.e. just before the "1" in the following example: * Sample heading 1... * Sample heading 2 If the cursor is to the right of the "1" (in particular if it's at the end of the l

Re: [O] Visibility cycling at end of headline

2015-04-23 Thread Kyle Meyer
Nikolaus Rath wrote: [...] > * Sample heading 1... > * Sample heading 2 > > If the cursor is to the right of the "1" (in particular if it's at the > end of the line), nothing happens. > > Why is this, I think this is because point is considered to be on the hidden text, not the headline, so the c

Re: [O] Visibility cycling at end of headline

2015-04-23 Thread Nikolaus Rath
On Apr 23 2015, Kyle Meyer wrote: > Nikolaus Rath wrote: > [...] >> * Sample heading 1... >> * Sample heading 2 >> >> If the cursor is to the right of the "1" (in particular if it's at the >> end of the line), nothing happens. >> >> Why is this, > > I think this is because point is considered to

Re: [O] Avoiding recompilation of ditaa ASCII if unmodified between exports

2015-04-23 Thread Loris Bennett
Hi, Rob Stewart writes: > Hi, > > I really appreciate the integration with ditaa and org mode. > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ditaa.html > > I have an Org mode document with 5 ditaa diagrams, and exporting my > Org file is taking quite a long time, about 10 seconds

[O] Marking/highlighting text temporarily

2015-04-23 Thread Vikas Rawal
I am revising a long book manuscript, and would like to mark parts of text (not just the headlines) just to remind myself that these need to be dealt with. What could be an the easy way of doing it? Vikas

Re: [O] Marking/highlighting text temporarily

2015-04-23 Thread Thomas S. Dye
Vikas Rawal writes: > I am revising a long book manuscript, and would like to mark parts of > text (not just the headlines) just to remind myself that these need to > be dealt with. > > What could be an the easy way of doing it? > > Vikas Bookmarks? hth, Tom -- Thomas S. Dye http://www.tsdye.

Re: [O] Creating a link to a file using ID

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 24 avr. 2015 à 00:10, Yuri Niyazov a écrit : > > I would like to link to a whole file (rather than a heading in that > file), but instead of using the path+name, I would like to use an id, > so that it survives renames. I do not think this is easily possible, as I as