From: Darlan Cavalcante Moreira <darcamo@gmail.com>
To: Sebastien Vauban <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Feature request: two-letter combination for org-capture
Date: Wed, 08 Jun 2011 00:02:57 -0300 [thread overview]
Message-ID: <4deee668.13c7640a.5250.02b0@mx.google.com> (raw)
In-Reply-To: <80wrgxs3yg.fsf@somewhere.org>
Thank you Sebastien,
This works perfectly.
--
Darlan
At Tue, 07 Jun 2011 23:53:59 +0200,
"Sebastien Vauban" <wxhgmqzgwmuf@spammotel.com> wrote:
>
> Hi Darlan,
>
> Darlan Cavalcante Moreira wrote:
> > A nice feature of the org-agenda is the possibility to define two letter
> > combinations for the custom commands. From the manual I could not see how to
> > do this with org-capture and I'm guessing it is not possible right now.
>
> It already is... See an example below, with the helper function I defined for
> myself...
>
> #+begin_src emacs-lisp
> (defun my/org-capture-template (keys description file headline)
> "Create template for captured elements."
> `(,keys ,description entry
> (file+headline ,file ,headline)
> "* %^{Title}
> :PROPERTIES:
> :Created: %:date-timestamp-inactive
> :END:
> %?
> %i
>
> From %a"
> :empty-lines 1))
> #+end_src
>
> ... for avoiding repetitive skeleton:
>
> #+begin_src emacs-lisp
> (setq org-capture-templates
> `(;; notes
> ("N" "Templates adding notes")
> ,(my/org-capture-template
> "Ne" "Emacs" "~/Public/Notes-on-Emacs.txt" "Notes")
> ;; [...]
> ,(my/org-capture-template
> "No" "Org" "~/Public/Notes-on-Org.txt" "Notes")))
> #+end_src
>
> Best regards,
> Seb
>
> --
> Sebastien Vauban
>
>
prev parent reply other threads:[~2011-06-08 3:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 21:18 Feature request: two-letter combination for org-capture Darlan Cavalcante Moreira
2011-06-07 21:53 ` Sebastien Vauban
2011-06-08 3:02 ` Darlan Cavalcante Moreira [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4deee668.13c7640a.5250.02b0@mx.google.com \
--to=darcamo@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=wxhgmqzgwmuf@spammotel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).