From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Export to html Date: Thu, 27 May 2010 08:30:08 -1000 Message-ID: <7FBE0CD8-67F9-41AC-B1C1-47D2AEB1C2C3@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58593 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHi4F-00062g-TI for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:44:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHhqP-0008W5-7a for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:30:15 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:48480 helo=outbound-mail-360.bluehost.com) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OHhqO-0008Vz-Tk for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:30:13 -0400 Received: from [72.253.144.27] (helo=potofo-ou.westell.com) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1OHhqM-0006Qn-7M for emacs-orgmode@gnu.org; Thu, 27 May 2010 12:30:10 -0600 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 Mode Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says: 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit commit 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e Author: Tom Breton (Tehom) Date: Mon May 17 18:17:38 2010 -0400 Moved to new branch Prior to this commit file links are exported like this: file:index.pdf After the commit, file links are exported like this: index.pdf I was a bit surprised at the git bisect result because I understood Tom Breton (Tehom) to be working on a testing framework, rather than html export. So, I ran through git bisect a second time and got identical results. I hope I've understood the procedure correctly and that this information is useful. At this point, I'm in way over my head and won't be able to do more without specific instructions. I'm currently using commit d56d417bc214088114e10c959ce78bee2d26635d on the master branch to make my exporting and publishing setup work as expected. All the best, Tom