From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Sebold Subject: Re: org-plot and timestamps Date: Sun, 02 Nov 2008 07:04:50 -0600 Message-ID: References: <87prlm83pl.fsf@gmail.com> <87iqrb88qd.fsf@mitre.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwcdg-0008Mj-UY for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 08:05:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwcdV-0008GQ-9G for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 08:05:08 -0500 Received: from [199.232.76.173] (port=37882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwcdV-0008GJ-3a for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 08:04:57 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]:40030) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwcdV-0008Mh-4g for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 08:04:57 -0500 Received: by ug-out-1314.google.com with SMTP id 36so1809666uga.17 for ; Sun, 02 Nov 2008 05:04:55 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Sun\, 2 Nov 2008 08\:04\:03 +0100") 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: emacs-orgmode@gnu.org On 2 Nov 2008, Carsten Dominik wrote: > Could you also provide a ChangeLog entry? How's this? ------------------------------------------------------------------------ Changes in master Modified doc/ChangeLog diff --git a/doc/ChangeLog b/doc/ChangeLog index f7b6d2f..0b2faca 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-02 Charles Sebold + + * org.texi (Org Plot): Add documentation for timefmt option. + 2008-10-16 Carsten Dominik * org.texi (TODO basics): Add documentation for tag triggers. Modified lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 890bc99..86cb3e3 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-11-02 Charles Sebold + + * org-plot.el (org-plot/add-options-to-plist): Supports timefmt + property. + (org-plot-quote-timestamp-field): New function. + (org-plot-quote-tsv-field): Call timestamp field function when + necessary rather than just quoting as a string. + (org-plot/gnuplot-to-data): Pass in timefmt property. + (org-plot/gnuplot-script): Supports timefmt property. + (org-plot/gnuplot): Checks for timestamp column before checking + for text index column. + 2008-11-02 Carsten Dominik * org.el (org-insert-heading): Improve behavior with hidden subtrees. -- Charles Sebold 2nd of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.10c