[O] Modification dates in Worg (was: babel header arguments tutorial?)

2015-09-27 Thread Michael Strey
On Sa, 2015-09-26 at 23:39, Charles C. Berry wrote: [...] > The source is several years old and filed under the FIXME worg > directory. Both things are not visible on the page. In general there seems to be a lot of outdated stuff on Worg. It would be helpful to have at least the date of last m

[O] Creating a subtree with changes (filtered by tag)

2015-09-27 Thread Axel Kielhorn
Hi, I’m using org-mode to write specifications. Since the list grew quite long I want to add a subtree showing the changes as a quick overview. I tag the changes with the week of the modification: * Subject one * Subject two :KW38: * Subject three :KW38: * Subject four ** Subsubject four-one :KW

[O] [RFC] Draft mode

2015-09-27 Thread Nicolas Goaziou
Hello, The following patch implements a draft mode for export. When in draft mode, invalid macros and links do not throw an error. It can be toggled with `org-export-as-draft' variable, or using C-d in export dispatch. It introduces a backward incompatible change since it modifies signature from

Re: [O] Show presence of zero width spaces using overlay

2015-09-27 Thread Nicolas Goaziou
Hello, timor writes: > I am wondering why there is no simple backslash-escaping of org-mode > syntax? I think a backslash escaping is needed. However, I don't think it is going to be that simple. Do you have some specifications in mind? Regards, -- Nicolas Goaziou

Re: [O] [RFC] Draft mode

2015-09-27 Thread Nicolas Goaziou
Nicolas Goaziou writes: > The following patch implements a draft mode for export. When in draft > mode, invalid macros and links do not throw an error. It can be toggled > with `org-export-as-draft' variable, or using C-d in export dispatch. > > It introduces a backward incompatible change since

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

2015-09-27 Thread Sebastian Boehm
Hi, On 24 September 2015 at 12:04, Eric S Fraga wrote: > I have done the following: > […] thanks for all the great suggestions! I haven't had the opportunity to try out all proposed solutions yet, but Eric's snippet looks like a great way to tackle my initial problem. Best, Sebastian

[O] Bug: one column table to array conversion in bash

2015-09-27 Thread Konrad Herbst
Hello, Recently I tried to use org-babel for bash with its feature for conversation of tables to arrays. I found that a one column table is associated with an array in bash while one column of a table retrieved by indexing throws the error '(wrong-type-argument listp "foo")'. Here is an exam

Re: [O] babel header arguments tutorial?

2015-09-27 Thread Lawrence Bottorff
I guess from a purely elisp perspective I'm baffled. How is #+begin_src emacs-lisp org-babel-default-header-args:Python #+end_src supposed to produce #+RESULTS: | (:session . foo) | as it supposedly does in the doc? It doesn't for me. (Where, e.g., would "foo" be coming from?) If it had worke

Re: [O] [RFC] Draft mode

2015-09-27 Thread Charles C. Berry
On Sun, 27 Sep 2015, Nicolas Goaziou wrote: Nicolas Goaziou writes: The following patch implements a draft mode for export. When in draft mode, invalid macros and links do not throw an error. It can be toggled with `org-export-as-draft' variable, or using C-d in export dispatch. It introduce

Re: [O] babel header arguments tutorial?

2015-09-27 Thread Thomas S . Dye
Aloha Nick, Nick Dokos writes: > 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

[O] [PATCH] Substitute a guid XML element in org-feed

2015-09-27 Thread Hiroshi Saito
Hi, A guid XML element is not substituted in org-feed. Here is a patch to fix it. -- Sincerely, Hiroshi Saito 0001-org-feed.el-Substitute-a-guid-XML-element.patch Description: Binary data

Re: [O] [RFC] Draft mode

2015-09-27 Thread Rasmus
Nicolas Goaziou writes: > The following patch implements a draft mode for export. When in draft > mode, invalid macros and links do not throw an error. It can be toggled > with `org-export-as-draft' variable, or using C-d in export dispatch. Can this just be a variable set by BIND or publish? T

Re: [O] babel header arguments tutorial?

2015-09-27 Thread Nick Dokos
Lawrence Bottorff writes: > I guess from a purely elisp perspective I'm baffled. How is > > #+begin_src emacs-lisp >   org-babel-default-header-args:Python > #+end_src > > supposed to produce > > #+RESULTS: > | (:session . foo) | > > as it supposedly does in the doc? It doesn't for me. (Where, e.

Re: [O] [RFC] Draft mode

2015-09-27 Thread Marcin Borkowski
On 2015-09-27, at 20:39, Rasmus wrote: > Nicolas Goaziou writes: > >> The following patch implements a draft mode for export. When in draft >> mode, invalid macros and links do not throw an error. It can be toggled >> with `org-export-as-draft' variable, or using C-d in export dispatch. I woul

Re: [O] [patch] support latex variants

2015-09-27 Thread Rasmus
Pushed. -- May contains speling mistake

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

2015-09-27 Thread Suvayu Ali
On Fri, Sep 25, 2015 at 09:04:29AM +0200, Rainer M Krug wrote: > > Look at publishing instead of exporting to html which works with > missing links. That sounds a bit fishy. AFAIK, ox-publish just wraps around the usual org-export-as functions from ox.el. I could be wrong of course. -- Suvayu

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

2015-09-27 Thread Brian Beckman
Brian Beckman gmail.com> writes: Found the appropriate docs here: http://orgmode.org/manual/noweb.html#noweb