emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-capture does copy selected marked text


From: Stig Brautaset
Subject: Re: [O] org-capture does copy selected marked text
Date: Wed, 01 Feb 2017 21:17:24 +0000
User-agent: mu4e 0.9.19; emacs 25.1.1

Uwe Brauer <address@hidden> writes:
>
> I have used org-capture a long time ago and do not recall the details,
> but I thought I could select a text and then org-capture would copy that
> selected text to a file of my choice in a format I can customize. A bit
> like good old remember does/did.
>
> For example I have set
>
>         ("j" "Journal Entry"
>          entry (file+datetree "~/ALLES/journal.org")
>          "* %?"
>          :empty-lines 1)

Try adding "%i" to the capture template, for example like so:

         ("j" "Journal Entry"
          entry (file+datetree "~/ALLES/journal.org")
          "* %?\n\n  %i"
          :empty-lines 1)

Stig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]