Re: [Orgmode] property constants in elisp formulas

2007-11-05 Thread Eddward DeVilla
On 11/2/07, Eddward DeVilla <[EMAIL PROTECTED]> wrote: > On 11/1/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > >>> > > >>> Lastly, since I'm whining, there's a bug in the formula editor that > > >>> I'm not sure if I've mentioned before. Edit the table below with > > >>> C-c > > >>> '. The '

Re: [Orgmode] property constants in elisp formulas

2007-11-02 Thread Eddward DeVilla
On 11/1/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > >>> > >>> Lastly, since I'm whining, there's a bug in the formula editor that > >>> I'm not sure if I've mentioned before. Edit the table below with > >>> C-c > >>> '. The '(@-I$2..$2) will become '(@-I$2..B&) which causes #ERRORs. > > This

Re: [Orgmode] property constants in elisp formulas

2007-11-02 Thread Carsten Dominik
On 23Oct2007, at 5:06 PM, Eddward DeVilla wrote: == Also, in the above example, the property values were aligned for me. In my previous example, that didn't happen. It seems that the alignment code does like underscores in names = sample == * top :PROPERTIES

Re: [Orgmode] property constants in elisp formulas

2007-10-23 Thread Eddward DeVilla
On 10/23/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > I believe you can, yes. Why don;y you just try and watch the effect > by turning on formula debugging? It works now. I just wasn't sure if it was supposed to. cool. > BTW, 5.13d omits the parenthesis in Lisp formula interpolation... Gr

Re: [Orgmode] property constants in elisp formulas

2007-10-22 Thread Carsten Dominik
I believe you can, yes. Why don;y you just try and watch the effect by turning on formula debugging? BTW, 5.13d omits the parenthesis in Lisp formula interpolation... - Carsten On Oct 19, 2007, at 10:32 PM, Eddward DeVilla wrote: Now, just as a stupid question, if I put a lisp expression int

Re: [Orgmode] property constants in elisp formulas

2007-10-19 Thread Eddward DeVilla
Now, just as a stupid question, if I put a lisp expression into a property, can I use it in a formula? = sample * top :PROPERTIES: :fives:(0 8 16) :fours:(2 18 58) :threes: (6 11 33) :twos: (3 13 36) :ones: (0 13 59) :zeros:(0 6 23) :null:

Re: [Orgmode] property constants in elisp formulas

2007-10-19 Thread Carsten Dominik
You are right, there should be no parenthesis in Lisp interpolation. Will be fixed in 5.14. - Carsten On Oct 19, 2007, at 0:06, Eddward DeVilla wrote: Hi, Is there a better way to do this? = sample file = * top :PROPERTIES: :d_5: 0 :h_5: 8 :m_5: 16 :d_4: 2 :h_4: 18