From: Bastien <bzg@altern.org>
To: Petro <x.piter@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: template, position search
Date: Tue, 18 Dec 2012 15:01:03 +0100 [thread overview]
Message-ID: <87a9tbgv8r.fsf@bzg.ath.cx> (raw)
In-Reply-To: <87zk3rhkiw.fsf@cica.cica> (Petro's message of "Fri, 12 Oct 2012 15:44:55 +0200")
Hi Petro,
Petro <x.piter@gmail.com> writes:
> (setq org-capture-templates
> '(("t" "Todo" entry (file+headline "~/org/tasks.org" "Tasks")
> "* TODO %?\n %i\n %a")
> ("n" "Note" entry (file+datetree "~/org/notes.org")
> "* %?\nEntered on %U\n %i\n %a")
> ("a" "article note" entry (file+function "~/org/scientific_notes.org" find-create-article-note-location)
> "*** test %?\nEntered on %U\n" )
> ))
Instead of
(file+function "~/org/scientific_notes.org"
find-create-article-note-location)
I'd use (function find-file-create-article-note-location)
then tell `find-file-create-article-note-location' to retrieve
(buffer-file-name) when on the pdf.
HTH,
--
Bastien
prev parent reply other threads:[~2012-12-18 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-12 13:44 template, position search Petro
2012-12-18 14:01 ` Bastien [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=87a9tbgv8r.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=x.piter@gmail.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).