From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saurabh Agrawal Subject: Re: Release 6.22 Date: Tue, 10 Feb 2009 15:35:43 +0530 Message-ID: <4c4575360902100205y65ac437cpe8ce92551c8a4059@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWpV0-0004C5-Hg for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 05:05:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWpUy-0004AI-Nc for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 05:05:49 -0500 Received: from [199.232.76.173] (port=47715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWpUy-00049p-Ep for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 05:05:48 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:63334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWpUx-0006Yc-Sf for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 05:05:48 -0500 Received: by fg-out-1718.google.com with SMTP id l27so1400760fgb.30 for ; Tue, 10 Feb 2009 02:05:43 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode Mailinglist Hi Castern, Its me, Saurabh again. Thanks a lot for the fast new releases. I am really enjoying working with org and finding it indispensably useful. I would also want to thank Manish, who the other day, devoted 2 hours of his, with me, for the interactive help session. > This package inserts itself into Org using hooks, so if other > people would like to do interesting stuff with TODO keywords for > special purposes, looking at Tom's code might be a good way to > start. Just yesterday night, I was thinking of an extension for basic double book accounting, wherein we can use TODO type keywords for Debit/Credit and Tags for account names. For each accounting entry to succeed, there should be two entries compulsorily, as is the rule for double book keeping. Then, there should be a pane on the left side maybe, updating different accounts (such as cash, bank, food, books etc.) real time. Finally, some report to show the transaction for a particular a/c (ie Tag) can be generated. I really don't have the expertise to implement this, but maybe this could be a project for someone who is good at lisp... :) I really don't know if something like this exists for org; do let me know if something is there and forgive me for this unnecessary idea. Thanks for reading. With regards, Saurabh Agrawal. > Thanks to Tom for this interesting contribution! > orgmode.org and Worg css works now better on IE > ================================================ > Thanks to Sebastian Rose for making these changes. > When exporting a subtree, headline levels are now relative to parent > ===================================================================== > This was reported as a bug by William Henney and is fixed now. > Inactive dates in tables can be used for sorting. > ================================================== > When sorting table fields or entries by date, Org first tries to > find an active date, and, if none exist, uses a passive date if > present. > This was a request by Hsui-Khuen Tang > The default for `org-return-follows-link' is back to `nil' > =========================================================== > Setting it to `t' violates Emacs rules to some extend. The > internal implementation of this has been improved, so setting it > to `t' should now be pretty stable. > Automatic scheduling of siblings with org-depend.el > ==================================================== > The sibling of a DONE task can now automatically be scheduled. > This was a patch by Andrew Hyatt. > New skipping conditions > ======================== > The functions `org-agenda-skip-entry-if' and > `org-agenda-skip-subtree-if' now accept `timestamp' and > `nottimestamp' as additional conditions. > This was in response to a request by Saurabh Agrawal. > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >