Re: [O] [BUG] Formatting of bracketed numbers in included source files

2014-04-30 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] > Indeed. This should be fixed. Thank you for reporting it. Yes, the fix works well on my end. Thank you. -- Kyle

Re: [O] [BUG] Formatting of bracketed numbers in included source files

2014-04-30 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I'm experiencing issues including a file during export if that file has > a single number surrounded by brackets. [...] > It seems that `org-export--prepare-file-contents' is treating "[1]" as a > footnote. Bisecting this error suggests commit > b8781c4c85f0d51cecb3

[O] [BUG] Formatting of bracketed numbers in included source files

2014-04-29 Thread Kyle Meyer
Hello, I'm experiencing issues including a file during export if that file has a single number surrounded by brackets. ,[ test.org ] | #+include: "test.py" src Python ` ,[ test.py ] | x = [1] ` With the current master (51893a4), trying to export test.org leads to the following e