emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] Update both indicators: [/] and [%]


From: Jari Aalto
Subject: [Orgmode] [PATCH] Update both indicators: [/] and [%]
Date: Sat, 20 Dec 2008 21:25:34 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

The Following patch allows writing both indicators and to update them:

    * Inbox [%] [/]
    ** TODO ...
    ** TODO ...
    M-x org-update-parent-todo-statistics

2008-12-20  Jari Aalto  <address@hidden>

        * org.el (org-update-parent-todo-statistics-1): New function.
        Accept argument RE to update paricular statistics.
        (org-update-parent-todo-statistics): Move functionality
        to `org-update-parent-todo-statistics-1'. Update both
        indicators: [/] and [%].

Get it at:

    git remote add <name> http://git.cante.net/my/emacs-lisp-dev--org.git
    git fetch <name>
    git branch -a

    git checkout -b test master
    git diff <name/branch>
    git merge <name/branch>

Where changes are in <branch>
"org-update-parent-todo-statistics+both-indicators"

Jari







reply via email to

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