Re: [O] Counting total number of projects

2012-10-19 Thread Phil Mason
Hi Chris, > Is there any way to calculate total number of projects in real-time such that, If you don't mind marking your projects as TODO then you can use statistics cookies like this: * Projects [%] [/] ** TODO project 1 + foo ** DONE project 2 + bar ** TODO project 3 + baz ** TODO p

[O] Shell script block gives no output when evaluated

2012-02-08 Thread Phil Mason
Hello all, If I evaluate the following source block in emacs 23.1.1, org mode v7.8.03 it reports that it produces no output: #+begin_src sh :results replace foo=1 if [[ -n "$foo" ]]; then echo "foo has been defined (and has value $foo)" else echo "

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Phil Mason
Hi Martin, > That should work if I can find a free Git repository allowing me to keep > files secret. I use the free private repos from https://bitbucket.org/ to do something very similar to what you require. All the best Phil