emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] date calculation in org table


From: Christian Moe
Subject: Re: [O] date calculation in org table
Date: Thu, 23 May 2013 09:22:44 +0200
User-agent: mu4e 0.9.9.5-dev6; emacs 24.3.1



Hi, Dude,

Not quite sure why that doesn't work (nor gives an error message about
trying to set the same cell). However, it will work if you specify the
cell range:

> @4$4=$sdate + $3::address@hidden
                    ^^   
  @4$4=$sdate + $3::@address@hidden@-1$4+$3
                    ^^^^^^^^^^^

BTW, it's OK to omit the reference to the same column, so you can save
two characters:

  @4$4=$sdate + $3::@address@hidden@-1$4+$3
                                   ^^
  @4$4=$sdate + $3::@address@hidden@-1+$3 

Yours,
Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]