[O] How to access tables headers from within code block?

2014-11-18 Thread Andreas Hilboll
Hi, I have a table like this #+TBLNAME: t_tracers | Trace gas | SCIATRAN alias | |---+| | O3| O3 | | NO2 | NO2| | HCHO | HCHO | | CHOCHO| NO3| | HONO | OCLO | | BRO | BRO

[O] Traking estimated time for TODO items

2015-01-23 Thread Andreas Hilboll
Dear org experts, I have a bunch of TODOs which represent tasks that I'd like to do some time. When I end up having a certain amount of spare time, I'd like to be able to get a list of all of these "someday" tasks which would fit into the available time frame. I.e., when I know I have about 30mi

[O] Title/Author missing in Markdown export?

2015-04-28 Thread Andreas Hilboll
Using the current git master, any exported Markdown doesn't include title, author, and date information. Is this desired behaviour, or is it a bug? -- Andreas.

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-27 Thread Andreas Hilboll
On 27.07.2015 15:09, Greg Troxel wrote: > > Rainer M Krug writes: > >> These packages all depend on R itself. >> >> So isn't this the same as in emacs / elisp? Isn't an exporter / .el file >> the same as a package in R, something which enhances the original >> product using a provided interface

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Andreas Hilboll
age, the answer is no. The interpreted program, to the interpreter, is just data; a free software license like the GPL, based on copyright law, cannot limit what data you use the interpreter on. You can run it on any data (interpreted program), any way you like, and there are no requirements about licensing that data to anyone. -- Andreas Hilboll

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Andreas Hilboll
On 28.07.2015 11:30, Oleh Krehel wrote: > Andreas Hilboll writes: > >>>> Look here: >>>> https://en.wikipedia.org/w/index.php?title=GNU_General_Public_License§ion=11#Libraries >>>> >>>> Most useful quote: >>>> >>>>>

[O] Help tangling

2014-04-02 Thread Andreas Hilboll
Hi, I want to write a "SConstruct" file (for SCons, a Python make alternative) in orgmode, using literate programming. So I have a file "SConstruct.org", where I include the code blocks with "#+begin_src ... #+end_src". My question: How can I specify that *all* code blocks shall be tangled i

Re: [O] Help tangling

2014-04-02 Thread Andreas Hilboll
On 02.04.2014 23:04, Eric Schulte wrote: > Andreas Hilboll writes: > >> Hi, >> >> I want to write a "SConstruct" file (for SCons, a Python make >> alternative) in orgmode, using literate programming. So I have a file >> "SConstruct.org&

Re: [O] Help tangling

2014-04-03 Thread Andreas Hilboll
On 03.04.2014 01:05, Eric Schulte wrote: and the ":tangle SConstruct" >>> >>> yes >>> >>> #+Property: tangle SConstruct >>> >> >> Thanks for your feedback, Eric! However, it doesn't seem to work properly. >> >> The first two lines of my file read >> >>#+OPTIONS: toc:4 h:4 >>#+PROPERTY