From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Export to html Date: Thu, 27 May 2010 17:13:19 -1000 Message-ID: <31FD82B2-DB86-4E12-B549-B5271BED28CD@tsdye.com> References: <7FBE0CD8-67F9-41AC-B1C1-47D2AEB1C2C3@tsdye.com> <14045.1274995855@alphaville.usa.hp.com> <878w75rn1h.fsf@gmx.de> 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=54826 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHq0j-0004eJ-Up for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:13:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHq0i-0008W4-Ts for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:13:25 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:35566 helo=outbound-mail-360.bluehost.com) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OHq0i-0008Vw-Kj for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:13:24 -0400 In-Reply-To: <878w75rn1h.fsf@gmx.de> 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: Sebastian Rose Cc: nicholas.dokos@hp.com, emacs-orgmode Mode Aloha Sebastian, Yes, the links are exporting correctly now. Thanks, Tom On May 27, 2010, at 12:35 PM, Sebastian Rose wrote: > Nick Dokos writes: >> Thomas S. Dye wrote: >> >>> 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. > > > > > In the current Org-mode's version this should be fixed. > Carsten pushed a fix yesterday. > > > > >> Tom, >> >> I can't reproduce the busted link. With more-or-less-current Org-mode >> (version 6.36trans (release_6.36.102.g67b5)), the link looks like >> this: >> >> foo.pdf >> >> Reverting the commit you identified (the revert was not clean: I >> had to >> resolve a merge conflict by hand - a dicey proposition, >> particularly in >> this situation where I have no idea what the patch is trying to do) >> gives me: >> >> file:foo.pdf >> >> That's with your minimal.emacs for the other problem you've >> identified >> (changed to produce html of course). So it looks like the patch >> cleaned >> up the link name in this case. >> >> Nick >> >> PS. I also looked at the commit: I gave up on figuring it out in any >> reasonable time, but I must say the commit comment is no help. > > > > Sebastian