From: Samuel Wales <samologist@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: fast todo kw / -> x
Date: Sat, 14 Jul 2012 10:12:04 -0700 [thread overview]
Message-ID: <CAJcAo8vrnareq1ffsXM33E-ShyfxvAAtzNbxe3bu0ToW8KSWyA@mail.gmail.com> (raw)
In-Reply-To: <87fw8udd7x.fsf@gnu.org>
On 7/14/12, Bastien <bzg@gnu.org> wrote:
> I updated a docstring and a part of the manual to make it
> clearer only letters are supported.
Thanks, Bastien. :) I appreciate the clarity in the manual.
Just so you know my use case:
I have 49 todo keywords and will have a few more soon, so I
will keep using . ? - = + ( ) ' ; .
Non-alpha are useful mnemonically for me. For example, ? is
for QUESTION.
I specify my keywords using a struct:
(make-alpha-kw :key "." :kw "NEXTREPEAT" :group :contingent
:face '(:inherit org-todo
:weight normal))
If I want modifiers, I add :mod.
This gets mapped into the org-todo-keywords string.
The advantage for me is that it keeps the keys and the
modifier semantics separate. Also, it allows me to keep all
keyword-related information, currently including faces and
todo groups, together.
The drawback for me is that org-todo-keywords combines the separate
items into strings (so modifier symbols can't be used). :/ Allowing more
symbols would be useful for me.
If anybody wants the struct definition and mapper, I will
extract and post them.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
next prev parent reply other threads:[~2012-07-14 17:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-20 1:35 fast todo kw / -> x Samuel Wales
2012-05-20 21:09 ` Neil Smithline
2012-06-01 3:10 ` Samuel Wales
2012-07-14 7:16 ` Bastien
2012-07-14 17:12 ` Samuel Wales [this message]
2012-08-02 10:00 ` Bastien
2012-08-07 22:01 ` Samuel Wales
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=CAJcAo8vrnareq1ffsXM33E-ShyfxvAAtzNbxe3bu0ToW8KSWyA@mail.gmail.com \
--to=samologist@gmail.com \
--cc=bzg@gnu.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).