emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Capture question
Date: Sun, 6 Mar 2011 12:12:09 -0600	[thread overview]
Message-ID: <AANLkTin+C4Fsq235Uf8Bi_Vjne8LpPj=4aXj3x+Nd9Xw@mail.gmail.com> (raw)
In-Reply-To: <87bp1op3fs.fsf@altern.org>

[-- Attachment #1: Type: text/plain, Size: 2237 bytes --]

On Sun, Mar 6, 2011 at 11:24 AM, Bastien <bzg@altern.org> wrote:

> Hi John,
>
> John Hendy <jw.hendy@gmail.com> writes:
>
> > I can't be that odd :)
>
> Well, html emails don't help :/
>

Really? I just send via gmail. Have I been polluting the list somehow? Have
my emails been showing up weird to everyone or something? Yikes -- I had no
idea.

Or do you just mean compared to sending via some emacs email client?


>
> > 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")
>

I'll check that out.


>
> 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
>
>
Fantastic. That does it. When do things get pushed to the manual? Or is that
an as-it's-spotted-it-gets-changed kind of thing? It's still the old way
here: http://orgmode.org/manual/Capture-templates.html#Capture-templates


Thanks for the help,
John


> Note the "\C-cx" (with no space) and the additional nil.
>
> HTH,
>
> --
>  Bastien
>

[-- Attachment #2: Type: text/html, Size: 3659 bytes --]

  reply	other threads:[~2011-03-06 18:15 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
2011-03-06 18:12       ` John Hendy [this message]
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='AANLkTin+C4Fsq235Uf8Bi_Vjne8LpPj=4aXj3x+Nd9Xw@mail.gmail.com' \
    --to=jw.hendy@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /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).