From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Bugs in 4.39 Date: Wed, 28 Jun 2006 18:33:08 -0700 Message-ID: <44A32DD4.4070600@gmail.com> 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 1FvlP8-0005w7-Va for emacs-orgmode@gnu.org; Wed, 28 Jun 2006 21:33:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvlP7-0005va-0m for emacs-orgmode@gnu.org; Wed, 28 Jun 2006 21:33:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvlP6-0005vX-Q8 for emacs-orgmode@gnu.org; Wed, 28 Jun 2006 21:33:12 -0400 Received: from [208.97.132.53] (helo=randymail-a9.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvlbY-00046o-8d for emacs-orgmode@gnu.org; Wed, 28 Jun 2006 21:46:04 -0400 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 Version 4.39 bugs... (haven't tried 4.40 yet) (1) Agendas are a little buggy when the ARCHIVE tag is in use. The correct agenda is only generated for the following file if the top-level tree is visible/open (which it won't be by default if the file is not being visited in a buffer before calling org-agenda) * Tasks ** DONE Task 1 :ARCHIVE: ** TODO Task 2 ** TODO Task 3 SCHEDULED: <2006-06-26 Mon> (anything below the first ARCHIVE tag is absent from the agenda) (2) I'm not able to get the prefixed versions of org-archive-subtree and org-toggle-archive-tag working. For example: * Tasks ** DONE Task 1 ** DONE Task 2 With point on the top level, either function (with prefix) gives this error: Wrong type argument: integer-or-marker-p, nil (3) Table of contents entries in HTML exports omit time stamps. I'd like to have a large file of meeting minutes: * [2006-01-01 Mon] * [2006-02-01 Tue] etc. with a table of contents for fast access to individual meetings.