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
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
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 s
s (or leaving things as they are). There was a
recent suggestion to make 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
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
0
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" et
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
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:
>
> T
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 complet
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 se
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 wrote:
> Hello,
>
> Eric Danan writes:
>
>> Here it is, hope I did everything correctly.
>
> Almost. I changed :version "25.1" to
gle-tag tag 'on
(org-insert-heading)
-(insert (funcall val :title))
+(insert (funcall org-bibtex-headline-format-function entry))
(org-bibtex-put "TITLE" (funcall val :title))
(org-bibtex-put org-bibtex-type-property-name
(downcase (funcall val
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
http://orgmode.org/worg/org-contribute.html#pa
this
issue.
Best regards,
Eric Danan
14 matches
Mail list logo