[O] Outut file name by backend

2015-09-24 Thread Fabrice Popineau
Hi, Could it be made possible that the output file name when exporting be chosen by backend ? Something like : :EXPORT_FILE_NAME: (by-backend (latex "PDFL2A/pdf/pdl2a.tex) (html "PDFL2A/projets.html")) Am I missing another option here ? Best regards, Fabrice

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-09-24 Thread D. C. Toedt
P.S.: Thank heavens for Time Machine. On Thu, Sep 24, 2015 at 9:50 PM, D. C. Toedt wrote: > I just updated to 8.3.1 from 8.3beta (from git). That appears to have > been a terrible mistake on my part. > > From this thread >

[O] Exporter aborts upon encountering even one unresolvable link

2015-09-24 Thread D. C. Toedt
I just updated to 8.3.1 from 8.3beta (from git). That appears to have been a terrible mistake on my part. >From this thread I see that the exporter now throws an error and aborts when it encounters an unresolvable link. Tha

[O] [PATCH 1/2] test INCLUDE pathname expansion with subdirectories

2015-09-24 Thread Richard Hansen
* lisp/test-ox.el (test-org-export/expand-include): Modify the INCLUDE test to ensure that a.org including subdir/b.org including c.org causes subdir/c.org to be read, not c.org. TINYCHANGE --- testing/examples/include.org| 2 +- testing/examples/{include2.org => include3.org}

[O] [PATCH 2/2] fix SETUPFILE pathname expansion from within an INCLUDE

2015-09-24 Thread Richard Hansen
* lisp/ox.el (defun org-export-expand-include-keyword): cd instead of passing DIR to expand-file-name so that if the INCLUDE file has a SETUPFILE line with a relative pathname the full pathname to the SETUPFILE will be expanded properly. Assume the following files: /home/foo/a.org: #+INCLU

Re: [O] The Org Manual

2015-09-24 Thread Rasmus
nascii boy writes: > Org advancement manual in org > > https://github.com/nasciiboy/TheOrgManual Interesting. Is this a port of the current org manual? Does it produce good texi code with ox-texi? Thanks, Rasmus -- Er du tosset for noge' lårt!

Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories

2015-09-24 Thread Richard Hansen
On 2015-09-24 04:22, Nicolas Goaziou wrote: > Applied. Thank you. Thank you! > > Would it make sense to do the same for INCLUDE? If so, would you want to > have a look at it? A chain of #+INCLUDEs already works OK. I'll send a patch that tweaks the test-org-export/expand-include test case to e

[O] OT - gmane problems? [was: Re: Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]]

2015-09-24 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Jan Seeger writes: > >> I've fixed this bug for me by reversing the order of finalization and >> refiling, as stated in the documentation. I've attached a patch to do >> this, but I'm not entirely sure about the side effects caused by the >> patch. The test s

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-24 Thread Nicolas Goaziou
Hello, Jan Seeger writes: > I've fixed this bug for me by reversing the order of finalization and > refiling, as stated in the documentation. I've attached a patch to do > this, but I'm not entirely sure about the side effects caused by the > patch. The test suite does pass though. If someone co

[O] help debugging org-element crashes?

2015-09-24 Thread Peter Salazar
Hey everyone, I'm finding my Emacs crashing a lot; other times I get errors like these which I assume are related to the crashes: http://pastebin.com/Tncs79r0 http://pastebin.com/jfdEYwVk I mean total Emacs crashes, where I have to force quit Emacs itself. It's happened in various org-mode situat

Re: [O] Quoting "_" for html and LaTeX output

2015-09-24 Thread Nick Dokos
Peter Davis writes: > A lot of the information I track in org-mode includes filepaths and > names and other strings containing underscore ("_") characters. I'd > like to be able to quote these for HTML and LaTeX output, so I don't > wind up with unwanted subscripts. > > On the other hand, I want

Re: [O] Quoting "_" for html and LaTeX output

2015-09-24 Thread Nicolas Goaziou
Hello, Peter Davis writes: > A lot of the information I track in org-mode includes filepaths and > names and other strings containing underscore ("_") characters. I'd > like to be able to quote these for HTML and LaTeX output, so I don't > wind up with unwanted subscripts. What about: #+OPTIONS

Re: [O] latex \ulcorner not working?

2015-09-24 Thread Nick Dokos
Lawrence Bottorff writes: > In my effort to get org mode just how I want it, I wanted to have some > sort of way to distinguish "code," or just a single code-like word > (symbol, command, etc.) inside a .org file. If I type the usual such > as \beta or \lceiling, the system immediately snaps to t

[O] Quoting "_" for html and LaTeX output

2015-09-24 Thread Peter Davis
A lot of the information I track in org-mode includes filepaths and names and other strings containing underscore ("_") characters. I'd like to be able to quote these for HTML and LaTeX output, so I don't wind up with unwanted subscripts. On the other hand, I want the data to be pretty readabl

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-09-24 Thread Sergey Gordienko
On Sat, Sep 12, 2015 at 3:11 AM, Charles Philip Chan wrote: > On 11 Aug 2015, cpc...@bell.net wrote: > On 11 Aug 2015, m...@nicolasgoaziou.fr wrote: > >>> Do you have any other information to share? E.g., what happens when >>> syncing breaks? > >> Yes. The sync fails with a "Syntax error in regexp

[O] latex \ulcorner not working?

2015-09-24 Thread Lawrence Bottorff
In my effort to get org mode just how I want it, I wanted to have some sort of way to distinguish "code," or just a single code-like word (symbol, command, etc.) inside a .org file. If I type the usual such as \beta or \lceiling, the system immediately snaps to the actual system. But \ulcorner and

Re: [O] html export list of figures

2015-09-24 Thread Daniele Pizzolli
On Thu, Sep 24 2015, John Kitchin wrote: [] Hello, I am reversing the conversation to figure out the meaning: > > In org-ref I provide a list-of-tables and list-of-figures link, > > which has the latex [] >> Great John, thanks, I will see what I can add. Is this package part >> of any libr

Re: [O] html export list of figures

2015-09-24 Thread John Kitchin
no, for now it is still only available on github. Cook, Malcolm writes: > Hi, >> I am not aware of anything in html for this. In latex, org is just passing >> the > > baton to Latex to generate the list of tables/figures. For HTML, you will > > probably have to generate the code yourself. > >

[O] The Org Manual

2015-09-24 Thread nascii boy
Org advancement manual in org https://github.com/nasciiboy/TheOrgManual

Re: [O] org-collector unable to handle macros

2015-09-24 Thread Achim Gratz
Nicolas Goaziou writes: >> It seems that there is no table returned or the interpretation of the >> returned data as a table fails. > > I just applied a patch that may fix these issues. This bug is fixed, thank you. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Bl

Re: [O] http address for cloning org-mode git

2015-09-24 Thread Achim Gratz
Suvayu Ali writes: >> > That is a mirror, a relic from the old days when that used to be the >> > official repo. Maybe try: http://orgmode.org/org-mode.git >> >> No, that never was the official repo. I've set up that mirror. > > Didn't we used to have the Org repo hosted on repo.or.cz way, way

Re: [O] [BUG] R src blocks untabify literal constant TABs

2015-09-24 Thread Charles C. Berry
On Thu, 24 Sep 2015, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: On Tue, 22 Sep 2015, Charles C. Berry wrote: Just to tie this up, this is an issue with `org-src-preserve-indentation', see (info "(org) Editing source code") for the best documentation. I found the "rep

Re: [O] html export list of figures

2015-09-24 Thread Cook, Malcolm
Hi, > I am not aware of anything in html for this. In latex, org is just passing the > baton to Latex to generate the list of tables/figures. For HTML, you will > probably have to generate the code yourself. > > In org-ref I provide a list-of-tables and list-of-figures link, which has > the

[O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-24 Thread Jan Seeger
Greetings! I've discovered that org-capture-refile's documentation states that org-capture-refile finalizes the buffer first, and then refiles the entry. This is incorrect, the implementation of org-capture-refile first refiles the entry and then calls org-capture-finalize. While this is a small

[O] Bug: External links buggy with 8.3.1 [8.3.1 (8.3.1-dist @ c:/org-mode/org/)]

2015-09-24 Thread AW
To: emacs-orgmode@gnu.org Subject: Bug: External links buggy with 8.3.1 [8.3.1 (8.3.1-dist @ c:/org- mode/org/)] From: aw@PC-21-W8.i-did-not-set--mail-host-address--so-tickle-me --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happe

Re: [O] tangle on export

2015-09-24 Thread Andreas Leha
Hi Alan, Alan Schmitt writes: > Hi Andreas, > > On 2015-09-24 14:14, Andreas Leha writes: > >> if all of this is for a single block, you can get away quite cheaply >> with sth along (untested) >> >> #+begin_src emacs-lisp :results silent >> (save-excursion >> ;; tangle >> (org-babel-go

Re: [O] tangle on export

2015-09-24 Thread Alan Schmitt
Hi Rainer, On 2015-09-24 13:17, Rainer M Krug writes: > Alan Schmitt writes: > >> Hello, >> >> I have a question I feel is very basic but I did not find the answer in >> the manual. How can I trigger the tangling of a block upon export. > > Tangling and exporting are two different paths (well -

Re: [O] tangle on export

2015-09-24 Thread Alan Schmitt
Hi Andreas, On 2015-09-24 14:14, Andreas Leha writes: > if all of this is for a single block, you can get away quite cheaply > with sth along (untested) > > #+begin_src emacs-lisp :results silent > (save-excursion > ;; tangle > (org-babel-goto-named-src-block "hello") > (org-babel-

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 7:10 AM, Matt Price wrote: > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos wrote: > >> Matt Price writes: >> > > - > it looks about right until the very end; Manually running "dot > /tmp/babel-2749DTL/dot-2749Nkt -Tpng -o /home/matt/example-diagram.png" > from a s

Re: [O] tangle on export

2015-09-24 Thread Andreas Leha
Hi Alan, Rainer M Krug writes: > Alan Schmitt writes: > >> Hello, >> >> I have a question I feel is very basic but I did not find the answer in >> the manual. How can I trigger the tangling of a block upon export. > > Tangling and exporting are two different paths (well - one could see > tanglin

Re: [O] tangle on export

2015-09-24 Thread John Kitchin
I would add a third Elisp block that calls org-babel-tangle. Assuming all your code blocks execute on export that will make it tangle. Or I have also made an Elisp block that does the tangle and then runs the export command. I.e. Not using the keyboard shortcuts for export. On Thursday, September

Re: [O] tangle on export

2015-09-24 Thread Rainer M Krug
Alan Schmitt writes: > Hello, > > I have a question I feel is very basic but I did not find the answer in > the manual. How can I trigger the tangling of a block upon export. Tangling and exporting are two different paths (well - one could see tangling as a special case of exporting). You have

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos wrote: > Matt Price writes: > > > I would, however, like to avoid the clumsy intermediate step and use > something like this instead: > > #+name: graph-from-tables > > #+HEADER: :var nodes=students-table graph=students-graph horiz='t > > #+BEGIN_SRC e

[O] tangle on export

2015-09-24 Thread Alan Schmitt
Hello, I have a question I feel is very basic but I did not find the answer in the manual. How can I trigger the tangling of a block upon export. More precisely, I want to give the following example in a lecture: #+name:hello #+begin_src ocaml :tangle myprog.ml Printf.printf "Bonjour le monde !\

[O] Solved: [ ] Checkboxes or count of completed TODOs in subtree?

2015-09-24 Thread Rainer M Krug
Suvayu Ali writes: > On Thu, Sep 24, 2015 at 10:41:19AM +0200, Rainer M Krug wrote: >> >> I would like to be able to use something like checkboxes in a tree of >> headers. >> >> I understand that checkboxes only work in simple lists, i.e. not on >> headers and trees of headers. >> >> But I wou

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-24 Thread Eric S Fraga
On Wednesday, 23 Sep 2015 at 14:27, Ista Zahn wrote: > On Wed, Sep 23, 2015 at 2:16 PM, Eric S Fraga wrote: [...] >> One solution, but not an ideal one, is to use file local variables to >> define org-latex-classes (and any other variables) as appropriate for >> the document. It's not ideal bec

Re: [O] [ ] Checkboxes or count of completed TODOs in subtree?

2015-09-24 Thread Suvayu Ali
On Thu, Sep 24, 2015 at 10:41:19AM +0200, Rainer M Krug wrote: > > I would like to be able to use something like checkboxes in a tree of > headers. > > I understand that checkboxes only work in simple lists, i.e. not on > headers and trees of headers. > > But I would like to see in my document (

Re: [O] Tangle including code generating graphics for :results graphics

2015-09-24 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Hi >> >> Is it possible to tangle an R code block including the code which is >> generating the graphs when using =:results graphics= ? >> >> I would like to tangle these code blocks generating the graphs as I >> would like to have a

Re: [O] Tangle including code generating graphics for :results graphics

2015-09-24 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Hi > > Is it possible to tangle an R code block including the code which is > generating the graphs when using =:results graphics= ? > > I would like to tangle these code blocks generating the graphs as I > would like to have a script which I can use to easily u

[O] [ ] Checkboxes or count of completed TODOs in subtree?

2015-09-24 Thread Rainer M Krug
Hi I would like to be able to use something like checkboxes in a tree of headers. I understand that checkboxes only work in simple lists, i.e. not on headers and trees of headers. But I would like to see in my document (an ongoing analysis, of which certain parts in each subtree are completed an

[O] Tangle including code generating graphics for :results graphics

2015-09-24 Thread Rainer M Krug
Hi Is it possible to tangle an R code block including the code which is generating the graphs when using =:results graphics= ? I would like to tangle these code blocks generating the graphs as I would like to have a script which I can use to easily update all graphs when the simulated input data

Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories

2015-09-24 Thread Nicolas Goaziou
Hello, Richard Hansen writes: > Any other feedback on this patch? Apparently, no. Applied. Thank you. Would it make sense to do the same for INCLUDE? If so, would you want to have a look at it? Regards, -- Nicolas Goaziou

Re: [O] [BUG] R src blocks untabify literal constant TABs

2015-09-24 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > On Tue, 22 Sep 2015, Charles C. Berry wrote: > > Just to tie this up, this is an issue with `org-src-preserve-indentation', > see > > (info "(org) Editing source code") > > for the best documentation. I found the "replace sequences of spaces with > tab