[O] MobileOrg does not sync with local Android calendar

2016-01-30 Thread cschr
Hi I set up MobileOrg and it now shows the appointments from my emacs diary and my orgmode agenda. But nothing shows in my local android calendar, although I configured MobileOrg to sync with the android calendar. Is this functionality known to work, at all, and are there any special preconditi

Re: [O] hyperlinks stopped working

2016-01-30 Thread Russell L. Carter
Ok, thanks for the info Titus, much appreciated! Maintainers: I love org-mode. Thank you so much. Russell On 01/30/16 20:52, Titus von der Malsburg wrote: I reported the same problem a few days ago. It has already been fixed in the development version but unfortunately the bug is still in

Re: [O] hyperlinks stopped working

2016-01-30 Thread Titus von der Malsburg
I reported the same problem a few days ago. It has already been fixed in the development version but unfortunately the bug is still in the version available on Elpa. I solved it by installing the development version manually. Instructions can be found here: http://orgmode.org/org.html#Instal

Re: [O] hyperlinks stopped working

2016-01-30 Thread Russell L. Carter
The bug is a link like this: * [[http://google.com]] is displayed as a string literal and a link like this works: * [[ttp://google.com]] I recently started using helm, and just installed magit, but haven't configured it. Otherwise, the configuration has not changed in quite some time. Thanks

[O] hyperlinks stopped working

2016-01-30 Thread Russell L. Carter
Hi, org-version is 8.3.3-26-ge92a06-elpa, emacs is 25.0.50.1 on FreeBSD stable. Hyperlinks on my unchanged configuration just stopped working, and display as the literal string. Neither org-toggle-link-display nor font-lock-mode has any effect. I see these in the Messages buffer: Error during

Re: [O] org-player and switch to lexical binding in org.el

2016-01-30 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Only slowly I begin to get it partially. My observation is that if the > current `org-open-file' would be changed to > > (eval cmd > ;; LEXICAL argument. > `((file . ,(convert-standard-filename file)) > (link . ,dlink))) Actuall

Re: [O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-30 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > It removes it in the last iteration of the ~while~ loop. I couldn't > point out exactly when, but at some point, it gets removed. > > HTH, Unfortunately, it still doesn't ring any bell. You may want to edebug and evaluate `org-auto-repeat-

Re: [O] Cannot build agenda anymore.

2016-01-30 Thread Nicolas Goaziou
Hello, Martin writes: > Since today a C-c a a leads to the error > > Updating dynamic block `clocktable' at line 1... > font-lock-fontify-keywords-region: Wrong type argument: listp, org-table > Auto-saving... > > I don't know where it comes from, how can I figure out which lines in > the org fi

Re: [O] org-habit: "++" render wrong color

2016-01-30 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Since 5d19c2c6891acd55dae36fccc07defe359a7283e, the habit consistency > graph renders intervals in wrong color if you use `++'. > > http://ibin.co/2V80yaYqOT1O > > The above graph in the pic is from 5d19c2c68~1, the below is the tip > of master. Note that red regi

[O] Latex command compilation in HTML export

2016-01-30 Thread Sylvain Salvati
Dear Orgmode list, during the HTML export of an org document, I would like to compile its latex fragments to SVG using the sequence of commands lualatex --shell-escape --interaction=nonstopmode --output-format=dvi --output-directory=%o %b dvisvgm %b but I have not been able to find out where I

Re: [O] Orgmode testsuite

2016-01-30 Thread Andrej Depperschmidt
Hello, some package in my config installed org from ELPA as a dependency or something similar (Karl Voit wrote about it a few days ago). Deleting it manually solved the problem. Thanks, Andrej Nicolas Goaziou writes: > Hello, > > Andrej Depperschmidt writes: > >> Somehow I'm not able to loca