Re: [Orgmode] org-info.js

2010-05-19 Thread Nick Dokos
Dan Davison wrote: > If I'm viewing the manual with Sebastian's org-info javascript info > emulation, and I'm on node 13 of the manual, what key do I press to get > to 13.1? > > I wish I were better with info. My understanding is that I would use > space or ] in emacs. > In emacs info, advanc

[Orgmode] org-info.js

2010-05-19 Thread Dan Davison
If I'm viewing the manual with Sebastian's org-info javascript info emulation, and I'm on node 13 of the manual, what key do I press to get to 13.1? I wish I were better with info. My understanding is that I would use space or ] in emacs. Thanks, Dan

[Orgmode] org-info.js : How to put link on "go back to last / forward to next visited section." ?

2010-01-07 Thread Xin Shi
Hello Experts, On the exported html page with org-info.js, one can go to the next page by clicking the "Next" or simply type "n" as indicated in the help menu by typing "?". An example page is: http://orgmode.org/Changes.html If one jumps randomly in the page, one can also go back to the last vi

Re: [Orgmode] org-info.js: new navigation history

2009-06-23 Thread Xin Shi
On Mon, Jun 22, 2009 at 10:15 PM, Sebastian Rose wrote: > Xin Shi writes: > > Hi Sebastian, > > > > Hmm... I may need to wait for another release of the org-mode and the js > > file. > > > Which version of Org-mode do you use? `M-x org-version RET' > > I'm using 6.27a. > > > By the way, it loo

Re: [Orgmode] org-info.js: new navigation history

2009-06-22 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > Hmm... I may need to wait for another release of the org-mode and the js > file. Which version of Org-mode do you use? `M-x org-version RET' > By the way, it looks the contents table in the left-bar of that page behaves > strange: > > http://orgmode.org/C

Re: [Orgmode] org-info.js: new navigation history

2009-06-22 Thread Xin Shi
Hi Sebastian, Hmm... I may need to wait for another release of the org-mode and the js file. By the way, it looks the contents table in the left-bar of that page behaves strange: http://orgmode.org/Changes.html#sec-2.1.1 Xin On Mon, Jun 22, 2009 at 7:46 AM, Sebastian Rose wrote: > Xin Shi

Re: [Orgmode] org-info.js: new navigation history

2009-06-22 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > I have an idea of testing whether it works or not. > > In the orgmode page: > > http://orgmode.org/Changes.html#sec-2.1.1 > > It's talking about the custom ID. Could you try to add an example after > line: > > Links written like [[#my-target-name] ] can be used

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Xin Shi
Hi Sebastian, I have an idea of testing whether it works or not. In the orgmode page: http://orgmode.org/Changes.html#sec-2.1.1 It's talking about the custom ID. Could you try to add an example after line: Links written like [[#my-target-name] ] can be used to target a custom ID. For example:

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Sebastian Rose
Hm - the following methods work here. As I found in http://article.gmane.org/gmane.emacs.orgmode/13047/match=custom+id they shouldn't. Seems the links should be prepended with the hash sign as you proposed. But it works both ways here (org-mode from today). I jumped the gun and took a look in a t

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Xin Shi
Hi Sebastian, I tried that. Now in the published file, the link becomes "pagename#sec-2.1.1", not the ID name. At the same time, when I click on it, it still does not move. :( Xin On Fri, Jun 19, 2009 at 11:09 AM, Sebastian Rose wrote: > Xin Shi writes: > > Hi Sebastian, > > > > So, I got a r

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > So, I got a related question is how to jump internally during the info mode? > For example: > > In one place I defined: > :CUSTOM_ID: tab-compare > > In another place in the same org file, I want to link to that position by > [[#tab-compare][table]]. Ahh - g

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > So, I got a related question is how to jump internally during the info mode? > For example: > > In one place I defined: > :CUSTOM_ID: tab-compare > > In another place in the same org file, I want to link to that position by > [[#tab-compare][table]]. > It does

Re: [Orgmode] org-info.js: new navigation history

2009-06-19 Thread Xin Shi
Hi Sebastian, So, I got a related question is how to jump internally during the info mode? For example: In one place I defined: :CUSTOM_ID: tab-compare In another place in the same org file, I want to link to that position by [[#tab-compare][table]]. It does not jump to that position by the ja

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > I see. So, in your initial email, "using mouse" only means click on the > links make by the js file. Yes. Modifying the history is considered dangerous (it is). But you can return from file b to file a using the browsers back button. Now to the very point

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Xin Shi
Hi Sebastian, I see. So, in your initial email, "using mouse" only means click on the links make by the js file. Xin On Thu, Jun 18, 2009 at 10:58 AM, Sebastian Rose wrote: > Xin Shi writes: > > Hi Sebastian, > > > > This is a really great feature I was hoping to have! > > > > I tried to get

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Sebastian Rose
Xin Shi writes: > Hi Sebastian, > > This is a really great feature I was hoping to have! > > I tried to get the http://orgmode.org/org-info.js and tested on Firefox > 3.0.11, the "B" works but click on the go back button is not working. ... > not sure why. The reason for this is, we can not modi

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Xin Shi
Hi Sebastian, This is a really great feature I was hoping to have! I tried to get the http://orgmode.org/org-info.js and tested on Firefox 3.0.11, the "B" works but click on the go back button is not working. ... not sure why. Thanks! Xin One question is in one org file, how to specify the int

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Carsten Dominik
Hi Sebastian, On Jun 17, 2009, at 11:52 PM, Sebastian Rose wrote: Hi, just cannot resist posting this here: Why would you even consider to resist? :-) this is really great, I missed the possibility to go back to the most recent position. - Carsten The navigation of org-info.js has

Re: [Orgmode] org-info.js: new navigation history

2009-06-18 Thread Carsten Dominik
Hi Sebastian, On Jun 17, 2009, at 11:52 PM, Sebastian Rose wrote: Hi, just cannot resist posting this here: Why would you even consider to resist? :-) this is really great, I missed the possibility to go back to the most recent position. - Carsten The navigation of org-info.js has

[Orgmode] org-info.js: new navigation history

2009-06-17 Thread Sebastian Rose
Hi, just cannot resist posting this here: The navigation of org-info.js has been improved quite a bit. 1.) Navigating a file through org-info.js, either using the mouse or using the keyboard, modifies the location. Thus, once you left the file by following a link somewhere else, y

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Scott Randby
Sebastian Rose wrote: > in info-view-mode the title is by default in the first section to avoid > scrolling. Alright, now I understand the issue. > > But you may pull the latest version and append '_title-above' to the > `view:' option, to leave it above regardless of view-mode. > > > #+INFOJS_OP

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Hi Scott, in info-view-mode the title is by default in the first section to avoid scrolling. But you may pull the latest version and append '_title-above' to the `view:' option, to leave it above regardless of view-mode. #+INFOJS_OPT: view:info_title-above #+INFOJS_OPT: view:plain_title-above

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Scott Randby
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 ft

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Hi Scott, this is fixed now in v.0.1.0.4 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

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Sebastian Rose writes: > 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. > > I

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
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

[Orgmode] Org-Info.js Issue

2009-03-03 Thread srandby
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:

[Orgmode] Org-Info.js Issue

2009-03-03 Thread srandby
Hi again, I just noticed that the title is displayed when I hit "x" to view the page as slides and it appears at the top of every slide. Unfortunately, I don't want the title displayed when viewing the page as slides. I only want it displayed above the table of contents when in plain or info m

[Orgmode] Org-Info.js Issue

2009-03-03 Thread srandby
Hi, I just upgraded org-info.js to version 0.1.0.2. Everything works fine except for one item. The org file I use to generate my web page contains the line #+TITLE: This is the Title which org-mode 6.23 exports to html, right below , as This is the Title When I view the web page using

[Orgmode] org-info.js: PLEASE UPDATE

2009-03-03 Thread Sebastian Rose
Just in case you missed the recent changes: Org-mode > 6.23 (commit a68eb4b1e64cbe6e495fdd2c1eaf8ae597bf8602) introduces a new HTML container, that wraps everything inside `'. That container has the ID `content' applied. NOTE: * YOU'LL HAVE TO UPGRADE org-info.js too, if you us

Re: [Orgmode] org-info.js - new version with tags index

2008-08-26 Thread Rick Moynihan
Sebastian Rose wrote: Hello list, Rick Moynihan requested a table of contents sorted by tags (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). The new version on http://repo.or.cz/w/Worg.git provides a the shortcut 'C' to show such an index: Tag1 - Headline with ta

[Orgmode] org-info.js - new version with tags index

2008-08-22 Thread Sebastian Rose
Hello list, Rick Moynihan requested a table of contents sorted by tags (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). The new version on http://repo.or.cz/w/Worg.git provides a the shortcut 'C' to show such an index: Tag1 - Headline with tag1 - Another headline

Re: [Orgmode] org-info.js plus working internal links

2008-03-31 Thread Carsten Dominik
Hi Sebastian, simply awesome!!! A few observations: - "?" does not work for me, is does nothing. - How about allowing "2 . 1 s" as a way to jump to section 2.1, without ever showing a dialog window? Best wishes Carsten On Mar 31, 2008, at 2:56 PM, Sebastian Rose wrote: Hi list, thi

[Orgmode] org-info.js plus working internal links

2008-03-31 Thread Sebastian Rose
Hi list, this is the next version of org-info.js. The documentation is included per org-info.js.html again. This time everything works in the attached package (I just found the last one was broken somehow). This will be the last time I post the script itself to the list. I will find some place

Re: [Orgmode] org-info.js

2008-03-26 Thread Sebastian Rose
Pete Phillips <[EMAIL PROTECTED]> writes: > I'm trying to use org-info.js. > > I am using the git repository, and have placed the stylesheet.css and > the org-info.js into the same directory that my org file is in. > > The top of my org-file is as follows: > > #+TITLE: ubuntu-general.org > #+AU

[Orgmode] org-info.js

2008-03-25 Thread Pete Phillips
Morning all I'm trying to use org-info.js. I am using the git repository, and have placed the stylesheet.css and the org-info.js into the same directory that my org file is in. The top of my org-file is as follows: #+TITLE: ubuntu-general.org #+AUTHOR:Pete Phillips #+EMAIL: [EMAIL P

Re: [Orgmode] org-info.js alpha

2008-03-23 Thread Carsten Dominik
On Mar 23, 2008, at 2:27 AM, Sebastian Rose wrote: Hello out there, the appended package contains the alpha version of the org- info.js mentioned earlier on this list. The script displays XHTML exported org files in an Linuxdoc like way and now supports folding. Just anpack and

[Orgmode] org-info.js alpha

2008-03-22 Thread Sebastian Rose
Hello out there, the appended package contains the alpha version of the org-info.js mentioned earlier on this list. The script displays XHTML exported org files in an Linuxdoc like way and now supports folding. Just anpack and view the contained org-info.js.html in your browser and love i