From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: emacs-orgmode@gnu.org
Subject: Re: Non-interactive org-schedule
Date: Mon, 23 Sep 2013 21:46:10 +0200 [thread overview]
Message-ID: <20130923214610.2ba641f7@aga-netbook> (raw)
In-Reply-To: <20130923124635.4622c5dd@aga-netbook>
Dnia 2013-09-23, o godz. 12:46:35
Marcin Borkowski <mbork@wmi.amu.edu.pl> napisał(a):
> I'd like to call org-schedule from an Elisp function. I'd like it to,
> say, insert today's date by default, and as a bonus, a repeater (I'm
> writing a custom org-insert-habit function, so that I can automate
> setting the STYLE and LOGGING proerties). Calling just (org-schedule)
> did not work. How to do that?
OK, so I did my homework. (I had done it previously, too, but I ran
(apropos "today") which wasn't exactly what was needed;).) Here's the
code:
(org-schedule nil (format-time-string "%Y-%m-%d" (current-time)))
Adding a repeater seems to require something along the lines of
(save-excursion
(search-forward ">")
(backward-char)
(insert (concat
" .+"
(read-string "Minimum interval: ")
"/"
(read-string "Maximum interval: "))))
(I realize that this is *very* crude implementation, but remember that
it's a quick-and-dirty hack to be used once every few days at most, so
coding it in an elegant way would be a bit of waste of time...)
> Best,
Cheers,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
next prev parent reply other threads:[~2013-09-23 19:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-23 10:46 Non-interactive org-schedule Marcin Borkowski
2013-09-23 19:46 ` Marcin Borkowski [this message]
2013-09-23 20:45 ` Marcin Borkowski
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=20130923214610.2ba641f7@aga-netbook \
--to=mbork@wmi.amu.edu.pl \
--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).