Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Charles C. Berry
On Sat, 26 Sep 2015, Andreas Leha wrote: Hi Brian, Brian Beckman writes: Hello -- I have a situation where some code blocks with noweb references in them <> are substituted inline when I export the document, and other code blocks with noweb references, are copied verbatim into the exported PD

Re: [O] babel header arguments tutorial?

2015-09-26 Thread Nick Dokos
Thomas S. Dye writes: > Aloha Nick, > > Nick Dokos writes: > >> The implementation on the page you linked contains a typo (capital P >> instead of lower-case p in python) and is much more prolix than it needs >> to be. You can get the same effect with >> >> # Local Variables: >> # org-babel-defa

Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Brian Beckman
Andreas Leha med.uni-goettingen.de> writes: > > Hi Brian, > [[ omitted: deeper quotes ]] > > As far as I can see, the difference is that some of the code blocks have > the header argument `:noweb yes', while others do not. > > I do not know how to achieve working noweb extension during evalua

Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Andreas Leha
Hi Brian, Brian Beckman writes: > Hello -- I have a situation where some code blocks with noweb references in > them <> are substituted inline when I export the document, and > other code blocks with noweb references, are copied verbatim into the > exported PDF. I do not know what causes this dif

Re: [O] babel header arguments tutorial?

2015-09-26 Thread Thomas S . Dye
Aloha Nick, Nick Dokos writes: > The implementation on the page you linked contains a typo (capital P > instead of lower-case p in python) and is much more prolix than it needs > to be. You can get the same effect with > > # Local Variables: > # org-babel-default-header-args:python: ((:session .

Re: [O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
perfect! thx z On Sat, Sep 26, 2015 at 10:12 PM, Nicolas Girard wrote: > 2015-09-26 20:42 GMT+02:00 Xebar Saram : > > > > so something like this: > > > > [[elisp:(org-agenda)][TO-COOK]] > > > > this will bring up the dispatcher, how does one make it auto issue lets > say > > 'w' in the dispatc

Re: [O] babel header arguments tutorial?

2015-09-26 Thread Nick Dokos
Lawrence Bottorff writes: > I see this and find the bottom section ("Setting language and file > specific default header argument value") intriguing, however too > cryptic. Can someone explain what's going on here and how to use it? > Each language defines a variable where you can set header arg

Re: [O] babel header arguments tutorial?

2015-09-26 Thread Charles C. Berry
On Sat, 26 Sep 2015, Lawrence Bottorff wrote: I see this and find the bottom section ("Setting language and file specific default header argument value") intriguing, however too cryptic. Can someone explain what's going on here and how

[O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Brian Beckman
Hello -- I have a situation where some code blocks with noweb references in them <> are substituted inline when I export the document, and other code blocks with noweb references, are copied verbatim into the exported PDF. I do not know what causes this difference in behavior and I don't know how t

Re: [O] a link to launch a todo view?

2015-09-26 Thread Nicolas Girard
2015-09-26 20:42 GMT+02:00 Xebar Saram : > > so something like this: > > [[elisp:(org-agenda)][TO-COOK]] > > this will bring up the dispatcher, how does one make it auto issue lets say > 'w' in the dispatcher > Just try (org-agenda nil "w") instead. Cheers, Nicolas

Re: [O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
Thx so much Nick so something like this: [[elisp:(org-agenda)][TO-COOK]] this will bring up the dispatcher, how does one make it auto issue lets say 'w' in the dispatcher thx so much Z

[O] babel header arguments tutorial?

2015-09-26 Thread Lawrence Bottorff
I see this and find the bottom section ("Setting language and file specific default header argument value") intriguing, however too cryptic. Can someone explain what's going on here and how to use it? LB

Re: [O] Outut file name by backend

2015-09-26 Thread Fabrice Popineau
I must add that there is one difference between my setup and ox-publish : I use PROPERTIES to parametrize my exports in several ways. I create several html pages and pdf files from subtrees. These pages need some navigation to be defined and I collect it by scanning the org file. I assemble the me

Re: [O] a link to launch a todo view?

2015-09-26 Thread Nick Dokos
Xebar Saram writes: > Hi list > > I was wondering if one can use a orgmode link to launch (via C-c o)  a > defined todo view (ie dispatcher t). anyone has done anything like that > before? > Yes, you can use an elisp: type link to execute arbitrary lisp code: [[elisp:(message "Hello")][hello]

Re: [O] Outut file name by backend

2015-09-26 Thread Fabrice Popineau
Rasmus gmx.us> writes: > > Fabrice Popineau gmail.com> writes: > > > 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.ht

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

2015-09-26 Thread AW
Am Samstag, 26. September 2015, 00:15:14 schrieb Nicolas Goaziou: > Hello, > > AW writes: > > No idea, nobody? Or keeping the tidbits for the weekend?! > > Fixed. Thank you. Quite the contrary: thank you very much for hunting bugs at midnight. Regards, -- Alexander

[O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
Hi list I was wondering if one can use a orgmode link to launch (via C-c o) a defined todo view (ie dispatcher t). anyone has done anything like that before? best Z