[O] org-id-open misses invisible entries

2014-12-05 Thread Eric Danan
this issue. Best regards, Eric Danan

[O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-11-24 Thread Eric Danan
Hello, When adding an org-bibtex entry with `org-bibtex-write' (or any command relying on it), the headline is the title. The patch below simply makes the headline customizable through a new variable. I tried to follow the contribution guidelines at

Re: [O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-12-07 Thread Eric Danan
M, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Eric Danan <eric.da...@u-cergy.fr> writes: > >> When adding an org-bibtex entry with `org-bibtex-write' (or any >> command relying on it), the headline is the title. The patch below >> sim

Re: [O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-12-09 Thread Eric Danan
Thanks for the tip, indeed I use magit and was creating the entries manually. On Fri, Dec 9, 2016 at 9:48 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Eric Danan <eric.da...@u-cergy.fr> writes: > >> Here it is, hope I did everything correctly.

[O] No completion when querying for property value in capture template

2018-06-07 Thread Eric Danan
Hello, There seems to be an old thread about this but I didn't find an answer there: http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg01079.html If, from an org file containing two entries with respective values "foobar" and "foobaz" for property "prop", I call "org-set-property" to

Re: [O] [PATCH] No completion when querying for property value in capture template

2018-06-08 Thread Eric Danan
OK I think I understand why it doesn't work. I'm attaching a simple patch that hopefully solves the issue. I've put comments in the commit message. Please let me know if anything is not clear or if you see issues. Eric On Thu, Jun 7, 2018 at 11:18 PM Eric Danan wrote: > > Thanks. >

Re: [O] No completion when querying for property value in capture template

2018-06-07 Thread Eric Danan
Thanks. As far as I know it is not currently possible to get property > auto-completion from the property list of the file itself. > I don't understand: when I call "org-set-property" directly from the file (C-c C-x p), it does get all the property values in the file and proposes them for

Re: [O] [PATCH] No completion when querying for property value in capture template

2018-06-16 Thread Eric Danan
ble because it would allow to specify different sets of allowed values for different capture templates with the same target entry). Eric On Sat, Jun 16, 2018 at 5:06 PM Nicolas Goaziou wrote: > > Hello, > > Eric Danan writes: > > > OK I think I understand why it doesn't work. I'm at

Re: [O] [PATCH] No completion when querying for property value in capture template

2018-06-17 Thread Eric Danan
Indeed it works now, thanks! On Sat, Jun 16, 2018 at 11:24 PM Nicolas Goaziou wrote: > > Eric Danan writes: > > > I did some testing and it seems towork except in one case: if the > > template target is of type "file+headline" (I guess "file+olp&qu

Re: [O] [PATCH] org-attach: Allow attaching file from visited buffer

2018-06-25 Thread Eric Danan
the list of commands in the attachment dispatcher customizable: http://lists.gnu.org/archive/html/emacs-orgmode/2018-06/msg00139.html Do you think it would make sense to do so? Thank you for your attention. On Thu, Jun 21, 2018 at 5:47 PM Nicolas Goaziou wrote: > > Hello, > > Eric Danan write

[O] [PATCH] org-attach: Allow attaching file from visited buffer

2018-06-21 Thread Eric Danan
Hello, When the file to attach is already open in emacs, it is generally faster to select it from the buffer list than navigating to it through the file system. This patch adds a `b' command to the attach dispatcher that reads a buffer and writes it in the attachment directory. Regards, Eric

Re: [O] [PATCH] org-attach: Allow attaching file from visited buffer

2018-11-02 Thread Eric Danan
Hello, I eventually added, in "next" branch (Org 9.3), something much simpler. Pressing from the attach dispatcher offers to choose a buffer from the list of active buffers, and save its contents to a file in the attachment directory. Does it suit your needs? Yes, thanks. It could make

Re: [O] [PATCH] org-attach: Make dispatcher commands customizable

2019-05-02 Thread Eric Danan
Sure, here it is. On 2019-04-27 18:51, Nicolas Goaziou wrote: Hello, Eric Danan writes: As discussed previously, https://lists.gnu.org/r/emacs-orgmode/2018-11/msg00038.html here is a patch to make the list of commands in the org-attach dispatcher customizable. Applied, with small fixes

[O] [PATCH] org-attach: Make dispatcher commands customizable

2019-04-26 Thread Eric Danan
Hello, As discussed previously, https://lists.gnu.org/r/emacs-orgmode/2018-11/msg00038.html here is a patch to make the list of commands in the org-attach dispatcher customizable. Eric From 868d2f26a7f4a3ad6d70477193f2abed2d245970 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Fri, 26 Apr