Re: [O] There is no line to end here at LaTeX org-ref export

2016-08-31 Thread Florian Lindner
Am 30.08.2016 um 10:22 schrieb Florian Lindner: > In https://github.com/jkitchin/org-ref/issues/279 the author says it probably > not related to org-ref, however I was > unable to reproduce it without it. An example without org-ref that produces this error: #+BEGIN_SRC python :exports results :

[O] org-entities.el bug in "Delta"

2016-08-31 Thread Matthew Junker
>From line 166 of org-entities.el on the master branch, commit f685535 (it goes back to the first commit). ("Delta" "\\Delta" t "Δ" "Delta" *"Gamma"* "Δ") diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 7ef0524..51f5a06 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @

[O] Time clocking problem

2016-08-31 Thread Louis Turk
Hi everyone, I'm trying to learn how to time my work using this setup: http://doc.norang.ca/org-mode.html It is my understanding that: 1. When I punch in each morning using I the cursor can be anywhere in any file, and this will start the clock in the * Organization task. 2. I can then go to

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread jsj
I have some updates about this issue. I can confirm that it is not related to the prettification. I tried to directly put in unicode symbols instead of the ones generated by prettification, and I got exactly the same issue. So I guess this has something to do with how the system is handling the

[O] Calc: Second to last row

2016-08-31 Thread Karl Voit
Hi! I would like to refer to the second to last row of a table. The following example should demonstrate my issue. What I expect is that the following formula is filling @2..@5 with "1" and in the last row, there is the sum of all "1". It is important to me to ignore the number of horizontal lin

Re: [O] Scheme babel error

2016-08-31 Thread Nick Dokos
Lawrence Bottorff writes: > Actually, I found that thread > (https://lists.gnu.org/archive/html/emacs-orgmode/2015-09/msg00390.html) and > looked thrugh it (not as good as "looking through" it), but didn't make the > connection that it was because of the boolean -- again. What threw me was how

[O] [BUG] :html-link-use-abs-url defined twice for the html backend

2016-08-31 Thread Arun Isaac
In the options-alist of the html backend definition, :html-link-use-abs-url is defined twice (in lines 119 and 123). This is possibly a typo. Regards, Arun Isaac. signature.asc Description: PGP signature

Re: [O] Can't store link in mu4e

2016-08-31 Thread Brett Presnell
I pulled the latest org from git today and still no joy in mu4e. Interesting that the problem came and went in wanderlust but not in mu4e. > Hello, > > Brett Presnell writes: > > > I pulled the latest org from git a few days ago. Now I can no longer > > store links to email messages in mu4e w

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread jsj
Hi, > On 2016年8月31日, at 07:44, Clément Pit--Claudel wrote: > > I'm not sure I understand the problem description. Turning on prettification > does breaks table alignment; thus, > > | a | b | c | > |+---+---| > | \alpha | | | > > is always displayed as > > | a | b | c

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread Clément Pit--Claudel
On 2016-08-31 04:25, Eric S Fraga wrote: > On Tuesday, 30 Aug 2016 at 18:12, jsj wrote: > > [...] > >> | a | b | c | >> |---+---+---| >> | α β | | | >> >> Is it just me or you can reproduce the same behavior? > > I have seen the same at times. Not always so it may be font > related.

[O] Fwd: Re: Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-31 Thread Andrea Giugliano
I am not sure my previous mail reached everyone interested. Best, Andrea Andrea Giugliano writes: > Hello, > > I found a solution, or better I have understood how detangling is > supposed to work after reading ob-tangle.el. > > Basically, I found necessary two things to detangle properly (not >

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread Eric S Fraga
On Tuesday, 30 Aug 2016 at 18:12, jsj wrote: [...] > | a | b | c | > |---+---+---| > | α β | | | > > Is it just me or you can reproduce the same behavior? I have seen the same at times. Not always so it may be font related. Not sure. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.

[O] Accessing the communication channel from a link exporter

2016-08-31 Thread Arun Isaac
When adding a new hyperlink type using `org-add-link-type', how do I access the info communication channel from the link exporter function? Not being able to access the communication channel limits what I can do with `org-add-link-type', and I end up creating a derived backend with my own link tr