From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Minshall Subject: Re: org-info.js not displaying document? Date: Sun, 29 Nov 2015 18:33:37 +0200 Message-ID: <59241.1448814817@greg-minshalls-mbp-2.local> References: <20151127174208.GL17648@brokenwa.re> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34v1-0000oH-LP for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 11:33:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a34uy-0005J8-DW for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 11:33:43 -0500 Received: from relay01.pair.com ([209.68.5.15]:40418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34uy-0005J4-95 for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 11:33:40 -0500 In-reply-to: Your message of "Fri, 27 Nov 2015 18:42:08 +0100." <20151127174208.GL17648@brokenwa.re> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode Cc: Matthieu Caneill Matthew, > Why not diff-ing the 2 html files, the one produced with your settings > and the other one produced with -Q ? This may give you a pointer. thanks, that helps a lot. this *does* seem to be an org-mode bug (modulo my brain functioning). the actual thing that seems to break things is running the current git version of org-mode. if i revert to 8.2.10 (that came with emacs 24.5.2), and *really* move my local org out of the way, things work well. (this is effectively what -Q was doing for me.) a diff of the two html files shows a number of differences. but, if i add one line from the good file to the bad html file: ---- bash greg-minshalls-mbp: {1373} diff -wu bad-foo.html try-foo.html --- bad-foo.html 2015-11-29 17:14:17.000000000 +0200 +++ try-foo.html 2015-11-29 17:47:57.000000000 +0200 @@ -215,6 +215,7 @@
+

foo

Table of Contents

---- (the name of the file i was exporting was "foo.org"), the browser displays the contents of my file. and, in fact, if i add ---- #+TITLE: foo ---- my browser again displays the contents of my file. however, even with that change, it doesn't start off showing the file in the view:overview i was expecting. given that i'm running off the git version, and maybe things are changing under me, i'm not sure if i should try to track this down any more. but, if i should, i'm happy to debug further. thoughts? cheers, Greg Minshall