Re: [O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-07-02 Thread Nicolas Goaziou
Hello, "Dees, Jonathan" writes: > Test.org with the content: > A picture follows. > [[file:img/a.JPG][file:img/a.thumb.JPG]] > <<< > > Now use org-publish to generate nice html out of the org file (using the > org-publish-project-alist given in the appendix) > will fail with the following b

Re: [O] Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)]

2015-07-02 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > In (info "(org) Column groups") > > There's an example: > | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | > |---+-+-+-+-+| > | / | < | | > | < | > | > | 1 | 1 | 1 | 1 | 1 |

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-02 Thread Aaron Ecay
Hi Rasmus, 2015ko uztailak 1an, Rasmus-ek idatzi zuen: > > Hi, > > Aaron Ecay writes: > >> AFAICS you sent the original message only to me. I’m replying also to >> the org mode list. You may want to resend the patch attachment though, >> since the quoting in this reply will probably mangle i

Re: [O] Problems Setting Properties

2015-07-02 Thread Edward Guyatt
Hi, I believe I have solved my problem by removing a stray asterisk in a subtree I often edit frantically: :PROPERTIES: :ID: 28a0bc23-ff9f-4631-b602-fc8d4e581c2d :END:* Thanks, Ed On 31/05/15 23:05, Nicolas Goaziou wrote: Hello, Edward Guyatt writes: When I try to set a property in my

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
Nicolas Goaziou writes: > Alan Schmitt writes: > >> In short, it exports the org file to another temporary org file (using >> the pandoc exporter that inherits from the org exporter), then it calls >> the pandoc binary to convert from org to the target format. The first >> step (org to temporary

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > Nicolas Goaziou > writes: >> So this is not a Pandoc export back-end (i.e. a back-end that translates >> Org syntax into Pandoc's extended Markdown syntax). > If the pandoc back-end is some flavor of Markdown, shouldn't it be > better named `ox-md-pandoc'?

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > There is also a semantic difference in the two approaches as to whether > a remote invocation of a babel block (via e.g. #+call) uses the > properties from the block’s document position, or from the call’s. > > Before deprecating the feature, the bugs should be fixed

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
Hello, Nicolas Goaziou writes: > Sebastien Vauban writes: >> Nicolas Goaziou writes: > >>> So this is not a Pandoc export back-end (i.e. a back-end that >>> translates Org syntax into Pandoc's extended Markdown syntax). > >> If the pandoc back-end is some flavor of Markdown, shouldn't it be >> b

Re: [O] can't assign to hline relative reference:

2015-07-02 Thread Nicolas Goaziou
"Marijn Schouten (hkBst)" writes: > It says that there is a known issue with hline references on the left > side of table formulas, but I did not quite understand the details. To tell the truth, this is not crystal clear to me either. > There seems to be a proposed fix by interpreting said refe

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Nicolas Goaziou writes: > Which one are you talking about, the one from ELPA or the one I suggest > adding to core? > > The former doesn't translate to Markdown at all. It simply calls pandoc > on an Org document to produce something else. It depends on how well > pandoc's Org importer behaves, i

Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)

2015-07-02 Thread Fabrice Niessen
Hello, Nicolas Goaziou writes: > Fabrice Niessen writes: > >> When trying to lint my "Org mode refcard" [1], I get this error: >> >> Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > > Fixed. Thank you. Same error with file https://github.com/fniessen/refcard-org-babel/blob/master/

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-02 Thread Rasmus
Aaron Ecay writes: > OK, I’ve done some more investigation. By default, minted uses > \newfloat from the float package to create the listing float class. > This does not set up the caption integration. OTOH, adding the newfloat > option to minted uses \DeclareFloatingEnvironment from the newflo

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> There is also a semantic difference in the two approaches as to whether >> a remote invocation of a babel block (via e.g. #+call) uses the >> properties from the block’s document position, or from the call’s. >> >> Before deprecating t

[O] Tangle including code used for :results graphic?

2015-07-02 Thread Rainer M Krug
Hi I have the following source block: #+NAME: fig_plot #+begin_src R :exports results :file-ext pdf :results graphics :width 4.5 :height 6 plot( runif(100), runif(100) ) #+end_src which works fine. But I would like to have the surrounding plotting code in the tangled file as well, so that I

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Fabrice Popineau
2015-07-02 14:02 GMT+02:00 Rasmus : > > Why do we need a pandoc exporter? And why do we need it in core? > > To export documents to the epub format and produce ebooks ? (I certainly would be interested in it). Emacs could certainly do the job too, but if it is already done ... why bother ? Fabr

Re: [O] insert default template when I create a new org buffer?

2015-07-02 Thread Eric S Fraga
On Wednesday, 1 Jul 2015 at 18:53, Kyle Meyer wrote: [...] > Perhaps you could add it to find-file-hook (not tested): or ,[ C-h v find-file-not-found-functions RET ] | find-file-not-found-functions is a variable defined in `files.el'. | Its value is nil | | This variable may be risky if

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Fabrice Popineau writes: > To export documents to the epub format and produce ebooks ? > (I certainly would be interested in it). Isn't an EPUB more or less a zipped XHTML project? Wouldn't ox-html + magic be a shorter and potentially less error prone route to get an epub? AFAICT, we support e

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Fabrice Popineau
You are right. I'm curious to see which route is the easiest. I'll try very soon. Fabrice Le 2 juil. 2015 16:35, "Rasmus" a écrit : > Fabrice Popineau writes: > > > To export documents to the epub format and produce ebooks ? > > (I certainly would be interested in it). > > Isn't an EPUB more or

[O] Maybe 1st ox-texinfo manual in the wild

2015-07-02 Thread Rasmus
Hi, The magit 2.1 manual was typeset using ox-texinfo, it seems. Neat. https://raw.githubusercontent.com/magit/magit/master/Documentation/magit.org http://magit.vc/manual/magit.pdf Rasmus -- Vote for proprietary math!

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Aaron Ecay
Hi Nicolas, 2015ko uztailak 2an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> There is also a semantic difference in the two approaches as to whether >> a remote invocation of a babel block (via e.g. #+call) uses the >> properties from the block’s document position, o

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Aaron Ecay
Hi Rainer, 2015ko uztailak 2an, Rainer M Krug-ek idatzi zuen: > What I am missing in the new syntax is the possibility to *change* the > value of one header argument or to *remove* one. > > There is > > , > | :header-args: tangle testfile.R > ` (Nit: I think all your examples are missi

[O] "task b" starts when "task a" is marked as DONE?

2015-07-02 Thread Sharon Kimble
How can I have a task start when a primary task ends. I mean like this - --8<---cut here---start->8--- * TODO task a - fill the rubbish bag * TODO task b - put rubbish bag into the bin outside. --8<---cut here---end--->8--- S

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Sebastien Vauban
Aaron Ecay writes: >> which adds to header-args, what is missing is >> >> , >> | :header-args-: noweb >> ` >> >> which would remove the "noweb yes" from the header arguments > > This is not possible with the old syntax either, though: > > * One > :PROPERTIES: > :noweb: yes > :END: > > *

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Rainer M Krug
Envoyé de mon iPhone > Le 2 juil. 2015 à 18:35, Aaron Ecay a écrit : > > Hi Rainer, > > 2015ko uztailak 2an, Rainer M Krug-ek idatzi zuen: > >> What I am missing in the new syntax is the possibility to *change* the >> value of one header argument or to *remove* one. >> >> There is >> >> ,-

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Rainer M Krug
Envoyé de mon iPhone > Le 2 juil. 2015 à 20:21, Sebastien Vauban a écrit : > > Aaron Ecay writes: >>> which adds to header-args, what is missing is >>> >>> , >>> | :header-args-: noweb >>> ` >>> >>> which would remove the "noweb yes" from the header arguments >> >> This is not pos

Re: [O] Tangling takes long - profiling and calling R

2015-07-02 Thread Rainer M Krug
Envoyé de mon iPhone > Le 2 juil. 2015 à 13:51, Nicolas Goaziou a écrit : > > Hello, > > Aaron Ecay writes: > >> There is also a semantic difference in the two approaches as to whether >> a remote invocation of a babel block (via e.g. #+call) uses the >> properties from the block’s document

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Nicolas Goaziou
Rasmus writes: > Why do we need a pandoc exporter? And why do we need it in core? Note that I said "would be nice", not "need". Pandoc has quite a few export formats that we will probably never have an export back-end for. It avoids re-inventing the wheel. Also Pandoc can export to Org syntax

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Hi, Nicolas Goaziou writes: > Note that I said "would be nice", not "need". OK. > Pandoc has quite a few export formats that we will probably never have > an export back-end for. It avoids re-inventing the wheel. And it is high quality exporter(s)? Are there any exporters in particular that

Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)

2015-07-02 Thread Nicolas Goaziou
Fabrice Niessen writes: > Same error with file > https://github.com/fniessen/refcard-org-babel/blob/master/docs/eval.org. I cannot reproduce it. Could you pull again wip-lint and try one more time? Thank you. Regards,

Re: [O] "task b" starts when "task a" is marked as DONE?

2015-07-02 Thread Nick Dokos
Sharon Kimble writes: > How can I have a task start when a primary task ends. I mean like this - > > * TODO task a - fill the rubbish bag > * TODO task b - put rubbish bag into the bin outside. > > So in this case "task b" starts when "task a" is marked as DONE. > > Is it possible for this to occ

Re: [O] "task b" starts when "task a" is marked as DONE?

2015-07-02 Thread Samuel Wales
default org has info "(org) TODO dependencies" for blocking. you can also use hooks or org-depend to change state when you doneify. i think the one missing feature is the ability to put scheduled [in addition to changing state on] a remote task when a task is done. not sure why this is missing.

Re: [O] "task b" starts when "task a" is marked as DONE?

2015-07-02 Thread Sharon Kimble
Nick Dokos writes: > Sharon Kimble writes: > >> How can I have a task start when a primary task ends. I mean like this - >> >> * TODO task a - fill the rubbish bag >> * TODO task b - put rubbish bag into the bin outside. >> >> So in this case "task b" starts when "task a" is marked as DONE. >> >