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
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 "
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