emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ruslan Kosolapov <rkosolapov@swsoft.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: thoughts: "formulas for timestamps" feature
Date: Fri, 01 Jun 2007 21:20:50 +0700	[thread overview]
Message-ID: <87vee7zrgd.fsf@kosolapov-nb.plesk.ru> (raw)


Hi all, it's me again :)

My previous message
(http://www.mail-archive.com/emacs-orgmode@gnu.org/msg01685.html)
contains complains about ability to use formulas for timestamp (third
problem).

Yesterday I found http://www.cs.brown.edu/~gmarceau/spread.el

I think it is what I need.  But one small problem blocks me.

In org-file I wrote:
** NEW Task1
   DEADLINE: qwe <= (concat "<2007-05-15 Втр>") => task1

After M-x spread-recalc org file goes to:
** NEW Task1
   DEADLINE: "<2007-05-15 Втр>" <= (concat "<2007-05-15 Втр>") => task1

But agenda do not determine dates in quotes (btw, shift-up works
well).

I see two solutions:
 - fix regexp of dates determination for quotes support (in org-mode)
 - fix spread-mode - remove quotes printing

I tried to fix spread-mode, and fail (there are many reasons of it).

But if I change org-deadline-time-regexp as follows:
-         (concat "\\<" org-deadline-string " *<\\([^>]+\\)>")
+         (concat "\\<" org-deadline-string " *\"?<\\([^>]+\\)>\"?")
all works fine.

So, I have some questions:

1. Does org-mode uses symbols "<=" and "=>"?

2. Does org-mode contains functions for timestamp calculation?  I need
something like 
(add-to-timestamp "<2007-05-15 Втр>" "+1d") with result "<2007-05-16 Срд>"
Now I found only org-timestamp-change, but "Change the date in the
time stamp at point" is not what I need (I have no "point", I have a
string with timestamp).  Of course, I can write such functions by
myself, but it is not the true way if such functions already exists.

PS: I'm a newbie in emacs lisp, so, sorry if my second question is
a stupid one :)

-- 
Ruslan Kosolapov
Plesk QA Department Second Manager
SWsoft, Inc.

             reply	other threads:[~2007-06-01 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-01 14:20 Ruslan Kosolapov [this message]
2007-06-06  8:10 ` thoughts: "formulas for timestamps" feature 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=87vee7zrgd.fsf@kosolapov-nb.plesk.ru \
    --to=rkosolapov@swsoft.com \
    --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).