Re: [O] new to drawers

2014-05-11 Thread Achim Gratz
Steven Arntson writes: Okay, I see--I thought you could just arbitrarily title them. Which would be a nice feature, IMHO! This is already implemented, but you need to use the latest Org version. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD

[O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Andreas Reuleaux
I have just downloaded org-contacts.el load it in my .emacs/init.el like this (setq load-path (cons ~/cfg/emacs/el/org load-path)) (require 'org-contacts) (setq org-contact-files (list ~/work/org/contacts.org )) and have a

Re: [O] new to drawers

2014-05-11 Thread Nick Dokos
Achim Gratz strom...@nexgo.de writes: Steven Arntson writes: Okay, I see--I thought you could just arbitrarily title them. Which would be a nice feature, IMHO! This is already implemented, but you need to use the latest Org version. I thought so too, but when I tried it, I got the same

Re: [O] An org password manager

2014-05-11 Thread Colin Baxter
Hi, You can ensure a gpg buffer doesn't leave any traces by using a minor-mode called sensitive which disables backups and auto-save. The code is available on the Internet, but I'll post it here if anyone is interested. Best wishes, Colin. Dear Jorge, Neat!! Thanks for providing the

Re: [O] new to drawers

2014-05-11 Thread Dieter Schön
On 11. Mai 2014 14:02:13 MESZ, Nick Dokos ndo...@gmail.com wrote: Achim Gratz strom...@nexgo.de writes: Steven Arntson writes: Okay, I see--I thought you could just arbitrarily title them. Which would be a nice feature, IMHO! This is already implemented, but you need to use the latest Org

Re: [O] new to drawers

2014-05-11 Thread Dieter Schön
On 11. Mai 2014 14:02:13 MESZ, Nick Dokos ndo...@gmail.com wrote: Achim Gratz strom...@nexgo.de writes: Steven Arntson writes: Okay, I see--I thought you could just arbitrarily title them. Which would be a nice feature, IMHO! This is already implemented, but you need to use the latest Org

Re: [O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Alexander Baier
Hello Andreas, On 2014-05-11 13:07 Andreas Reuleaux wrote: (setq load-path (cons ~/cfg/emacs/el/org load-path)) (require 'org-contacts) (setq org-contact-files (list ~/work/org/contacts.org )) For me

Re: [O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Andreas Reuleaux
Alexander, that was it, thanks a lot. -Andreas Alexander Baier alexander.ba...@mailbox.org writes: (setq org-contact-files (list For me this is org-contacts-files, maybe that is the problem? HTH,

Re: [O] [PATCH] org.el (org-offer-links-in-entry): Remove code duplication

2014-05-11 Thread Albert Krewinkel
Hi Bastien, Bastien b...@gnu.org writes: Albert Krewinkel tar...@moltkeplatz.de writes: * org.el (org-offer-links-in-entry): Use `org-any-link-re' to avoid code duplication. This is not really code duplication, as the output of `org-any-link-re' is different from the output of the

[O] [PATCH] org.el (org-offer-links-in-entry): Reuse global variable

2014-05-11 Thread Albert Krewinkel
* org.el (org-offer-links-in-entry): Use global variable `org-any-link-re' instead of defining a string-equal local variable. The `re' variable defined in function `org-offer-links-in-entry' is string-equal to `org-any-link-re' and is hence replaced by the latter. TINYCHANGE --- lisp/org.el |

Re: [O] An org password manager

2014-05-11 Thread Jorge A. Alfaro-Murillo
Thanks Ramon, Regarding your question, probably the bug is related to running a for with all the buffers that are open. To get what you want you can try something creating a minor mode for gpg files and adding a hook that adds the buffer name of the gpg file that you open to a list of buffers to

Re: [O] An org password manager

2014-05-11 Thread Jorge A. Alfaro-Murillo
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: I forgot to mention that what org-passwords.el does is to set a timer each time that the password file is opened (analogous to the second option in my previous message) rather than having just one timer with repeat. Jorge. Thanks

Re: [O] Questions about mail, MIME, etc.

2014-05-11 Thread Peter Davis
On Sun, May 11, 2014 at 11:05:30AM +0800, Eric Abrahamsen wrote: Peter Davis p...@pfdstudio.com writes: One more follow-on question. When I run org-mime-org-buffer-htmlize, I get a buffer in message mode with a nice MIME message almost ready to go. I have not specified org-mime-library,

Re: [O] org-ref code

2014-05-11 Thread John Kitchin
On Sat, May 10, 2014 at 10:44 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Thursday, 1 May 2014 at 13:07, John Kitchin wrote: I implemented some of this partially. I made it so you can specify the default cite link in a user variable, with a default of cite. When you type C-c ], this

Re: [O] [PATCH] org.el (org-offer-links-in-entry): Remove code duplication

2014-05-11 Thread Achim Gratz
Albert Krewinkel writes: Done. As an aside: I did sign the copyright assignment papers to be able to contrivute to Gnus, but that probably wouldn't help much, as Org is a different project. Is that correct? If you assigned copyright just for Gnus, then you'd have to do it again for Org. If

[O] LaTeX style command re-use but for within org-mode documents?

2014-05-11 Thread Grant Rettke
Hi, Today we are working on an org-document that contains a quote that will re-appear multiple times within the same document. Coming from LaTeX, my initial reaction is to create a new command with \newcommand. Trying to find something like that within org-mode set me down two paths. The first

Re: [O] LaTeX style command re-use but for within org-mode documents?

2014-05-11 Thread Thomas S. Dye
Aloha Grant, Perhaps a macro? Macro expansion takes place during export. All the best, Tom Grant Rettke g...@wisdomandwonder.com writes: Hi, Today we are working on an org-document that contains a quote that will re-appear multiple times within the same document. Coming from LaTeX, my

Re: [O] LaTeX style command re-use but for within org-mode documents?

2014-05-11 Thread Suvayu Ali
On Sun, May 11, 2014 at 09:51:18AM -1000, Thomas S. Dye wrote: Aloha Grant, Perhaps a macro? Macro expansion takes place during export. (info (org) Macro Replacement) -- Suvayu Open source is the future. It sets us free.

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-05-11 Thread Aaron Ecay
Hi Eric, Bastien, Achim, et al., Thanks again for the feedback. I just pushed the revised patch to master. 2014ko maiatzak 4an, Eric Schulte-ek idatzi zuen: [...] One option might be to borrow naming behavior from the comment functionality in ob-tangle which looks like the following (from

[O] Warehouse Management System

2014-05-11 Thread Esben Stien
Does org-mode have some kind of warehouse management system? Like how many items foo and how many items bar and when you remove x amount of item bar, where did it go? One way to hack it would be to use a heading for each item, then use clock-in and clock-out, like +1 and -1;) to somehow track

Re: [O] LaTeX style command re-use but for within org-mode documents?

2014-05-11 Thread Grant Rettke
Thanks folks. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi gret...@acm.org | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On

Re: [O] Warehouse Management System

2014-05-11 Thread Eric Abrahamsen
Esben Stien b...@esben-stien.name writes: Does org-mode have some kind of warehouse management system? Like how many items foo and how many items bar and when you remove x amount of item bar, where did it go? One way to hack it would be to use a heading for each item, then use clock-in and

Re: [O] Questions about mail, MIME, etc.

2014-05-11 Thread Eric Abrahamsen
Peter Davis p...@pfdstudio.com writes: On Sun, May 11, 2014 at 11:05:30AM +0800, Eric Abrahamsen wrote: Peter Davis p...@pfdstudio.com writes: One more follow-on question. When I run org-mime-org-buffer-htmlize, I get a buffer in message mode with a nice MIME message almost ready to

Re: [O] Warehouse Management System

2014-05-11 Thread Eric Abrahamsen
Esben Stien b...@esben-stien.name writes: Does org-mode have some kind of warehouse management system? Like how many items foo and how many items bar and when you remove x amount of item bar, where did it go? One way to hack it would be to use a heading for each item, then use clock-in and