Re: [O] Call for an Emacs Library Developer

2016-10-26 Thread Stefan Huchler
Greg Troxel writes: > https://github.com/matburt/mobileorg-android > > And there is a fork/rewrite which I didn't know about, but looks interesting: > > https://github.com/wizmer/syncorg Would be neat if there would be a f-droid build, else you have to access somehow complicated to the apk.

Re: [O] Call for an Emacs Library Developer

2016-10-26 Thread Jeff Rush
Thanks Greg for those links. I was aware of Mobileorg-Android but didn't know development had started back up. The Orgzly app looked more mature at this point but, of course, doesn't do everything that .org can do in managing documents. But it's use of a simple query language to produce agenda o

Re: [O] bug in org-element--object-lex seen when exporting (Invalid search bound, wrong side of point)

2016-10-26 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Daniel Clemente writes: > >> Hi. I describe a rare bug seen in today's org-mode (8.3.6) running in emacs >> 26.0.50.1. >> >> 1. emacs -Q, and load org-mode >> 2. Use this file (two lines): >> >> * <<>> >> a-bug >> >> 3. export to HTML (C-c C-e h h) >> >> I got: >> >>

Re: [O] Bug: Figure caption highlighting [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161017/)]

2016-10-26 Thread Nicolas Goaziou
Hello, mcg writes: > I am not sure if this qualifies as a bug: > When I use figure captions in org-mode I get: > > #+CAPTION: Caption text is highlighted > #+CAPTION[Figure with short caption for LaTeX TOC export]: Caption text > > is not highlighted FWIW, I cannot reproduce it. Regards, --

Re: [O] How are people handling their calendars?

2016-10-26 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Okay, will put it on my short list :) I just tried this with a basic two-calendar setup, and it seemed to work fine. I'm using emacs from git, org-plus-contrib from elpa, and org-caldav from elpa. I didn't use the :agenda-skip-function, was that what was causing the bu

Re: [O] Archive to subfolder?

2016-10-26 Thread Charles A. Roelli
Hi Tristan, set `org-archive-location' to something like "./archive/%s::* Finished tasks". Or at the top of the Org file: #+ARCHIVE: ./archive/%s::* Finished tasks Cheers, Charles

[O] Archive to subfolder?

2016-10-26 Thread Tristan Strange
Hi all, When I archive headings end up in the a file called something.org_archive in the same folder as something.org. Would it be possible to have these files placed in a sub folder of the current directory? So archiving a heading from something.org would put the heading in ./archive/something.

Re: [O] Bug with (comment-line)

2016-10-26 Thread Kaushal Modi
On Wed, Oct 26, 2016 at 7:21 AM Dushyant Juneja wrote: > My Org-mode version is 8.3.6 (8.3.6-7-g4d7d52-elpaplus @ > /.../.emacs.d/elpa/org-plus-contrib-20161024/) > > Looking at the commit date, it is 2016-10-15 10:31:25 (GMT) > We cannot rely on the commit and build dates for this: The package

Re: [O] Bug with (comment-line)

2016-10-26 Thread Dushyant Juneja
On Wed, Oct 26, 2016 at 4:12 PM Kaushal Modi wrote: On Wed, Oct 26, 2016, 1:28 AM Dushyant Juneja wrote: bug or a feature? If latter, how do I comment current line in org-babel? It looks like this bug which was recently fixed in the master (dev) branch: http://orgmode.org/cgit.cgi/org-mode.g

Re: [O] Bug with (comment-line)

2016-10-26 Thread Kaushal Modi
On Wed, Oct 26, 2016, 1:28 AM Dushyant Juneja wrote: > > bug or a feature? If latter, how do I comment current line in org-babel? > It looks like this bug which was recently fixed in the master (dev) branch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=21c6148bbe60c278abfb0f035c15c030ac05

Re: [O] Issue with :cache yes

2016-10-26 Thread Dushyant Juneja
Thanks for the quick response, Uli! On Wed, Oct 26, 2016 at 1:09 PM Ulrich J. Herter wrote: > Hi, > > Am Mittwoch, den 26.10.2016, 05:49 + schrieb Dushyant Juneja: > > * New Heading > > #+call: execBlk1( "newHeading" ) :cache yes > > Shouldn't it be #+call: execBlk1( args="newHeading" ) at t

Re: [O] Issue with :cache yes

2016-10-26 Thread Ulrich J. Herter
Hi, Am Mittwoch, den 26.10.2016, 05:49 + schrieb Dushyant Juneja: > * New Heading > #+call: execBlk1( "newHeading" ) :cache yes Shouldn't it be #+call: execBlk1( args="newHeading" ) at this point? > > However, when I try to export it to ascii (C-c C-e t A), I get the > following error: > >