Re: [Orgmode] org 2 openoffice impress converter

2008-02-17 Thread Adam Spiers
On Thu, Feb 14, 2008 at 10:27:27AM +, Rick Moynihan wrote:
> Bastien Guerry wrote:
> >I think you might be interested in the S5 Slide Show system:
> >
> >  http://meyerweb.com/eric/tools/s5/
> >
> >  S5 is a slide show format based entirely on XHTML, CSS, and
> >  JavaScript. With one file, you can run a complete slide show and have
> >  a printer-friendly version as well. The markup used for the slides is
> >  very simple, highly semantic, and completely accessible. Anyone with
> >  even a smidgen of familiarity with HTML or XHTML can look at the
> >  markup and figure out how to adapt it to their particular
> >  needs. Anyone familiar with CSS can create their own slide show
> >  theme. It's totally simple, and it's totally standards-driven.
> >
> >See the quite impressive demonstration here:
> >
> >  http://meyerweb.com/eric/tools/s5/s5-intro.html
> >
> >I think it would be *much* easier to go that way, since the export
> >format will just be a subset of HTML.  Unless someone points to a very
> >simplistic example of ooimpress format, I'd rather not mix up with this.
> >
> >Of course this rely on the yes-coming-soon! brand new exporter.  
> >I will work on it this WE, maybe something good will come from this.
> >
> >Play with S5 and let me know if you'd find it useful to have a S5
> >exporter in Org.
> 
> S5 has always appealed to me, so I think this is an excellent idea, and 
> certainly a feature I could see people using.

On page 4 of that demonstration it says that "S5 can also run slide
shows based on XOXO" - could this be the missing link to org?!


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Bastien
Hi Phil,

Phil Jackson <[EMAIL PROTECTED]> writes:

> Bastien Guerry <[EMAIL PROTECTED]> writes:
>
>> Of course this rely on the yes-coming-soon! brand new exporter.  I
>> will work on it this WE, maybe something good will come from this.
>
> Have you actually started this? If so is there anyway you could share it
> with us in a branch?

I have some experimental code, but nothing mature enough that would be
useful to share.  I plan to work on this this we, and I will put a file
called `org-export.el' in the git repository sunday night, so you can
look at it.

> Is that similar to what you (and anyone else interested) was thinking?
> Has there already been a discussion about the design?

I have plans for a quite detailed implementation, and have been sharing
some thoughts with Carsten already.  

Do you mind if I only give you the details when I can show some code?
In any case, I'd glad to work on this with you!

Looking forward,

-- 
Bastien


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Phil Jackson
Bastien Guerry <[EMAIL PROTECTED]> writes:

> Of course this rely on the yes-coming-soon! brand new exporter.  I
> will work on it this WE, maybe something good will come from this.

Have you actually started this? If so is there anyway you could share it
with us in a branch?

I actually have a branch called org-exporter with nothing but useless
snippets in it, which I would push but I don't understand git enough to
know what would happen when I try :)

I was heading towards a call-back system where a plugin author would
define a var like:

  '((headline . my-handle-headline-defun)
(...  . ))

Then my-handle-headline-defun would get an object which looks like this:

 ((outline-level  . 1)
  (todo-keyword   . "TODO")
  (priority   . "A")
  (perc-completed . "30")
  (headline   . "blah"))

Is that similar to what you (and anyone else interested) was thinking?
Has there already been a discussion about the design?

Cheers,
Phil
-- 
 Phil Jackson
 http://www.shellarchive.co.uk


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Rick Moynihan

Bastien Guerry wrote:

Hi Fabian,

Fabian Braennstroem <[EMAIL PROTECTED]> writes:


Wouldn't it be great to create a presentation in emacs; at least the first
outlining? 


Sounds nice.


So, what do you think about an org 2 openoffice impress converter...?
The exporting process is probably pretty similar to the html-exporting
procedure!?


I think you might be interested in the S5 Slide Show system:

  http://meyerweb.com/eric/tools/s5/

  S5 is a slide show format based entirely on XHTML, CSS, and
  JavaScript. With one file, you can run a complete slide show and have
  a printer-friendly version as well. The markup used for the slides is
  very simple, highly semantic, and completely accessible. Anyone with
  even a smidgen of familiarity with HTML or XHTML can look at the
  markup and figure out how to adapt it to their particular
  needs. Anyone familiar with CSS can create their own slide show
  theme. It's totally simple, and it's totally standards-driven.

See the quite impressive demonstration here:

  http://meyerweb.com/eric/tools/s5/s5-intro.html

I think it would be *much* easier to go that way, since the export
format will just be a subset of HTML.  Unless someone points to a very
simplistic example of ooimpress format, I'd rather not mix up with this.

Of course this rely on the yes-coming-soon! brand new exporter.  
I will work on it this WE, maybe something good will come from this.


Play with S5 and let me know if you'd find it useful to have a S5
exporter in Org.



S5 has always appealed to me, so I think this is an excellent idea, and 
certainly a feature I could see people using.


R.


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Russell Adams
Funny thing is I wrote a shell script ages ago that turned emacs
outlines into an html presentation. ;]

I knew this would come up eventually.

I'm trying to make good use of the latex exporter, and I'll focus on
trying it there.

On Wed, Feb 13, 2008 at 08:53:29PM +, Bastien Guerry wrote:
> Hi Fabian,
> 
> Fabian Braennstroem <[EMAIL PROTECTED]> writes:
> 
> > Wouldn't it be great to create a presentation in emacs; at least the first
> > outlining? 
> 
> Sounds nice.
> 
> > So, what do you think about an org 2 openoffice impress converter...?
> > The exporting process is probably pretty similar to the html-exporting
> > procedure!?
> 
> I think you might be interested in the S5 Slide Show system:
> 
>   http://meyerweb.com/eric/tools/s5/
> 
>   S5 is a slide show format based entirely on XHTML, CSS, and
>   JavaScript. With one file, you can run a complete slide show and have
>   a printer-friendly version as well. The markup used for the slides is
>   very simple, highly semantic, and completely accessible. Anyone with
>   even a smidgen of familiarity with HTML or XHTML can look at the
>   markup and figure out how to adapt it to their particular
>   needs. Anyone familiar with CSS can create their own slide show
>   theme. It's totally simple, and it's totally standards-driven.
> 
> See the quite impressive demonstration here:
> 
>   http://meyerweb.com/eric/tools/s5/s5-intro.html
> 
> I think it would be *much* easier to go that way, since the export
> format will just be a subset of HTML.  Unless someone points to a very
> simplistic example of ooimpress format, I'd rather not mix up with this.
> 
> Of course this rely on the yes-coming-soon! brand new exporter.  
> I will work on it this WE, maybe something good will come from this.
> 
> Play with S5 and let me know if you'd find it useful to have a S5
> exporter in Org.
> 
> -- 
> Bastien
> 
> 
> ___
> 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


--
Russell Adams[EMAIL PROTECTED]

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Russell Adams <[EMAIL PROTECTED]> writes:

> Why not use the existing Latex export to make a PDF presentation?

Yes, that's another way.  Or maybe we could have a prosper exporter.
Again, the plan is to make the exporter modular so that people can write
extensions.

-- 
Bastien


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Hi Fabian,

Fabian Braennstroem <[EMAIL PROTECTED]> writes:

> Wouldn't it be great to create a presentation in emacs; at least the first
> outlining? 

Sounds nice.

> So, what do you think about an org 2 openoffice impress converter...?
> The exporting process is probably pretty similar to the html-exporting
> procedure!?

I think you might be interested in the S5 Slide Show system:

  http://meyerweb.com/eric/tools/s5/

  S5 is a slide show format based entirely on XHTML, CSS, and
  JavaScript. With one file, you can run a complete slide show and have
  a printer-friendly version as well. The markup used for the slides is
  very simple, highly semantic, and completely accessible. Anyone with
  even a smidgen of familiarity with HTML or XHTML can look at the
  markup and figure out how to adapt it to their particular
  needs. Anyone familiar with CSS can create their own slide show
  theme. It's totally simple, and it's totally standards-driven.

See the quite impressive demonstration here:

  http://meyerweb.com/eric/tools/s5/s5-intro.html

I think it would be *much* easier to go that way, since the export
format will just be a subset of HTML.  Unless someone points to a very
simplistic example of ooimpress format, I'd rather not mix up with this.

Of course this rely on the yes-coming-soon! brand new exporter.  
I will work on it this WE, maybe something good will come from this.

Play with S5 and let me know if you'd find it useful to have a S5
exporter in Org.

-- 
Bastien


___
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


Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Russell Adams
Why not use the existing Latex export to make a PDF presentation?

On Wed, Feb 13, 2008 at 09:42:51PM +, Fabian Braennstroem wrote:
> Hi,
> 
> 
> Wouldn't it be great to create a presentation in emacs; at 
> least the first outlining? Right now, when starting a new 
> presentation I write  my ideas and outline in orgmode, but 
> switch to impress pretty soon and have to write most of it 
> new; I am not able to transform the linked pictures or 
> transform table easy enough...
> 
> In org I could create some presentation.org file, where the 
> every top level entry defines the cover page of the impress 
> presentation. The second levels would belong to the tites of 
> the following slides. A first simple setup could be, to 
> devide the presentation slide into 5 zones (1 title and 4 
> equally sized boxes below the title); so the four third 
> levels handle these areas in impress, where you can place 
> lists, linked images,  equations, a table or some symbols, 
> etc.. E.g. two linked images in the same third level would 
> just place two images in that area . At the end you would 
> adjust your pages in impress with some more details...
> 
> So, what do you think about an org 2 openoffice impress 
> converter...? The exporting process is probably pretty 
> similar to the html-exporting procedure!?
> 
> Fabian
> 
> 
> 
> 
> ___
> 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


--
Russell Adams[EMAIL PROTECTED]

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


___
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