Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Thomas S. Dye
On Aug 29, 2010, at 7:46 PM, Nick Dokos wrote: Scot Becker wrote: He wants to write up a document using org-mode's outline facilities as a skeleton to help him build up, navigate and visualize his document, but then he wants only to use SOME of the headlines but ALL of the text when he actu

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Scot Becker wrote: > He wants to write up a document using org-mode's outline facilities as > a skeleton to help him build up, navigate and visualize his document, > but then he wants only to use SOME of the headlines but ALL of the > text when he actually makes a printed version for others to re

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Scot Becker
He wants to write up a document using org-mode's outline facilities as a skeleton to help him build up, navigate and visualize his document, but then he wants only to use SOME of the headlines but ALL of the text when he actually makes a printed version for others to read. I've wanted this as wel

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Alan E. Davis wrote: > Sometimes, I have used outliners, like ThinkTank, to organize my > thoughts, and reorganize the structure of a document of whatever kind.   > I don't need headings or sectioning in some cases. > > I have not found a way to exclude heading lines from  > LaTeX output in Orgm

[Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Alan E. Davis
Sometimes, I have used outliners, like ThinkTank, to organize my thoughts, and reorganize the structure of a document of whatever kind. I don't need headings or sectioning in some cases. I have not found a way to exclude heading lines from LaTeX output in Orgmode, nor have I found a tag to say, "o

Re: [Orgmode] Re: [babel] support plantuml

2010-08-29 Thread Eric Schulte
Thanks for pointing this out, I've just applied this fix. -- Eric Michael Gauland writes: > I've run into a minor problem using this under Microsoft Windows. One of my > machines puts a space in the temporary folder path, which causes the > redirection > to fail. I've fixed it locally by apply

[Orgmode] Re: bug with link following --- a (partial) solution

2010-08-29 Thread Robert P. Goldman
On 8/29/10 Aug 29 -10:36 AM, Robert Goldman wrote: > I used org-store-link and org-insert-link to make a link in the attached > document (I distilled it down from a real document). In my org-mode > (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow > Leopard (10.6), org-mode cannot

[Orgmode] Re: [babel] support plantuml

2010-08-29 Thread Michael Gauland
I've run into a minor problem using this under Microsoft Windows. One of my machines puts a space in the temporary folder path, which causes the redirection to fail. I've fixed it locally by applying shell-quote-argument to in-file and out-file in org-bable-execute:plantuml. --Mike ___

[Orgmode] Re: beamer export question

2010-08-29 Thread Robert Goldman
On 8/27/10 Aug 27 -10:41 AM, Robert Goldman wrote: > On 8/27/10 Aug 27 -10:35 AM, Robert Goldman wrote: >> I have been outlining a beamer presentation using BEAMER_FRAME_LEVEL: 0 >> so that I could have some flexibility in deciding what is and isn't a frame. >> >> I had a piece of my outline where

Re: [Orgmode] problem with mime conversion for emails

2010-08-29 Thread Eric Schulte
Hi Eric, An easy fix may be using the `org-mime-html-hook' to post-process the html, the following (untested) should be sufficient. --8<---cut here---start->8--- (add-hook 'org-mime-html-hook (lambda () (replace-regexp (regexp

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread Eric S Fraga
On Sun, 29 Aug 2010 15:05:54 -0400, Dave Abrahams wrote: > > On Sun, Aug 29, 2010 at 3:01 PM, David Maus wrote: > > Dave Abrahams wrote: > >>Julien Fantin gmail.com> writes: > > > >>> > >>> > >>> With the org-capture-templates described in the doc, right after the > >>> template selection, the

[Orgmode] problem with mime conversion for emails

2010-08-29 Thread Eric S Fraga
Hello, I am hoping somebody can suggest a workaround for a simple problem with org-mime. Specifically, I am in charge of a project in which I need to email around a to do list with checkboxes. I have been using PDF export for this and this works perfectly fine. However, given the existence of o

Re: [Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-29 Thread Eric S Fraga
On Sun, 29 Aug 2010 15:07:11 +0530, Puneeth wrote: [...] > This has been fixed. Thanks to a patch from Benjamin Beckwith. You can > now use any WP shortcode blocks in your org2blog posts, without losing > line breaks. > > Also, org2blog now directly posts babel src blocks as WP's sourcecode > b

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread Dave Abrahams
On Sun, Aug 29, 2010 at 3:01 PM, David Maus wrote: > Dave Abrahams wrote: >>Julien Fantin gmail.com> writes: > >>> >>> >>> With the org-capture-templates described in the doc, right after the >>> template selection, the buffer disappears, and the empty template >>> gets written to the target file

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread David Maus
Dave Abrahams wrote: >Julien Fantin gmail.com> writes: >> >> >> With the org-capture-templates described in the doc, right after the >> template selection, the buffer disappears, and the empty template >> gets written to the target file. The following messages are output : >> >> >> Clipboard past

Re: [Orgmode] Re: e3144785114d12981e0e3429c76b6f8f15c4b00f breaks 22

2010-08-29 Thread David Maus
Samuel Wales wrote: >doc-view does not exist in emacs 22 I've just checked in a fix for this. Could you check if this fixes the problem for you? Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpRIDS6QmV9B.pgp Description: PGP signatur

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread David Maus
Dave Abrahams wrote: >On Sun, Aug 29, 2010 at 3:01 PM, David Maus wrote: >> Dave Abrahams wrote: >>>Julien Fantin gmail.com> writes: >> With the org-capture-templates described in the doc, right after the template selection, the buffer disappears, and the empty template g

[Orgmode] Re: org-capture : latest git pull, template selection broken ?

2010-08-29 Thread Dave Abrahams
On Sat, Aug 28, 2010 at 5:54 AM, Noorul Islam K M wrote: > Dave Abrahams writes: > >> Julien Fantin gmail.com> writes: >> >>> >>> >>> With the org-capture-templates described in the doc, right after the >>> template selection, the buffer disappears, and the empty template >>> gets written to the

[Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-29 Thread Rafael
Puneeth writes: > This has been fixed. Thanks to a patch from Benjamin Beckwith. You can > now use any WP shortcode blocks in your org2blog posts, without losing > line breaks. > > Also, org2blog now directly posts babel src blocks as WP's sourcecode > blocks, without modifying the src blocks in

[Orgmode] bug with link following

2010-08-29 Thread Robert Goldman
I used org-store-link and org-insert-link to make a link in the attached document (I distilled it down from a real document). In my org-mode (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow Leopard (10.6), org-mode cannot follow the link I inserted with o-i-l, and it pops up a di

[Orgmode] Re: org-mode on Nokia n800 - Was: Re: OT: orgmode on my palm TX?

2010-08-29 Thread Olivier Berger
Hi. Eric S Fraga writes: > On Sat, 28 Aug 2010 10:46:23 +0200, Olivier Berger > wrote: >> >> Are there packages for nokia n800 running OS 2008 ? I happen to have one >> such device that could very well be used for this instead of collection >> dust ;) >> >> I've found a package for emacs 22

[Orgmode] Re: Org file rendering/manipulation too slow

2010-08-29 Thread Manuel Hermenegildo
It worked for me too: it is much better now. Thanks very much for the tip! ---Manuel -- --- Manuel Hermenegildo | Prof., C.S.Dept., T.U. Madrid (UPM) Director, IMDEA SW Institute & CLIP Group | +34-

Re: [Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-29 Thread Puneeth
On Wed, Aug 25, 2010 at 6:21 PM, Puneeth wrote: >> Oh, and by the way, with Org-mode version 7.01h I concur with Eric in >> that I unfortunately still lose the linebreaks and get LaTeX code >> modified with Benjamin's new version.. > > The line breaks being stripped off is due to code in org2blog.