From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Org-Info.js Issue Date: Wed, 4 Mar 2009 09:59:07 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LesYv-0005bo-Vb for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:59:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LesYv-0005bU-DV for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:59:09 -0500 Received: from [199.232.76.173] (port=34253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LesYv-0005bK-82 for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:59:09 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:63817) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LesYu-0001nZ-Px for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:59:09 -0500 Received: by qw-out-1920.google.com with SMTP id 4so2681733qwk.24 for ; Wed, 04 Mar 2009 06:59:07 -0800 (PST) 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@gmx.de, emacs-orgmode@gnu.org Sebastian Rose wrote: > Hi Scott, > > > this is fixed now in v.0.1.0.4 Thanks, it works. I do have some suggestions for the title. 1. Unfortunately, I cannot use the ftoc:t option. For reasons I won't go into here, I cannot have the table of contents displayed on one side of the page. If I use ftoc:t, then the table of contents will always be displayed at the top which is not what I need. What I need is for the title to be independent of the table of contents. 2. I like the idea of having the title always visible in info-view-mode. However, others may not. Is it possible to add a title display option to the code? That way the user could decide which option to use. Maybe something like this: To always display the title in info-view-mode, add the following to the org file: #+INFOJS_OPT: infotitledisplay:always To never display the title in info-view-mode, add the following to the org file: #+INFOJS_OPT: infotitledisplay:never To only display the title above the table of contents in info-view-mode, add the following to the org file: #+INFOJS_OPT: infotitledisplay:top I think the default should be either "infotitledisplay:always" or "infotitledisplay:top" with my preference being "infotitledisplay:always". In plain-view-mode it makes sense to me to have the title at the top, I don't see any need to have title display options for this mode. Unfortunately, my knowledge of Javascript is very limited, so I'm not able to write the code for these options at this time. But I'd be happy to test any changes you make. Scott > > As always, the script is available on repo_or_cz: > > http://repo.or.cz/w/Worg.git?a=blob_plain;f=code/org-info-js/org-info.js;hb=e11bc7fe538a513d899f4d006bf5f887f35dd8ce > > Regards, > > Sebastian > > Sebastian Rose writes: >> Hi Scott, >> >> >> thanks for the report. >> >> The handling of the title is one of the weak points of the script >> (another one being the text before first headline). >> >> The reason might be, that I was never sure what to do with it in >> info-view-mode, plain-view-mode, TOC hidden, TOC. >> >> In info-view-mode, the title is displayed on top as `Top: title', which >> is not what one might expect. >> >> Look at http://orgmode.org/worg/org-faq.php - there the title is always >> visible (fixed toc). >> >> >> Should we do it that way? >> >> >> As the docs say, the slides mode is very experimental... >> >> >> Regards, >> >> Sebastian >> >> >> >> srandby@uakron.edu writes: >>> Hi again, >>> >>> Sorry for the multiple messages. >>> >>> I just noticed one other thing. When I go from slide mode to plain mode, the >>> full table of contents will not be displayed unless I reload the page. >>> >>> Scott Randby >>> >>> >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >