From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: A few problems Date: Thu, 26 Apr 2007 15:07:31 +0200 Message-ID: <87vefjjncc.fsf@bzg.ath.cx> 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 1Hh3mx-0003rZ-VH for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 09:13:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hh3mw-0003pq-JD for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 09:13:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh3mw-0003pX-9n for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 09:13:34 -0400 Received: from wr-out-0506.google.com ([64.233.184.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hh3hB-0002Sz-Vt for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 09:07:38 -0400 Received: by wr-out-0506.google.com with SMTP id i23so597672wra for ; Thu, 26 Apr 2007 06:07:37 -0700 (PDT) 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 Hi Carsten and list, these issues concern the latest org-mode 4.73 and CVS Emacs. - In the HTML output, the targetted headlines of the table of contents typically look like this :

Title of the targetted section

As a side-effect, the (css) style of such a headline is the same than that of a *normal* link, which might be confusing. I suggest to use the "id" element instead :

Title of the section

- The relevant #+ARCHIVE: is not taken into account when archiving headines in a narrowed buffer. - Emacs complains when we C-c C-c on a blank log buffer when clocking out. Additionally, an empty log yields an empty line starting with a dash "-", which is not quite appropriate. All the best, -- Bastien