[O] M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"

2015-08-14 Thread Omid
Hello, In Emacs 24.5.1, after updating to the latest Org mode in ELPA (8.3.1-16-gf6aa53-elpa), org-publish results in the error "org-check-agenda-file: Wrong type argument: stringp, nil" on a project that used to publish without errors using the latest Org 8.2. Here is the part of a backtrace o

Re: [O] Pass options to \columns{} environment in beamer export

2015-08-14 Thread Suvayu Ali
Hi John, On Fri, Aug 14, 2015 at 11:16:42PM -0500, John Hendy wrote: > On Fri, Aug 14, 2015 at 6:25 AM, Suvayu Ali > wrote: > > > > All contiguous environments are automatically wrapped in a columns > > environment, although it can be forced at any point by setting the > > BEAMER_env prope

Re: [O] [PATCH] Re: Annoying positioning of point when writing footnotes

2015-08-14 Thread Gerald Wildgruber
On Fr, Aug 14 2015, Nicolas Goaziou wrote: > Gerald Wildgruber writes: > >> One thing though: if I insert a new footnote in a region of text that >> already has footnotes before and after, the auto adjust mechanism is >> triggered by "C-c C-x f", but in this case point is set NOT near the NEW >

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-14 Thread Eric Abrahamsen
Thomas Holst writes: > Hi Eric, > > ยท Eric Abrahamsen wrote: > >>> thanks for the gnorb package! I started using it and I like it a lot! >>> >>> When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a >>> headline. But completion is not working. Neither nor M-j does >>> anything.

Re: [O] Pass options to \columns{} environment in beamer export

2015-08-14 Thread John Hendy
On Fri, Aug 14, 2015 at 6:25 AM, Suvayu Ali wrote: > > Hi John, > > On Thu, Aug 13, 2015 at 06:41:45PM -0500, John Hendy wrote: > > > > I would not have guessed that from Worg, that's for sure. Thanks much for > > chiming in. > > In the tutorial under "Special environments"[1], I see the following

Re: [O] org-element approach to modify or add ID to every headline

2015-08-14 Thread Samuel W. Flint
Grant Rettke writes: > On Sun, Aug 9, 2015 at 2:44 AM, Nicolas Goaziou > wrote: >> Anyway, the following should do: > > That works perfectly. Thank you. > > Tempted to run it in a on-save hook just to ensure that the document > *always* has IDs. At least for tangle comments. > You might try se

Re: [O] [ANN] Syntax checker now in master

2015-08-14 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > I just merged `wip-lint' branch with `master'. It is now possible to > check syntax in a document using > > M-x org-lint Cool. Thanks! -- Vote for Dick Taid in an election near you!

Re: [O] 8.3 hangs

2015-08-14 Thread Samuel Wales
it might not be sorting itself. after i sort, i do org-show-entry as part of a sequence to try to make things a little more folded after a sort.

Re: [O] 8.3 hangs

2015-08-14 Thread Samuel Wales
i am still getting a lot of hangs in 8.3. most often, it is when i do a subtree sort. i keep trying element debug mode, but it has magical bug preventing abilities. org-show-entry is another place where the bug occurs. it is part of recreating a more folded state after undoing a sort. once it

Re: [O] re-search-forward hang in org-link-search

2015-08-14 Thread Nicolas Goaziou
Pip Cet writes: > Of course, here we go. Please let me know if there's anything wrong > with it still. (I don't think gmail copy-and-paste preserves tabs, so > this is sent as an attachment. Is that okay, for future reference?) > > It would be great if README_contribute could be updated no longer

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Marcin Borkowski
On 2015-08-14, at 19:54, Jorge A. Alfaro-Murillo wrote: > Peter Davis writes: > >> I'd like to store information in an org page that gets >> automatically encrypted when I save it, and decrypted when I >> open it. Is there some built-in functionality or hooks for this? > > You could save the

Re: [O] Add version header to org.el

2015-08-14 Thread Achim Gratz
Rasmus writes: > I don't really see the issue... Can we add a proper Version headers in > the make process for ELPA packages. We don't generate org.el; while it would not be impossible to do, I don't really see why we should just to drop some comment in there. Besides, it would be perfectly possi

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Jorge A. Alfaro-Murillo
Peter Davis writes: I'd like to store information in an org page that gets automatically encrypted when I save it, and decrypted when I open it. Is there some built-in functionality or hooks for this? You could save the file as .gpg, and put as its first line # -*- mode: org-mode -*- By the

Re: [O] re-search-forward hang in org-link-search

2015-08-14 Thread Pip Cet
Hi Nicolas, On Thu, Aug 13, 2015 at 11:37 PM, Nicolas Goaziou wrote: > Hello, > > Pip Cet writes: > >> Can you try this patch? That appears to fix the issue here, at least >> for this one file, at the cost of yet another shy group added to the >> regular expression. > > Thanks for the patch. > >

Re: [O] Better inline image scrolling

2015-08-14 Thread Grant Rettke
On Tue, May 5, 2015 at 9:11 AM, Leo Ufimtsev wrote: > Making (displayed) inline images use multiple lines sounds like a great idea. Just to be overly clear: you are saying that it is a great idea add the sliced-image utilization Org-Mode using existing EMACS functionality for sliced images?

[O] [ANN] Syntax checker now in master

2015-08-14 Thread Nicolas Goaziou
Hello, I just merged `wip-lint' branch with `master'. It is now possible to check syntax in a document using M-x org-lint Regards, -- Nicolas Goaziou0x80A93738

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-14 Thread Nicolas Goaziou
Rasmus writes: > Great. The bad commit seems to be: > > commit 898cfbcac0560d1d742d939a62c5a8253fe9b66f > Author: Nicolas Goaziou > Date: Mon Aug 10 13:34:07 2015 +0200 > > Implement faster `show-children' function > > * lisp/org.el (org-show-children): New functio

Re: [O] org-bbdb-birthday reminder

2015-08-14 Thread Matt Lundin
Nick Dokos writes: > Here's a quick implementation of the method I described earlier > in the thread: This works great. Thanks! Perhaps we could integrate something like this into org-bbdb.el... Matt

Re: [O] [PATCH] Re: Annoying positioning of point when writing footnotes

2015-08-14 Thread Nicolas Goaziou
Gerald Wildgruber writes: > One thing though: if I insert a new footnote in a region of text that > already has footnotes before and after, the auto adjust mechanism is > triggered by "C-c C-x f", but in this case point is set NOT near the NEW > footnote marker but always at the marker of the LAS

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Sebastien Vauban
Hello John, >> > Here is the setup I have that worked when I tried it last ;) >> > >> > ;; encryption >> > (require 'epa-file) >> > (unless (memq epa-file-handler file-name-handler-alist) >> > (epa-file-enable)) >> >> Do you remember what are those 2 lines for? > > They are basically copied from

Re: [O] Pass options to \columns{} environment in beamer export

2015-08-14 Thread Suvayu Ali
Hi John, On Thu, Aug 13, 2015 at 06:41:45PM -0500, John Hendy wrote: > > I would not have guessed that from Worg, that's for sure. Thanks much for > chiming in. In the tutorial under "Special environments"[1], I see the following paragraph: All contiguous environments are automatically wrappe

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread John Kitchin
They are basically copied from thetop of http://orgmode.org/worg/org-tutorials/encrypting-files.html The first line loads epa-file (epa-file.el --- the EasyPG Assistant, transparent file encryption ) The second line looks like a way to call epa-file-enable if it hasn't been enabled. You can just

Re: [O] Add version header to org.el

2015-08-14 Thread Rasmus
Achim Gratz writes: > Yes, we don't want to have to commit this nonsense when we have a proper > VCS. Now, instead of simply tagging a release you're back to having to > remember that you have to jump through some burning hoops first in a > particular oder, then commit it and then maybe you can

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Sebastien Vauban
Hello John, > Here is the setup I have that worked when I tried it last ;) > > ;; encryption > (require 'epa-file) > (unless (memq epa-file-handler file-name-handler-alist) > (epa-file-enable)) Do you remember what are those 2 lines for? Best regards, Seb -- Sebastien Vauban