From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: few bugs in HTML export and wrong links Date: Fri, 4 May 2007 12:56:47 +0200 Message-ID: <20070504105647.GC7881@fastwebnet.it> 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 1HjvYs-0001bR-66 for emacs-orgmode@gnu.org; Fri, 04 May 2007 07:02:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjvYq-0001Zt-L3 for emacs-orgmode@gnu.org; Fri, 04 May 2007 07:02:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjvYq-0001ZY-7K for emacs-orgmode@gnu.org; Fri, 04 May 2007 07:02:52 -0400 Received: from aa011msr.fastwebnet.it ([85.18.95.71]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjvSC-0001Od-Pl for emacs-orgmode@gnu.org; Fri, 04 May 2007 06:56:01 -0400 Received: from localhost (37.254.28.138) by aa011msr.fastwebnet.it (7.3.105.6) id 4639FB52000C2E5C for emacs-orgmode@gnu.org; Fri, 4 May 2007 12:55:58 +0200 Received: from giovanni by localhost with local (Exim 4.67) (envelope-from ) id 1HjvSx-0002lz-8L for emacs-orgmode@gnu.org; Fri, 04 May 2007 12:56:47 +0200 Content-Disposition: inline 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 Hello everybody, it seems to me that I found 3 bugs in the HTML exporter and 2 missing links in Crasten's site ;-) Please, find attached the file that shows such bugs & missing links Giovanni ------------------- org-file with bug report -------------- #+TITLE: foo.org #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:t @:t ::t |:t ^:t *:t TeX:t LaTeX:nil skip:t * Org [[http://staff.science.uva.nl/~dominik/Tools/org/org.html][mode]] ** TODO [0/3] :BUGS:HTML:export: + [ ] It does not preserve the links in the TOC for the HTML export (see * Org _mode_ ) + [ ] the :QUOTED text following a list is indented :-( /needs a blank line + a line with a character to be *not* indented/ : : is this indented? yes! + please, try it again! a :Now it is not indented anymore : wow! + [ ] option \n:t does not preserve linebreaks I typed after the full stops Now the verse: [with a "\\" linebreak ;-)] \\ This . is . a . verse . could . you make it . terse? ** TODO [0/2] :wrong:links:org:site: + [ ] http://staff.science.uva.nl/~dominik/Tools/org/org.html#Formula-syntax-for-Calc + [ ] http://staff.science.uva.nl/~dominik/Tools/org/calc.html#Calling-Calc-from-Your-Programs 404 ??! ;-) ----------------------------------------------