emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Amol Gawai" <amol.gawai@gmail.com>
To: emacs-orgmode@gnu.org
Subject: agenda command not working for anything except timeline
Date: Fri, 8 Feb 2008 17:07:12 +0530	[thread overview]
Message-ID: <718b3e910802080337n7373cbb3m1354512d7f9a2c3b@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 2212 bytes --]

Hi,
I have added custom todo keywords. I am unable to get any agenda view except
for timeline (C-c aL).
All other search for tags (C-c am) todo(C-c at) show empty agenda buffer.
Any solutions.
Here is my configuration.
I am using ntemacs -  23.0.0.1.
Org-mode - 5.21
and my org specific section is as follows.

;
-------------------------------------------------------------------------------------------------------
;; The following lines are always needed.  Choose your own keys.
(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)
(add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
(require 'org-install)
(setq org-agenda-include-diary t) ;add all diary entries to agenda view
; (setq org-log-done '(done)) - moved to individual file #+STARTUP:
lognotestate
(setq org-todo-keywords
           '((sequence "Project" "Started" "InProgress" "NearingCompletion"
"|" "Completed" )
             (sequence "Task" "Started" "|" "Completed")
             (sequence "NextAction" "|" "Completed")))
(defface org-project-face '((t (:foreground "blue" :weight bold :bold t)))
  "Face for Project todo items.")
(defface org-task-face '((t (:foreground "cyan" :weight bold :bold t)))
  "Face for Task todo items.")
(setq org-todo-keyword-faces
      '(("Project" . org-project-face)
        ("Task" . org-task-face)
        ("NextAction" . org-warning)))
(setq org-agenda-custom-commands
      '(("n" todo "NextAction")))
;; remember mode for Org
(require 'remember)
;;(org-remember-insinuate)
(setq org-directory "e:/Amol/Work/EmacsOrgDir/")
(setq org-default-notes-file (concat org-directory "/notes.org"))
(define-key global-map "\C-cr" 'org-remember)
;; templates for Org - remember
(setq org-remember-templates
      '(("Todo" ?t "* TODO %?\n  %i\n  %a" (concat org-directory
"/TODO.org") "Tasks")
       ("Journal" ?j "* %U %?\n\n  %i\n  %a" (concat org-directory
"/JOURNAL.org"))
       ("Idea" ?i "* %^{Title}\n  %i\n  %a" (concat org-directory
"/JOURNAL.org") "New Ideas")))
;
-------------------------------------------------------------------------------------------------------

Thanks a lot.
Amol

[-- Attachment #1.2: Type: text/html, Size: 3283 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2008-02-08 11:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-08 11:37 Amol Gawai [this message]
2008-02-09  7:13 ` agenda command not working for anything except timeline 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=718b3e910802080337n7373cbb3m1354512d7f9a2c3b@mail.gmail.com \
    --to=amol.gawai@gmail.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).