emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-orgmode@gnu.org
Subject: Re: remember
Date: Fri, 31 Aug 2007 12:57:25 +0200	[thread overview]
Message-ID: <877inc55uy.fsf@baldur.tsdh.de> (raw)
In-Reply-To: 87abs8ngxw.fsf@myhost.localdomain

Cezar <cezar@mixandgo.ro> writes:

Hi Cezar,

>   I want to start using remember to record todos like this wonderfull 
> paper shows:
>
>   http://johnwiegley.com/org.mode.day.planner.html

Wise decision.

>   My problem is that is also inserts some comments. The recorded entry
> looks like this:
>
> ** Fri Aug 31 13:19:12 2007 (## `C-u C-c C-c' to file directly, 
> `C-c C-c' to file interac)
>
> ## `C-u C-c C-c' to file directly, `C-c C-c' to file interactively.
> ## Target file "~/Organiser/Notes.org", headline "Tasks"
> ## To switch templates, use `M-x org-remember'.
>
> * TODO test
>   [2007-08-31 Fri]

That comment will be removed when you file it with C-c C-c.

>   Also I would like to know how to link from files/mails (I am using
> Gnus).

,----[ C-h k C-c o l ]
| C-c o l runs the command org-store-link
|   which is an interactive compiled Lisp function in `org.el'.
| It is bound to C-c o l.
| (org-store-link ARG)
| 
| Store an org-link to the current location.
| This link can later be inserted into an org-buffer with
| C-c C-l.
| For some link types, a prefix arg is interpreted:
| For links to usenet articles, arg negates `org-usenet-links-prefer-google'.
| For file links, arg negates `org-context-in-file-links'.
`----

As you can see, I bound that function to `C-c o l' because I use `C-c o'
as prefix key for org-mode related things.  Such a binding can be
created with

    (global-set-key (kbd "C-c o l") 'org-store-link)

in your ~/.emacs.

Bye,
Tassilo
-- 
* delYsid has mortgage, opportunity and penis in his score file.
<delYsid> thats pretty effective against spam
<Luke> aren't you worried about missing opportunities to mortgage
       your penis?

  reply	other threads:[~2007-08-31 11:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31 10:20 remember Cezar
2007-08-31 10:57 ` Tassilo Horn [this message]
2007-09-01  7:35   ` remember Cezar
2007-09-01 13:46     ` remember Tassilo Horn
2007-09-01 16:57       ` remember Cezar
2007-09-02  7:30         ` remember Carsten Dominik
2007-09-02  8:07           ` remember Cezar
2007-09-02 11:59             ` remember Tassilo Horn
2007-09-02 12:48               ` remember Cezar
2007-09-02 17:02                 ` remember Tassilo Horn

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=877inc55uy.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.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).