From: Bastien <bzg@altern.org>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Capture question
Date: Sun, 06 Mar 2011 18:24:39 +0100 [thread overview]
Message-ID: <87bp1op3fs.fsf@altern.org> (raw)
In-Reply-To: <AANLkTikb6RmQ=whpm9HfkaYKhyx=NJdCbN9xdTRFfcaE@mail.gmail.com> (John Hendy's message of "Sun, 6 Mar 2011 10:16:26 -0600")
Hi John,
John Hendy <jw.hendy@gmail.com> writes:
> I can't be that odd :)
Well, html emails don't help :/
> 1) I think this is solved.
Ok, thanks.
> 2) The manual says this as to one of the options for the capture
> target:
> ,-----
> | (function function-finding-location)
> | Most general way, write your own function to find both file and
> location
> `-----
>
> Since my files always use the format YYYY-##MMM.org (2011-03Mar.org),
> I thought I could sure find a function that finds the current file
> rather than changing my capture target manually once a month.
See my recent reply to Sullivan: you can use
(file+heading buffer-file-name "Heading")
in the template. buffer-file-name is a function return the file name of
the currently visited file (obviously) -- so that should help.
> 3) I think this one was pretty clear... the manual says that if I do
> this:
> ,-----
> | (define-key global-map "\C-c c"
> | (lambda () (interactive) (org-capture "t")))
> `-----
>
> I won't have to manually select "t" (TODO) for my capture template
> via the interactive window. Since I only use one capture template, it
> would be fantastic to have it automatically use it instead of asking
> me what I want to use and then I press another keystroke to select
> one template out of one available template.
There was two "typos" -- the example is now:
#+begin_src emacs-lisp
(define-key global-map "\C-cx"
(lambda () (interactive) (org-capture nil "x")))
#+end_src
Note the "\C-cx" (with no space) and the additional nil.
HTH,
--
Bastien
next prev parent reply other threads:[~2011-03-06 17:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-25 0:02 Capture question John Hendy
2011-03-06 13:19 ` Bastien
2011-03-06 16:16 ` John Hendy
2011-03-06 17:24 ` Bastien [this message]
2011-03-06 18:12 ` John Hendy
2011-03-06 19:47 ` suvayu ali
2011-03-06 20:06 ` John Hendy
2011-03-06 20:33 ` Suvayu Ali
2011-03-19 14:41 ` Matt Lundin
2011-03-19 14:46 ` Suvayu Ali
2011-03-07 8:24 ` Bastien
-- strict thread matches above, loose matches on Subject: below --
2011-06-02 8:30 Capture Question Robert Inder
2011-08-11 16:52 capture question Mark Scala
2011-08-11 23:32 ` Bernt Hansen
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=87bp1op3fs.fsf@altern.org \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=jw.hendy@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).