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 wrapped in

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

2015-08-14 Thread Gerald Wildgruber
Thanks Matt and Nicolas! I still have org-footnote-auto-adjust set to t and the positioning of point near the footnote marker works now with the sources I checked out this morning! One thing though: if I insert a new footnote in a region of text that already has footnotes before and after, the

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

2015-08-14 Thread Gerald Wildgruber
On Do, Aug 13 2015, Matt Lundin m...@imapmail.org wrote: Gerald Wildgruber gerald.wildgru...@unibas.ch writes: Matt, thanks! looking forward to any elucidation you can give on the problem at hand! Could you tell me what the value of org-footnote-auto-adjust is on your machine? Indeed, I

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

2015-08-14 Thread Rasmus
Achim Gratz strom...@nexgo.de 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

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

Re: [O] org-bbdb-birthday reminder

2015-08-14 Thread Matt Lundin
Nick Dokos ndo...@gmail.com 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 gerald.wildgru...@unibas.ch 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

Re: [O] Better inline image scrolling

2015-08-14 Thread Grant Rettke
On Tue, May 5, 2015 at 9:11 AM, Leo Ufimtsev lufim...@redhat.com 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

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 jorge.alfaro-muri...@yale.edu 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?

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

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

[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] 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 m...@nicolasgoaziou.fr wrote: Hello, Pip Cet pip...@gmail.com 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.

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 pip...@gmail.com 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

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

2015-08-14 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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] [PATCH] Re: Annoying positioning of point when writing footnotes

2015-08-14 Thread Gerald Wildgruber
On Fr, Aug 14 2015, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Gerald Wildgruber gerald.wildgru...@unibas.ch 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

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] org-element approach to modify or add ID to every headline

2015-08-14 Thread Samuel W. Flint
Grant Rettke g...@wisdomandwonder.com writes: On Sun, Aug 9, 2015 at 2:44 AM, Nicolas Goaziou m...@nicolasgoaziou.fr 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

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 fatkasuvayu+li...@gmail.com 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

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

2015-08-14 Thread Eric Abrahamsen
Thomas Holst thomas_ho...@gmx.de writes: Hi Eric, ยท Eric Abrahamsen e...@ericabrahamsen.net 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

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

2015-08-14 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Great. The bad commit seems to be: commit 898cfbcac0560d1d742d939a62c5a8253fe9b66f Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Mon Aug 10 13:34:07 2015 +0200 Implement faster `show-children' function * lisp/org.el

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] 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 thetop of