From: Logan Lee <10464307@uts.edu.au>
Subject: Todo-mode HOWTO v0.1
Date: Tue, 02 Jan 2007 20:03:51 +1100 [thread overview]
Message-ID: <87hcv9yf48.fsf@laptop.at.pyenos> (raw)
Todo-mode HOWTO v0.1
Logan Lee 10464307@uts.edu.au
_____________________________
(1) To enter todo major mode, M-x todo-mode.
(2) Let's jump to the default Todo category. Press 'j' then select 'Todo'.
(3) Let's insert a dummy task. Press 'i' then enter description then category that it belongs to. In this case, there is only one category (ie. Todo) so enter 'Todo' as its category.
(4) Let's insert another dummy task in order to demonstrate raising or lowering priority of a task or filing a task once it's done. Do this by pressing 'i' again and following the rest of step 3.
(5) Now, try pressing 'r' to move the task at cursor up by one line or 'l' to lower it by one line. The line position of a task represents its respective priority.
(6) Now, try pressing 'f' at a task to file it. Filing a task means you add it to a file called '.todo-done' located at your home directory. You will see on your screen that the filed task has disappeared from view.
(7) Lastly, let's try adding a new category. 'M-x todo-add-category'. First, you will be directed to the source of '.todo-do' file. Don't panic because of unknown syntax shown to your screen. Proceed to step 8 to learn more about the syntax of .todo-do file.
(8) The format of .todo-do file:
;; This specifies that "Todo" and "New Category That You Have Added" are
;;+categories of todo-mode.
-*- mode: todo; todo-categories: ("Todo","New Category That You Have Added"); -*-
*/* ---------------------------------------------------------------------------
;; Lists tasks under Todo
*/* --- Todo
*/* 2007-01-02 19:12 Dummy Task2 ;; These are dummy tasks from steps 3,4.
*/* 2007-01-02 19 11 Dummy Task1 ;;+Task2 is higher priority than Task1.
--- End
;; Lists tasks under New Category That You Have Added
*/* --- New Category That You Have Added
;; As you can see there are no tasks belonging to "New Category That You Have Added" ;)
--- End
(9) There are other commands and associated abbreviations which can be found in Todo item at menu bar.
Hopefully, this has been helpful for some people ;)
reply other threads:[~2007-01-02 9:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hcv9yf48.fsf@laptop.at.pyenos \
--to=10464307@uts.edu.au \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.