Sebastian Rose | 23 Aug 05:20

org-info.js - new version with tags index

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 with tag1 and tag2

Tag2
   - Headline with tag2
   - Another headline with tag1 and tag2

There is no inheritance though. As for the most cases, the links
lead to the local toc showing all subsections. Maybe inheritance
should be an option?

The 'HELP' link et al should be fixed too (i.e. they look like links 
now, because of a 'href' attribute).

All the best,

  - Sebastian

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
(Continue reading)

Rick Moynihan | 26 Aug 12:04

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

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 tag1
>    - Another headline with tag1 and tag2
> 
> Tag2
>    - Headline with tag2
>    - Another headline with tag1 and tag2

Excellent!  Thanks for this, it works great!  My only issue is that the 
tags in the table, don't look like links, or look clickable.  Admitedly 
this only becomes an issue when others are browsing a file published 
with org-info.js.

Also it would be handy to be able to hyperlink directly to this (and the 
other table of contents).

> There is no inheritance though. As for the most cases, the links
> lead to the local toc showing all subsections. Maybe inheritance
> should be an option?

(Continue reading)

Sebastian Rose | 28 Aug 00:27

Slides with Org

Hi,

Rick asked for Slides from Org-modes HTML export recently.
While there is no real support slides in org-info.js, I
still gave it try to have a poor mans slides.

The main missing thing was the ability to navigate the
section by clicking the window. This is now added and in
the worg git.

Please review and complain :-)

What's new?

   - press 'x' to switch to slide view mode.
   - #+INFOJS_OPT: view:slide

   In slide view mode:

   - click to go to the next section
   - dblclick to go back.

A little demo is attached to this email (unpack, go to the
folder org-slides and open slides.html in your browser.

For REAL slides a different tool should be written (using jQuery
or similar). Since slides are so different from 'normal' HTML, I
guess they would blow the scripts size. If I think of slides, I
think of efects.

(Continue reading)

Manish | 28 Aug 03:30
Gravatar

Re: Slides with Org

  On Thu, Aug 28, 2008 at 3:57 AM, Sebastian Rose wrote:
  > Hi,
  >
  >
  > Rick asked for Slides from Org-modes HTML export recently.
  > While there is no real support slides in org-info.js, I
  > still gave it try to have a poor mans slides.
  >
  > The main missing thing was the ability to navigate the
  > section by clicking the window. This is now added and in
  > the worg git.
  >
  > Please review and complain :-)

:)

A request, can we have navigation using arrow keys and space bar
please?

  > A little demo is attached to this email (unpack, go to the
  > folder org-slides and open slides.html in your browser.

Perhaps it would be nice to add org-info.js with the demo bundle.

Thank you.

-- Manish

_______________________________________________
Emacs-orgmode mailing list
(Continue reading)

Wes Hardaker | 28 Aug 06:00

Re: Slides with Org

>>>>> On Thu, 28 Aug 2008 00:27:41 +0200, Sebastian Rose <sebastian_rose <at> gmx.de> said:

SR> For REAL slides a different tool should be written (using jQuery
SR> or similar).

FYI, I'd think it'd be pretty trivial to make the latex output support
latex/beamer, which does a great job producing pdf slides.
--

-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Rick Moynihan | 28 Aug 12:32

Re: Slides with Org

Sebastian Rose wrote:
> Hi,
> 
> 
> Rick asked for Slides from Org-modes HTML export recently.
> While there is no real support slides in org-info.js, I
> still gave it try to have a poor mans slides.
> 
> The main missing thing was the ability to navigate the
> section by clicking the window. This is now added and in
> the worg git.
> 
> Please review and complain :-)

Before my 'complaints':  Thanks a bunch, this is great!!! :-)  The 
org-mode continue to amaze me!

So, after taking a look at your example the first thing that jumps out 
at me is the hack you've used to reveal individual bullet points one by one:

* Overview

   + Create the Org-mode file

* Overview

   + Create the Org-mode file
   + Export the Org-mode file to XHTML

* Overview
(Continue reading)

Carsten Dominik | 2 Sep 13:40
Favicon

Re: Slides with Org

Awesome, you did it again.  What better way t make notes during a  
meeting and present them at the end.

- Carsten

On Aug 28, 2008, at 12:27 AM, Sebastian Rose wrote:

> Hi,
>
>
> Rick asked for Slides from Org-modes HTML export recently.
> While there is no real support slides in org-info.js, I
> still gave it try to have a poor mans slides.
>
> The main missing thing was the ability to navigate the
> section by clicking the window. This is now added and in
> the worg git.
>
> Please review and complain :-)
>
>
>
> What's new?
>
>  - press 'x' to switch to slide view mode.
>  - #+INFOJS_OPT: view:slide
>
>  In slide view mode:
>
>  - click to go to the next section
(Continue reading)


Gmane