From: Julius Dittmar <Julius.Dittmar@gmx.de>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: coding help needed: set, increase and log review priority
Date: Wed, 2 May 2018 11:26:59 +0200 [thread overview]
Message-ID: <696e1993-b53a-31f4-7ae5-d4a24ff5dc1d@gmx.de> (raw)
Hi,
lisp is still a mystery to me, so I need help coding some functions I
would like to use.
What I want is a property 'ReviewPriority', which can take integer
values, and a property 'LastReview'. I need functions that
- increase ReviewPriority by one, assuming an initial 0 if there's no
value set, up to a hard-coded maximum of 5, set LastReview to the
current date, and log the change (new value and date are sufficient) in
the LOGBOOK drawer
- set ReviewPriority to a fixed value (for example 1), set LastReview to
the current date, and log the change in the LOGBOOK drawer
- set ReviewPriority to a user-given value (clipping to the acceptable
value range of 0 to 5 would be a boon, but is not necessary), set
LastReview to the current date, and log the change in the LOGBOOK drawer.
Additionally I'd like to bind the increase function to C-c r and the
function with user input to C-c R.
Any help welcome!
Thanks in advance,
Julius
next reply other threads:[~2018-05-02 9:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-02 9:26 Julius Dittmar [this message]
2018-05-02 15:26 ` coding help needed: set, increase and log review priority John Kitchin
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=696e1993-b53a-31f4-7ae5-d4a24ff5dc1d@gmx.de \
--to=julius.dittmar@gmx.de \
--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 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.