Re: [Orgmode] Exporting for word processors

2009-05-11 Thread Giovanni Ridolfi
--- Ven 8/5/09, Matthew Lundin ha scritto: > Jeffrey Windsor > writes: > > > I'm a PhD candidate in English literature, > > My advisor and > > committee are all incorrigible Microsoft Word users -- > > there's no chance that they'll ever switch. > > But I need to regularly send drafts to my

Re: [Orgmode] Re: Add HTML after and before title

2009-05-11 Thread Sebastian Rose
To include script.js into the section per file: #+STYLE: Or #+STYLE: #+STYLE: #+STYLE: NOTE: there is no `document.write' in XHTML the way it was in HTML. You would have to call `doc

[Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Manish
Hey folks! I saw some cool code swarm videos for various projects [1]. So I made one for Org-mode (including Worg) [2]. 1. http://vimeo.com/michaelogawa/videos/ 2. http://vimeo.com/4581697 -- Manish -- Forwarded message -- From: Vimeo Date: Mon, May 11, 2009 at 10:21 AM Subj

Re: [Orgmode] org-publish doesn't detect changes in included files

2009-05-11 Thread Carsten Dominik
On May 10, 2009, at 9:45 PM, Daniel Clemente wrote: Org 6.26trans. Imagine that a.org is part of a project which does #+SETUPFILE: options.org If you modify only options.org and republish the project, the exporter will not notice the change and will refuse to export a.org, even when a

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Carsten Dominik
On May 11, 2009, at 1:02 PM, Manish wrote: Hey folks! I saw some cool code swarm videos for various projects [1]. So I made one for Org-mode (including Worg) [2]. 1. http://vimeo.com/michaelogawa/videos/ 2. http://vimeo.com/4581697 This is cool, but in fact these movies are best for projec

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Sebastian Rose
Meant to incite us to commit more stuff to worg :-D Best Sebastian Manish writes: > Hey folks! > > I saw some cool code swarm videos for various projects [1]. So I made > one for Org-mode (including Worg) [2]. > > 1. http://vimeo.com/michaelogawa/videos/ > 2. http://vimeo.com/4581697 ___

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Manish
On Mon, May 11, 2009 at 5:48 PM, Sebastian Rose wrote: > > Meant to incite us to commit more stuff to worg :-D Hehe. Nice side-effect, eh. ;-) A few people already send patches occasionally but their name didn't appear since they were all committed by Carsten. I don't know how I could have

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Carsten Dominik
On May 11, 2009, at 2:27 PM, Manish wrote: On Mon, May 11, 2009 at 5:48 PM, Sebastian Rose wrote: Meant to incite us to commit more stuff to worg :-D Hehe. Nice side-effect, eh. ;-) A few people already send patches occasionally but their name didn't appear since they were all committed b

[Orgmode] No indentation for all paragraph

2009-05-11 Thread Jan Buchal
Hello, is it possible set for all document that all paragraphs will be without indentation? I have many headings with short text for example: * level 1 first paragraph Second paragraph ** level 1.1 first paragraph Second paragraph etc... and I would like have all these paragraphs indente

Re: [Orgmode] No indentation for all paragraph

2009-05-11 Thread Jan Buchal
> "JB" == Jan Buchal writes: JB> Hello, is it possible set for all document that all paragraphs JB> will be without indentation? JB> I have many headings with short text for example: JB> * level 1 JB> first paragraph JB> Second paragraph JB> ** level 1.1

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Bastien
Manish writes: > I saw some cool code swarm videos for various projects [1]. So I made > one for Org-mode (including Worg) [2]. > > 1. http://vimeo.com/michaelogawa/videos/ > 2. http://vimeo.com/4581697 Hey, this is cool - thanks! -- Bastien, still flying around ___

Re: [Orgmode] No indentation for all paragraph

2009-05-11 Thread Bastien
Jan Buchal writes: > JB> and I would like have all these paragraphs indented to the left > JB> without a space > > I mean for HTML or PDF export. To my knowledge, paragraphs are not indented by default in HTML. If you want to explicitely force indentation to be 0, use a style specificat

Re: [Orgmode] No indentation for all paragraph

2009-05-11 Thread Jan Buchal
> "B" == Bastien writes: B> Jan Buchal writes: JB> and I would like have all these paragraphs indented to the left JB> without a space >> >> I mean for HTML or PDF export. B> To my knowledge, paragraphs are not indented by default in HTML. Yes, you are right. My p

[Orgmode] org-protocol links from adobe reader

2009-05-11 Thread Friedrich Delgado Friedrichs
Hi. I've just migrated from org-annotation-helper to org-protocol and I've managed to adapt the hints from http://article.gmane.org/gmane.emacs.orgmode/6810 to org-protocol. It's simple, you just change the protocol accordingly, and call encodeURIComponent, so you arrive with: app.addMenuItem({c

Re: [Orgmode] org-protocol links from adobe reader

2009-05-11 Thread Sebastian Rose
Hi Friedrich, I was planing to investigate for org-protocol and Acrobat for a long time now and never got around to make it. Great stuff!! I think we should add this to the org-protocol docs on worg. How about adding it to the org-protocol docs on Worg: http://orgmode.org/worg/org-contrib/o

Re: [Orgmode] No indentation for all paragraph

2009-05-11 Thread Sebastian Rose
Try \setlength{\parindent}{0em} There might be some more required. But this is all I do and it should be enough for the `article' class. Regards Sebastian Jan Buchal writes: >> "B" == Bastien writes: > > B> Jan Buchal writes: > JB> and I would like have all these paragraph

[Orgmode] latex fragment problems with * environments

2009-05-11 Thread Eric S Fraga
Carsten et al., If I have the following bit of LaTeX code in my org file: , | \begin{eqnarray} | x &=& a_i + b_j + c_{k} \\ | y &=& \sqrt{x} | \end{eqnarray} | | \begin{eqnarray*} | x &=& a_i + b_j + c_{k} \\ | y &=& \sqrt{x} | \end{eqnarray*} ` and ask for a LaT

Re: [Orgmode] org-protocol links from adobe reader

2009-05-11 Thread Friedrich Delgado Friedrichs
Sebastian Rose schrieb: > How about adding it to the org-protocol docs on Worg: >http://orgmode.org/worg/org-contrib/org-protocol.php#sec-3 > > I wouldn't bother to do it myself, but, as you might have read on the > other thread, code_swarm is better for projects with lots of committers > ;-)

Re: [Orgmode] variables to get the export date and other export data

2009-05-11 Thread Carsten Dominik
On Apr 22, 2009, at 10:17 AM, Daniel Clemente wrote: El dc, abr 15 2009, Carsten Dominik va escriure: just like [TABLE-OF-CONTENTS] inserts the table of contents, are there other variables which will be translated on export? For instance [EXPORT-DATE] to get the export date, [VERSION] for

Re: [Orgmode] latex fragment problems with * environments

2009-05-11 Thread Carsten Dominik
Hi Eric, this was fixed 11 days ago in commit 5f86fd7ae2da40b20c967382fa938fc871fb7e44 If you use the latet git version, this problem will not be present. - Carsten On May 11, 2009, at 8:02 PM, Eric S Fraga wrote: Carsten et al., If I have the following bit of LaTeX code in my org file: