From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: html export Date: Sat, 19 Jun 2010 20:28:28 -0700 Message-ID: <871vc28js3.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57878 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQBD1-0000En-Gs for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 23:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQBCz-0004DY-D3 for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 23:28:35 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:39234) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQBCz-0004DO-8c for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 23:28:33 -0400 Received: by pvg16 with SMTP id 16so1954887pvg.0 for ; Sat, 19 Jun 2010 20:28:31 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Sat, 19 Jun 2010 15:50:06 -1000") 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: "Thomas S. Dye" Cc: Org Mode Hi Tom, "Thomas S. Dye" writes: > Aloha all, > > Exporting this small file to html here doesn't put a caption on the > figure. > > * No caption > > #+CAPTION: Histogram of adze weights on a logarithmic scale > #+LABEL: fig:wt-log > > [[file:~/Public/projects/903_adzes/r/sr-nb-scatter.png]] > > Does anyone else see this? > Try removing the empty line between the #+LABEL:... line and the [[file:... line, that worked for me. or rather the following worked for me --8<---------------cut here---------------start------------->8--- * No caption #+CAPTION: Histogram of adze weights on a logarithmic scale #+LABEL: fig:wt-log [[file:graph.png]] --8<---------------cut here---------------end--------------->8--- also, if the file doesn't exist, then neither the file, nor the label or caption will export. > > All of a sudden, I'm having the devil's own time with html export. I > made small changes to a large export project file and was surprised > when none of the links were exported. The project has been exporting > perfectly for months now. > I agree it seems that the html export has been a little bit less stable as of late. Best -- Eric > > All the best, > Tom > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode