emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: "Georg C. F. Greve" <greve@fsfeurope.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Using org-remember to include stored link?
Date: Sun, 14 Oct 2007 17:33:44 +0200	[thread overview]
Message-ID: <a13a570ef607d26902877bfa377de196@science.uva.nl> (raw)
In-Reply-To: <m3abqlrjf2.fsf@cerebro.fsfeurope.org>


On Oct 14, 2007, at 14:05, Georg C. F. Greve wrote:

> On Sun, 14 Oct 2007 08:14:10 +0200
> Carsten Dominik <dominik@science.uva.nl> wrote:
>
>>> is it possible to call org-remember to insert a previously stored
>>> link?
>
>  cd> The remember buffer is in org-mode, you can just call C-c C-l to
>  cd> insert any previously stored link...
>
> True. Although that means I would need to delete the link that is
> inserted by the template, and then insert the one I want. I'd prefer
> this to happen with fewer keystrokes. If I could call org-mode with a
> customized template to insert the stored link without being prompted 
> for
> the other templates, that would be great.
>
> Ideally for what I have in mind the templates would not be defined per
> file. That dependency really is not useful in my case.

You can use nil for the file name and still provide a headline,
I believe.  I see now that the customization interface does not
allow this - I will change this.
>
> In combination with something that inserts the last stored link into 
> the
> template automatically, I could then have the fastest way of turning
> outgoing mail into WAITING items in the correct file.
>
> See http://www.emacswiki.org/cgi-bin/wiki/org-mairix.el function
>
>  org-mairix-message-send-and-exit-with-link

For this specific application, you might consider a different route:

- Define a prefix argument for this function.  When given, org-remember
will be called directly by the function, with a custom template into 
which
you can insert the link.  If you use `let' to define a local value
for org-remember-templates, that template will be used for this call.

So I mean that you end your org-mairix-send-and-exit-with-link
with something like this (totally untested, only a draft):

(when arg

   (let ((org-remember-templates
           '((?w (concat "* WAITING %?\n  " (format "[[%s][%s]]" link 
desc))
                 nil ; no file name
                 "WAITING" ; the headline
                 ))))
        (org-remember)))

Since we are only defining a single template, you will not even be 
prompted
for the template but directly placed into the remember buffer.


- Carsten

  parent reply	other threads:[~2007-10-14 15:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-13 14:52 Using org-remember to include stored link? Georg C. F. Greve
2007-10-14  2:33 ` Bastien
2007-10-14  5:11   ` Georg C. F. Greve
2007-10-14  6:14 ` Carsten Dominik
2007-10-14 12:05   ` Georg C. F. Greve
2007-10-14 14:03     ` Bastien
2007-10-14 13:48       ` Georg C. F. Greve
2007-10-14 15:33     ` Carsten Dominik [this message]
2007-11-08 11:32       ` Georg C. F. Greve
2007-11-08 13:09         ` Bastien
2007-12-08 20:08           ` inserting files within remember templates Adam Spiers
  -- strict thread matches above, loose matches on Subject: below --
2007-11-05 18:17 Adam Spiers
2007-11-05 18:27 ` Eddward DeVilla
2007-11-06  5:41 ` Carsten Dominik
2007-11-06 16:36   ` Adam Spiers
2007-11-06 22:39     ` Adam Spiers
2007-11-07  2:47       ` Bastien
2007-11-07  8:43         ` Carsten Dominik
2007-11-07  8:42       ` Carsten Dominik
2007-11-24 14:52         ` Adam Spiers
2007-11-24 16:57           ` Carsten Dominik
2007-12-09 12:19           ` Adam Spiers
2007-11-07  2:37     ` Bastien
2007-11-07  9:58       ` Adam Spiers
2007-11-07 12:46         ` Bastien
2007-11-07 12:50           ` Adam Spiers
2007-11-07 14:39             ` Bastien
2007-11-07 14:36               ` Adam Spiers
2007-11-08  4:03                 ` Bastien

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=a13a570ef607d26902877bfa377de196@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=greve@fsfeurope.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).