emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard G Riley <rileyrgdev@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Create TODO item from anywhere
Date: Thu, 27 Sep 2007 12:40:24 +0200	[thread overview]
Message-ID: <bwbqbobdd3.fsf@dev.shamrockirishbar.com> (raw)


Hi, I am very new to org mode and have come across something which has
me faltering a little and I can't see the solution although I know it
must be there.

Here is my org mode setup:

,----
| (require 'org)
| (setq org-directory "~/org")
| (setq org-return-follows-link t)
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| (define-key global-map "\C-cl" 'org-store-link)
| (define-key global-map "\C-ca" 'org-agenda)
| (setq org-log-done t)
| 
| (setq org-agenda-files (list 
| 			"~/org/mygtd.org"
| 			"~/org/register.org"
| 			))
| 
| (require 'remember)
| 
| (setq org-remember-templates
|       '(
| 	(?t "* TODO %?\n  %i\n  %a" "~/org/mygtd.org" "Tasks")
|         (?r "* %^{Title}\n  %i\n  %a" "~/org/register.org" "Register")
| 	)
|       )
| 
| (setq org-todo-keywords '("TODO" "FEEDBACK" "VERIFY" "DONE")
|       org-todo-interpretation 'sequence)
| 
| (setq remember-annotation-functions '(org-remember-annotation))
| (setq remember-handler-functions '(org-remember-handler))
| (add-hook 'remember-mode-hook 'org-remember-apply-template)
|
| (global-set-key (kbd "<f5> r") 'remember)
`----

The problem is that I can't see a function which I can bind to a global
key which can produce a TODO item without a link from anywhere. e.g I
might be in the *Scratch* buffer and want to create a TODO which has no
link back to the *Scratch* buffer. I don't really know lisp so cant delve
in the code. I'm sure its there somewhere and is totally obvious - isn't
it?

             reply	other threads:[~2007-09-27 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-27 10:40 Richard G Riley [this message]
2007-09-27 15:08 ` Create TODO item from anywhere Carsten Dominik

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=bwbqbobdd3.fsf@dev.shamrockirishbar.com \
    --to=rileyrgdev@googlemail.com \
    --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).