Re: [O] Scatter-gather idea

2017-04-02 Thread Bob Newell
Samuel Wales writes: > can you provide a use case? A simple use case: you're brainstorming, making org-mode headline entries as fast as you can think or type. After a while you notice that a number of entries seem to be related and might actually be better considered as a

Re: [O] Scatter-gather idea

2017-04-02 Thread Samuel Wales
can you provide a use case? for me, i have long wanted to mark a set of tasks with a tag in the outline or agenda, then have /links/ to them gathered in one place, at a uniform level. that is probably less ambitious than your plan. -- The Kafka Pandemic:

Re: [O] Table formula references

2017-04-02 Thread Manuel Schneckenreither
Thanks, I'll take a look. On Sun, Apr 2, 2017, 19:11 Michael Brand wrote: > Hi Manuel > > Not sure if I understand your formulas right, so check my solutions with > the formula debugger. > > On Thu, Mar 30, 2017 at 10:38 AM, Manuel Schneckenreither >

Re: [O] Table formula references

2017-04-02 Thread Michael Brand
Hi Manuel Not sure if I understand your formulas right, so check my solutions with the formula debugger. On Thu, Mar 30, 2017 at 10:38 AM, Manuel Schneckenreither wrote: > So @5$3 should be 0.9^0*127 + 0.9^1*118 + 0.9^2*121 + 0.9^3*115. Emacs Calc has map with

[O] Scala problem in Babel

2017-04-02 Thread Jarmo Hurri
Greetings. I am illustrating some basic syntactic differences between programming languages to some people. In order to do this I embedded a small Scala program into an Org file #+BEGIN_SRC scala :exports both object Fibonacci extends App { def fib (n : Int) : Int = {