From: Bastien <bzg@altern.org>
To: Richard G Riley <rileyrgdev@googlemail.com>
Cc: Eddward DeVilla <eddward@gmail.com>, org-mode <emacs-orgmode@gnu.org>
Subject: Re: Categories
Date: Fri, 12 Oct 2007 14:31:05 +0100 [thread overview]
Message-ID: <87przk8nom.fsf@bzg.ath.cx> (raw)
In-Reply-To: <1sodf4n1wn.fsf@home.net> (Richard G. Riley's message of "Fri, 12 Oct 2007 11:00:08 +0200")
Richard G Riley <rileyrgdev@googlemail.com> writes:
>> You could set a :CATEGORY: property for entry.
>>
> How do you do that?
Please check (info "(Org)Property syntax") to know more about
properties.
> | #+CATEGORY: Emacs
Although this is still supported, you can now use this:
,----
| * A headline here
| :PROPERTIES:
| :CATEGORY: Emacs
| :END:
`----
The CATEGORY property does the same job than the old #+CATEGORY, except
that its scope is well defined, i.e. we don't need to bother anymore on
where #+CATEGORY has to be.
> My question is how to assign a task to a category, preferably through
> a pick/select from a list of predefined category names.
Maybe something like this:
,----
| (setq org-remember-templates
| '((?c "* %?\n :PROPERTIES:\n :CATEGORY: %^{Category}\n :END:\n\n %i\n" "~/org/todo.org" "Tasks")))
`----
(Note that white spaces are important.)
Inserting properties (including the CATEGORY property) interactively
from a template looks a bit too much for me. But not using remember
very often, and only for taking quick notes -- not editing my main
Org file.
> ps Is there an IRC channel for org? The mailing list is busy enough I
> wonder if an IRC channel wouldnt be a good idea to help people through
> teething pains.
Do you think "being-productive-with-Org" and "lurking-on-Org-channel"
can get along nicely? Ahem.
The good thing with the mailing is that it helps to provide a huge
"dynamic FAQ" to googlers. IRC logs too often die in the darkness.
--
Bastien
next prev parent reply other threads:[~2007-10-12 12:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-11 23:05 Categories Richard G Riley
2007-10-12 3:16 ` Categories Eddward DeVilla
2007-10-12 9:00 ` Categories Richard G Riley
2007-10-12 13:31 ` Bastien [this message]
[not found] ` <fgy7e85vf3.fsf@home.net>
2007-10-12 14:56 ` Categories Bastien
2007-10-12 14:12 ` Categories Richard G Riley
2007-10-12 14:27 ` Categories Carsten Dominik
2007-10-12 15:04 ` Categories Richard G Riley
2007-10-12 17:00 ` Categories Bastien
[not found] ` <qfr6k0b8f8.fsf@home.net>
[not found] ` <87bqb4uri3.fsf@bzg.ath.cx>
[not found] ` <ml641cb5wj.fsf@home.net>
[not found] ` <87r6k0tboe.fsf@bzg.ath.cx>
[not found] ` <0sprzk9pcu.fsf@home.net>
[not found] ` <87641cdniz.fsf@bzg.ath.cx>
[not found] ` <uzk5prdwxm.fsf@home.net>
[not found] ` <87tzovjeer.fsf@bzg.ath.cx>
[not found] ` <13k5prcg2a.fsf@home.net>
[not found] ` <87bqb3jcsm.fsf@bzg.ath.cx>
[not found] ` <77zlykith7.fsf@home.net>
2007-10-15 11:32 ` Categories Bastien
[not found] ` <jnr6jwtk1o.fsf@home.net>
2007-10-15 17:54 ` Categories Bastien
[not found] ` <t1lka4thoz.fsf@home.net>
2007-10-15 18:38 ` Categories Bastien
[not found] ` <jbhcksjmnx.fsf@home.net>
2007-10-15 18:57 ` Categories Bastien
[not found] ` <2yd4vgdyxe.fsf@home.net>
2007-10-15 19:24 ` Categories Bastien
2007-10-12 17:07 ` Categories Carsten Dominik
2007-10-12 17:20 ` Categories Richard G Riley
2007-10-12 18:20 ` Categories Carsten Dominik
2007-10-13 12:22 ` Categories Richard G Riley
2007-10-14 6:14 ` Categories 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=87przk8nom.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=eddward@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rileyrgdev@googlemail.com \
/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).