emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nathan Neff <nathan.neff@gmail.com>
To: Sebastian Fischmeister <sfischme@uwaterloo.ca>
Cc: Bastien <bzg@gnu.org>, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Templates for cloning
Date: Sun, 5 Aug 2012 20:35:04 -0500	[thread overview]
Message-ID: <CAC=HedApKw+26LJXq3bPn4ASM0=81xj-sZd1VpCLDGw9jcpOSQ@mail.gmail.com> (raw)
In-Reply-To: <20120804024048.GQ21653@muh>

On Fri, Aug 3, 2012 at 9:40 PM, Sebastian Fischmeister
<sfischme@uwaterloo.ca> wrote:
> As an idea, this is how I use templates:
>
> %+begin_src
> (defun org-p (key)
>   (let ((val (read-from-minibuffer (concat "Define " key ": "))))
>     (plist-put org-store-link-plist
>                (intern (concat ":" key)) val))
>   ""
>   )
>
> (defmacro org-g (key)
>   (or (plist-get org-store-link-plist (intern (concat ":" key)))
>   (concat "MISSING-KEY-" key)))
>
> (setq org-capture-templates
>        (quote (("p4" "Template: Bla" plain (file+headline
>        "~/.org/todo.org" "Projects") (file "~/.org/templates/bla.tmpl")))))
> %+end_src
>
> %+begin_src yasnippet
> %(org-p "var1")
> %(org-p "var2")
> ** Now copy here %(org-g "var1")
> ** And here %(org-g "var1")
>    SCHEDULED: %^t
> %+end_src
>
> If you just swap the sequence of the buffer evaluation in
> org-capture-fill-template, then you would even have a nicer version of
> this. See this previous post for details:
>
> http://comments.gmane.org/gmane.emacs.orgmode/57248
>
>   Sebastian
>

Sebastian, thanks for your suggestion, but I'm having trouble understanding
how your solution works, and I don't know what you mean by "If you just swap
the sequence of the buffer evaluation".  I only glanced at your suggestion and
will review it later (hopefully).

If you can point me to more documentation about what's going on in
your solution,
or perhaps enlighten me a bit more, I would appreciate it!

Thanks,
--Nate

  reply	other threads:[~2012-08-06  1:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02 17:12 Templates for cloning Nathan Neff
2012-08-03  7:25 ` Bastien
2012-08-04  2:40   ` Sebastian Fischmeister
2012-08-06  1:35     ` Nathan Neff [this message]
2012-08-09  0:42       ` Sebastian Fischmeister

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='CAC=HedApKw+26LJXq3bPn4ASM0=81xj-sZd1VpCLDGw9jcpOSQ@mail.gmail.com' \
    --to=nathan.neff@gmail.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=sfischme@uwaterloo.ca \
    /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).