emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Greg Minshall <minshall@acm.org>
To: org mode <emacs-orgmode@gnu.org>
Cc: Matthieu Caneill <matt@brokenwa.re>
Subject: Re: org-info.js not displaying document?
Date: Sun, 29 Nov 2015 18:33:37 +0200	[thread overview]
Message-ID: <59241.1448814817@greg-minshalls-mbp-2.local> (raw)
In-Reply-To: Your message of "Fri, 27 Nov 2015 18:42:08 +0100." <20151127174208.GL17648@brokenwa.re>

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 @@
 </head>
 <body>
 <div id="content">
+    <h1 class="title">foo</h1>
 <div id="table-of-contents">
 <h2>Table of Contents</h2>
 <div id="text-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

      reply	other threads:[~2015-11-29 16:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26  4:31 org-info.js not displaying document? Greg Minshall
2015-11-26 13:44 ` Greg Minshall
2015-11-27 17:42   ` Matthieu Caneill
2015-11-29 16:33     ` Greg Minshall [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59241.1448814817@greg-minshalls-mbp-2.local \
    --to=minshall@acm.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=matt@brokenwa.re \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).