[Orgmode] Re: :export: tag shows up in headings of output pdf

2011-02-11 Thread phaebz
On 02/11/2011 11:49 AM, phaebz wrote: > I am using org-mode 7.3 release. > > Problem: A file such as > > * heading to be exported :export: > > * some other heading > > gets exported to > > 1. heading to be exported :export: > > With a literal :export: tag in the pdf output heading. I have not custo

[Orgmode] Re: Export Org Mode in Wiki Format

2011-02-10 Thread Nick Dokos
Ed Hirgelt gmail.com> writes: > > > On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote: > > > I would like to export a .org file to a Confluence wiki page. Does > > anyone have any insight of how to do this? > > I'v found that exporting to HTML then visiting > http://toolserver.org/~diberri/c

Re: [Orgmode] Re: Export error. Have a look at my backtrace?

2011-02-08 Thread Jeff Horn
Forwarded to Aquamacs. Thanks. On Tue, Feb 8, 2011 at 11:55 AM, Lawrence Mitchell wrote: > Jeff Horn wrote: > >> Hey orgsters, > >> Export started behaving weirdly for me earlier this week. When I >> export to HTML or ASCII to a temporary buffer, I get the attached >> backtrace. This occurs in em

[Orgmode] Re: Export error. Have a look at my backtrace?

2011-02-08 Thread Lawrence Mitchell
Jeff Horn wrote: > Hey orgsters, > Export started behaving weirdly for me earlier this week. When I > export to HTML or ASCII to a temporary buffer, I get the attached > backtrace. This occurs in emacs 24 (Aquamacs) with org-mode 7.4. The > error does not occur if I export to file. > Also, expor

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 9:21 AM, Eric Abrahamsen wrote: >> On Tue, Dec 21 2010, Christian Moe wrote: >> >>> On 12/21/10 3:04 AM, Eric Abrahamsen wrote: > #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 9:21 AM, Eric Abrahamsen wrote: On Tue, Dec 21 2010, Christian Moe wrote: On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 3:04 AM, Eric Abrahamsen wrote: >>> #+BIND: org-export-html-xml-declaration () >> That did the trick! Thank you. >> >> One small follow-up question: this produces iso-8859-1 encoded text by >> default; how do I go about asking for utf-8? > >

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I go about asking for utf-8? With the same setup I still get utf-8. Though the XML decla

[Orgmode] Re: export html -> doc

2010-12-20 Thread Eric Abrahamsen
On Mon, Dec 20 2010, Christian Moe wrote: > On 12/20/10 10:54 AM, Holger Wenzel wrote: >> Did you try to suppress the xml declaration in the exported html? >> >> #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "> \"\"; ?>"))) > > Maybe that works for a publishing setup? It doesn't for

[Orgmode] Re: export html -> doc

2010-12-20 Thread Chris Thompson
Eric Abrahamsen ericabrahamsen.net> writes: > > I'm translating fiction, I don't need squat in the way of formatting > besides the paragraphs getting unfilled, and italics and bold coming > through properly. Has anyone seen this happen before, and have a > potential solution? > Eric, for your n

Re: [Orgmode] Re: export html -> doc

2010-12-20 Thread Christian Moe
On 12/20/10 10:54 AM, Holger Wenzel wrote: Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "\"; ?>"))) Maybe that works for a publishing setup? It doesn't for ordinary export. This does work: #+BIND: org-export-htm

[Orgmode] Re: export html -> doc

2010-12-20 Thread William Gardella
Eric Abrahamsen writes: > I know this is an awfully tired topic, and I'll be thrilled when the odt > exporter is ready, but in the meantime exporting to HTML and then either > opening or copying/pasting into OpenOffice is not working for me, while > it does seem to be working for other people. >

[Orgmode] Re: export html -> doc

2010-12-20 Thread Holger Wenzel
Hi Eric, > I know this is an awfully tired topic, and I'll be thrilled when the odt > exporter is ready, but in the meantime exporting to HTML and then either > opening or copying/pasting into OpenOffice is not working for me, while > it does seem to be working for other people. > > I'm on Ubuntu,

Re: [Orgmode] Re: Export LaTeX file to different directory?

2010-12-14 Thread Joost Kremers
Thanks, everyone, at least now I know there's no easy and straightforward way to do this. May I suggest a feature addition? ;-) On Mon, Dec 13, 2010 at 08:14:11PM -0800, Richard Lawrence wrote: > Yes, there is a "Publish current file" option in the export dispatcher, > though I've never used it my

[Orgmode] Re: Export LaTeX file to different directory?

2010-12-13 Thread Richard Lawrence
Jeff Horn writes: > If you want to publish a single project, one that dumps all the files > in the tmp directory, it would publish all files in the source > directory (definitely not what the OP had in mind, I think). If you > publish "only this file," it might work. Yes, there is a "Publish cur

Re: [Orgmode] Re: Export LaTeX file to different directory?

2010-12-13 Thread Jeff Horn
On Mon, Dec 13, 2010 at 1:34 PM, Richard Lawrence wrote: > When you define a publishing target in org-publish-project-alist, you > can specify both the :base-directory and :publishing-directory options. > For example: > > (setq org-publish-project-alist >      '(("orgfiles" >         :base-directo

[Orgmode] Re: Export LaTeX file to different directory?

2010-12-13 Thread Richard Lawrence
Hi Joost, > If I export (part of) an org-mode file to LaTeX, the LaTeX file is created in > the same directory as the org-mode file. Is there a way to specify the file > should go somewhere else? Googling and looking through the manual didn't give > me > anything concrete. There is apparently a p

[Orgmode] Re: export comments in LaTeX ?

2010-11-23 Thread e20100633
Hello, Juan Pechiar writes: > Just note that tags work on _headings_, not on a line by line basis as > you suggest below: > > Example: > > 8< > #+EXPORT_EXCLUDE_TAGS: privatnote > > ** This will get exported sometimes :privatenote: >

Re: [Orgmode] Re: export comments in LaTeX ?

2010-11-22 Thread Juan Pechiar
Just note that tags work on _headings_, not on a line by line basis as you suggest below: Example: 8< #+EXPORT_EXCLUDE_TAGS: privatnote ** This will get exported sometimes :privatenote: Hi there! 8<

[Orgmode] Re: export comments in LaTeX ?

2010-11-22 Thread e20100633
Hello, Juan Pechiar writes: > Maybe you can easily regexp-replace all 'COMMENT' keywords for a tag > (like :noexport:). > > Then there are header options for tags which should be included / > excluded on export. > > #+EXPORT_SELECT_TAGS: Tags that select a tree for export > #+EXPORT_

[Orgmode] Re: export

2010-10-12 Thread Noorul Islam K M
Jörg Hagmann writes: > regarding "export to latex": > > When exporting to latex ("C-e", "l") a new frame opens (it didn't > before). There must be a customization option for avoiding that, but > I can't find it. > > Emacs 23.2.1, recent pull. > I am not able to reproduce this on Org-mode ver

[Orgmode] Re: export

2010-10-12 Thread Jörg Hagmann
regarding "export to latex": When exporting to latex ("C-e", "l") a new frame opens (it didn't before). There must be a customization option for avoiding that, but I can't find it. Emacs 23.2.1, recent pull. I am not able to reproduce this on Org-mode version 7.01trans (release_7.01h.661.

[Orgmode] Re: Export Headings Only?

2010-10-10 Thread Kane Dou
Ning Bao writes: > Hi! > > First of all, I have to say Org-mode rocks. > I am a law student. > I have been using Org-mode for my case brief, notes, and most importantly, > the outline for certain area of law. > > One question I had is that I am not sure if I could choose to export only > headings

[Orgmode] Re: export TODO keyword

2010-08-16 Thread Noorul Islam K M
Rares Pop writes: > Hi Carsten, > > I've attached the org file and the exported PDF file. > > I'm using org-6.35i and export settings are the default ones. > > Thanks again for trying to help, > Rares I am not able to re-produce this with the trunk version. May be bug in the older version? Than

Re: [Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread Thomas S. Dye
On Mar 29, 2010, at 4:01 AM, Magnus Henoch wrote: "Sven Bretfeld" writes: I use the same characters for Sanskrit. They export just fine to LaTeX. To type them I have the following in my .emacs: (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix (define-key org-mode-map [

[Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread Magnus Henoch
"Sven Bretfeld" writes: > I use the same characters for Sanskrit. They export just fine to LaTeX. > To type them I have the following in my .emacs: > > (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix > (define-key org-mode-map [(meta a)] nil) > > (defun insert-lang-a () > (in

[Orgmode] Re: Export bug: _{ chars in enough headlines, pdflatex export fails

2009-09-25 Thread Jeff Kowalczyk
Nick Dokos hp.com> writes: > I don't understand why you need open braces in your headlines > at all - can't you just get rid of them? Hi Nick. I'm all set, I did remove brackets and underscores from headlines in this one large document. Now that I know about it, I won't use the characters in futu

[Orgmode] Re: export (as latex) a large number of org files in a directory

2009-09-02 Thread Sébastien Vauban
Hi Nick and the others, Nick Dokos wrote: > Stephen Tucker wrote: > >> Hi, I am trying to export a bunch of .org files stored in a directory as >> latex files. > > The following script (I call it org-to-latex) works fine on linux: > > #! /bin/bash > > orglib=$HOME/elisp/org-mode/lisp > emacs --

[Orgmode] Re: export table html centered

2009-08-16 Thread henry atting
On So, Aug 16 2009, Carsten Dominik wrote: > Hi Henry, Nick, > > another way would be this: > > #+STYLE: table.center {margin-left:auto; margin- > right:auto;} > > * A centered table > > #+ATTR_HTML: class="center" > | a | b | c | > |---+---+---| > | 1 | 2 | 3 | > > * A

Re: [Orgmode] Re: Export to org?

2009-07-29 Thread Hsiu-Khuern Tang
* On Thu 12:41AM +, 30 Jul 2009, Bernt Hansen (be...@norang.ca) wrote: > Hsiu-Khuern Tang writes: > > > Hi, > > > > Is there an easy way to export an org file to another org file, stripping > > away > > any subtrees that are tagged "noexport" or marked as comments? The idea is > > to > > d

[Orgmode] Re: Export to org?

2009-07-29 Thread Bernt Hansen
Hsiu-Khuern Tang writes: > Hi, > > Is there an easy way to export an org file to another org file, stripping away > any subtrees that are tagged "noexport" or marked as comments? The idea is to > discard anything that is also ignored by the other export formats, such as > HTML. I would find thi

[Orgmode] Re: Export Org Mode in Wiki Format

2009-07-16 Thread Michaël Parienti
On Wed, 15 Jul 2009 12:30:59 -0700 Mike Malloy wrote: > Hello, > I am a newbie but have done a Google search for this. > > I would like to export a .org file to a Confluence wiki page. Does > anyone have any insight of how to do this? If you have the 6.28 version of org-mode, you can use the g

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 7, 2009, at 3:54 AM, Bernt Hansen wrote: Carsten Dominik writes: On Jul 6, 2009, at 1:10 PM, henry atting wrote: Hmmm, lets try to guess what the variable name might be. something starting with "org-" something containing "stamp" something containing "t

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread Bernt Hansen
Carsten Dominik writes: > On Jul 6, 2009, at 1:10 PM, henry atting wrote: > > Hmmm, lets try to guess what the variable name might be. > > something starting with "org-" > something containing "stamp" > something containing "toc" > > > M-x apropos-variable RET org.*stamp.*toc.* RET > > http:/

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: > On Jul 6, 2009, at 3:57 PM, henry atting wrote: > >> On Mo, Jul 06 2009, henry atting wrote: >> >>> On Mo, Jul 06 2009, Carsten Dominik wrote: >>> On Jul 6, 2009, at 1:10 PM, henry atting wrote: > On Mo, Jul 06 2009, henry atting wrote: >>

Re: [Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 3:57 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: > On Mo, Jul 06 2009, Carsten Dominik wrote: > >> On Jul 6, 2009, at 1:10 PM, henry atting wrote: >> >>> On Mo, Jul 06 2009, henry atting wrote: >>> Mmh, what option do I have to use if I want to display the timestamp in a headline when export

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: > On Jul 6, 2009, at 1:10 PM, henry atting wrote: > >> On Mo, Jul 06 2009, henry atting wrote: >> >>> Mmh, what option do I have to use if I want to display the >>> timestamp in >>> a headline when exporting to html? >> >> Sorry, wrong question. What I re

Re: [Orgmode] Re: export timestamp in headline

2009-07-06 Thread Carsten Dominik
On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Sorry, wrong question. What I really want to know is how to display the timestamp in the *t

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: > Mmh, what option do I have to use if I want to display the timestamp in > a headline when exporting to html? Sorry, wrong question. What I really want to know is how to display the timestamp in the *table of contents*. ;) ___

[Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
Russell Adams writes: > Foswiki forked TWiki after they started going commercial. The whole > sordid tale is online, but all the core devs went to FOSWiki. Last I > checked TWiki was just treading water. > > I'm converting. ;] If it is true that most of the TWiki contributors are moving to Foswi

Re: [Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Russell Adams
Foswiki forked TWiki after they started going commercial. The whole sordid tale is online, but all the core devs went to FOSWiki. Last I checked TWiki was just treading water. I'm converting. ;] On Thu, May 07, 2009 at 09:29:37PM -0700, Baoqiu Cui wrote: > Hi Russell, > > Russell Adams writes:

[Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
Hi Russell, Russell Adams writes: > You mean FOSWiki, right? ;] This is surprising news to me! I was not aware of the existence of Foswiki! Thanks for the info! Foswiki looks very nice. Hope that Foswiki syntax is compatible with TWiki. Baoqiu > On Thu, May 07, 2009 at 09:05:05PM -0700,

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Carsten Dominik
On Mar 30, 2009, at 9:55 PM, Sebastian Rose wrote: Carsten Dominik writes: Still, if it is "common practice" to call this outermost container "container" instead of "content", I would not object to rename it. "content" (see some drupal templates and Org-mode) or "wrapper" (see OP) or "wr

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Sebastian Rose
Carsten Dominik writes: > Still, if it is "common practice" to call this outermost > container "container" instead of "content", I would not > object to rename it. "content" (see some drupal templates and Org-mode) or "wrapper" (see OP) or "wrap" (see some CMSs, e.g. typolight) or ... ??? -

[Orgmode] Re: Export as HTML

2009-03-30 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Mar 30, 2009, at 4:45 PM, Matthew Lundin wrote: >> Carsten Dominik writes: >>> I would not object to renaming the outer div to "container" or whatever >>> other name we can find a consensus for. >> >> Completely agreed. This is not an important problem. Any

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Carsten Dominik
On Mar 30, 2009, at 4:45 PM, Matthew Lundin wrote: Carsten Dominik writes: I would not object to renaming the outer div to "container" or whatever other name we can find a consensus for. I think I would object to removing it alltogether, I cannot see the benefit of doing that. On the other

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Matthew Lundin
Carsten Dominik writes: > I would not object to renaming the outer div to "container" or > whatever other name we can find a consensus for. > > I think I would object to removing it alltogether, I cannot see the > benefit of doing that. > > On the other hand, I cannot really see ths issue here, b

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Sebastian Rose
Sébastien Vauban writes: > I took a free CSS template at: > > http://www.free-css.com/free-css-templates/page2/minisite-pro.php Why don't you adjust the template??? Why should anyone Org-mode to match an arbitrary freely available CSS-template? Sebastian __

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Carsten Dominik
On Mar 30, 2009, at 2:46 PM, Matthew Lundin wrote: Sebastian Rose writes: Could you describe here what's the problem with the element? This was put in recently on a users request. If you don't want to use it for you're CSS styling, just don't. In my opinion, a minor issue with the new

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Matthew Lundin
Sebastian Rose writes: > Could you describe here what's the problem with the element? > > This was put in recently on a users request. If you don't want to use it > for you're CSS styling, just don't. In my opinion, a minor issue with the new default is that it is used used to wrap the entire

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Sebastian Rose
Could you describe here what's the problem with the element? This was put in recently on a users request. If you don't want to use it for you're CSS styling, just don't. One way to gear the export results to your needs exactly might be the usage of XSL (which you could use with the XHTML or Doc

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread roc lee
2009/3/30 Sébastien Vauban > > Hi Carsten, > > Carsten Dominik wrote: > > On Mar 30, 2009, at 10:55 AM, Sébastien Vauban wrote: > >> Hello, > >> > >> Trying to use free CSS templates for some Web site, I have layout problems > >> with the current export to HTML, as a first `' is > >> hard-coded >

[Orgmode] Re: Export as HTML

2009-03-30 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Mar 30, 2009, at 10:55 AM, Sébastien Vauban wrote: >> Hello, >> >> Trying to use free CSS templates for some Web site, I have layout problems >> with the current export to HTML, as a first `' is >> hard-coded >> into the resulting Web page. >> >> Could you r

[Orgmode] Re: Export as HTML

2009-03-30 Thread Sébastien Vauban
Hi Roc Lee, Roc lee wrote: > 2009/3/30 roc lee >>> Could you remove that line, and its closing tag from `(insert >>> "\n\n\n\n"))' (in function `org-export-as-html') so >>> that we have a completely naked BODY, that the user can fill at its own >>> freedom via the preamble/postamble? > > There is

Re: [Orgmode] Re: export to latex

2009-01-13 Thread sergio_101
Carsten Dominik writes: >> have some different setup, so you could help my making > a case that works with > > emacs -q -l .emacs.minimal okay, i did this.. well.. i backed up my .emacs file, and started with an new .emacs file that ONLY has orgmode in it.. and everything seems to have load

Re: [Orgmode] Re: export to latex

2009-01-13 Thread Carsten Dominik
On Jan 12, 2009, at 4:22 PM, sergio_101 wrote: "Uwe Jochum" writes: 22.3.1): Before exporting to LaTeX I export to html. That done an export to LaTeX works fine (all four commands). I have no clue why this is necessary on my WinXP machine. At home, on my Linux machine, okay, i tried thi

Re: [Orgmode] Re: export to latex

2009-01-12 Thread sergio_101
"Uwe Jochum" writes: > 22.3.1): Before exporting to LaTeX I export to html. That done an > export to LaTeX works fine (all four commands). I have no clue why > this is necessary on my WinXP machine. At home, on my Linux machine, okay, i tried this.. and still no luck.. this is kind of a bumm

[Orgmode] Re: export to latex

2009-01-12 Thread Uwe Jochum
Just to add one additional (quite useless data point).. I tried the example file and it did seem to hang with Emacs consuming lots of CPU. Although export to HTML worked for the file. Not just the example file.. my other files also got stuck at PDF export. Then I rebooted Emacs and tried PDF exp

[Orgmode] Re: Export to Latex error message

2008-12-10 Thread Paul Mead
Carsten well I thought that I'd installed it properly because some of the new functions were working! Seems I had an old version of that library lurking in my load path. I have no idea where it came from but once it was deleted, everything worked fine. So thanks for the help and I've learned a new

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > I would like blocks to be defined so that you can use both upper > and lower case, and I hope that most of Org works like this (please > report this as a bug if is case dependent under some circumstances). :) I've only every used all uppercase for or

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Carsten Dominik
On Nov 14, 2008, at 3:54 PM, Bernt Hansen wrote: "Eric Schulte" <[EMAIL PROTECTED]> writes: I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
"Eric Schulte" <[EMAIL PROTECTED]> writes: > I have been working on an org-mode add-on for the specialized processing > of #+begin_* blocks. Since this is very similar to the need you > expressed below, I implemented ditaa processing as one of the examples > in the initial implementation of this

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Bernt, I'll follow your advice for all future changes to my alternative system here. `C-c r' did it's job already :-) Thanks, Sebastian Bernt Hansen <[EMAIL PROTECTED]> writes: > Not all of them but it will (or should) adjust whatever belongs to the > package you are switching. Some of

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
Not all of them but it will (or should) adjust whatever belongs to the package you are switching. Some of those links (for me) are from a different java package. On my system I can configure java javac javadoc javah separately but some of those only have one alternative (so you can't ch

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Sebastian Rose
Hi Bernt, will # update-alternatives --config java adjust all those links? sh$ ls -1 /etc/alternatives/java* /etc/alternatives/java /etc/alternatives/javac /etc/alternatives/javac.1.gz /etc/alternatives/javadoc /etc/alternatives/javadoc.1.gz /etc/alternatives/javah /etc/alternatives/javah.1.gz

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
Sebastian Rose <[EMAIL PROTECTED]> writes: > OK, fixed. > > > I did NOT have to adjust all the /etc/alternatives/java* stuff. > > Just java and javac have been changed on some updating or installation > of packages depending on the free java stuff. > > > sh$ cd /etc/alternatives/ > sh$ rm java > s

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Carsten Dominik science.uva.nl> writes: > Hi Mac, I don't think I understand. > > When I load Eric's code, the ASCII image is not exported. The png > file is created on the fly and then *replaces* the ASCII drawing in > HTML document - works beautifully for me. H, I just installed the

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Carsten Dominik
On Nov 12, 2008, at 9:14 AM, Mac wrote: Eric Schulte gmail.com> writes: I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the examples in the

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Carsten Dominik science.uva.nl> writes: > may I suggest the following change? > > If you allow the format in the block to be like this: > > #+begin_ditaa blue.png -r -S > : +-+ > : | cBLU| > : | | > : |++ > : ||cPNK| > : ||| > : +++ > #+end_ditaa

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Mac sneakemail.com> writes: > > * First I want to keep the ASCII-image in the original file for easy updating > > * Second, and as a result of the above, I don't automatically include a link >to the file. I know what's being called so that's no big deal to manually >add > > * Third

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Mac
Eric Schulte gmail.com> writes: > I have been working on an org-mode add-on for the specialized processing > of #+begin_* blocks. Since this is very similar to the need you > expressed below, I implemented ditaa processing as one of the examples > in the initial implementation of this add-on. >

[Orgmode] Re: Export the org spreadsheet into a tab seperated text file

2008-07-14 Thread Csányi Pál
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jul 12, 2008, at 1:41 AM, Csányi Pál wrote: > >> Bernt Hansen <[EMAIL PROTECTED]> writes: >> >>> [EMAIL PROTECTED] (Csányi Pál) writes: >> Is there available from Org-mode to export a table to a Tab separated text file? >> >>> Yes

Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-14 Thread Carsten Dominik
On Jul 11, 2008, at 2:12 PM, Bernt Hansen wrote: "Parker, Matthew" <[EMAIL PROTECTED]> writes: But, can you describe exactly what you mean by "Put the pointer on the table" I tried putting point in various places (indicated w/ "[p]" below) and ran M-x org-table-export. But got messages:

Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated text file

2008-07-14 Thread Carsten Dominik
On Jul 12, 2008, at 1:41 AM, Csányi Pál wrote: Bernt Hansen <[EMAIL PROTECTED]> writes: [EMAIL PROTECTED] (Csányi Pál) writes: Is there available from Org-mode to export a table to a Tab separated text file? Yes it's easy. Put the pointer on the table and M-x org-table-export Exp

[Orgmode] Re: Export the org spreadsheet into a tab seperated text file

2008-07-12 Thread Csányi Pál
Bernt Hansen <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Csányi Pál) writes: >> Is there available from Org-mode to export a table to a Tab separated >> text file? > Yes it's easy. Put the pointer on the table and M-x org-table-export > Export table to: /tmp/some-table.txt > Format: or

RE: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Parker, Matthew
Worked. Thanks. -Original Message- From: Bernt Hansen [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 5:12 PM To: Parker, Matthew Cc: Csányi Pál; emacs-orgmode@gnu.org Subject: Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile "Parker, Matthew&quo

Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Bernt Hansen
"Parker, Matthew" <[EMAIL PROTECTED]> writes: > But, can you describe exactly what you mean by "Put the pointer on the table" > > I tried putting point in various places (indicated w/ "[p]" below) and ran > M-x org-table-export. But got messages: "No Table at point" or "before first > heading" >

RE: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Parker, Matthew
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernt Hansen Sent: Friday, July 11, 2008 3:39 PM To: Csányi Pál Cc: emacs-orgmode@gnu.org Subject: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile [EMAIL PROTECTED] (Csányi Pál) writes: > Hel

[Orgmode] Re: Export the org spreadsheet into a tab seperated text file

2008-07-11 Thread Bernt Hansen
[EMAIL PROTECTED] (Csányi Pál) writes: > Hello! > > Is there available from Org-mode to export a table to a Tab separated > text file? Hi! Yes it's easy. Put the pointer on the table and M-x org-table-export Export table to: /tmp/some-table.txt Format: orgtbl-to-tsv HTH, Bernt __

Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: >> Drop it if I'm off-topic, but isn't it what (file-relative-name path) >> does ? > > It is hard because I would have to write a special completion function > which sees the "file:" types and the switches its completion tactics. So I was right ! Right

Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Carsten Dominik
On Jun 24, 2008, at 10:36 AM, Paul R wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: 2) Augment C-c C-l to react to file: by providing filename completion relative to the working directory. This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert a file link w

[Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: > 2) Augment C-c C-l to react to file: by providing filename > completion relative to the working directory. > > This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert > a file link with > completion. Drop it if I'm off-t

[Orgmode] Re: Export to iCal raises (error "Selecting deleted buffer")

2008-05-20 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > I cannot reproduce this bug. So you need to figure out what in your > setup is causing this problem, or come up with an example where I can > reproduce the problem. > > Thanks. > > - Carsten For reference : it was caused by something in the d

[Orgmode] Re: Export to iCal raises (error "Selecting deleted buffer")

2008-04-30 Thread Paul R
Adam Spiers <[EMAIL PROTECTED]> writes: > [snipped] > > I've no idea if this is related, but that error has plagued me in > other circumstances, and I'm 95% certain the cause in my case is the > uniquify buffer name code. Are you using uniquify? > Thanks. I have no custom setting on uniquify-buf

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > but it needs some cosmetic like the looping over all > existing agenda entries... I wouldn't call it "cosmetic" :) Can you provide a full example of what you want to do and what the function you provide actually does, step by step? When building

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
It kind of works... (defun org-agenda-collect-indirect-trees () (interactive) (delete-file "~/org/agenda-indirect-buffer.org") ; LOOP (org-agenda-tree-to-indirect-buffer) (other-window 1) (mark-page) (write-region (point-min) (point-max) "~/org/agenda-indirect-buffer.org" t) (write

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
Bastien schrieb am 10/03/2007 12:24 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Sorry, I was not really clear... not the agenda view should be >> exported, but every visible tree should be included in one indirect >> buffer. Right now, 'b' shows the current-headline in an indirect

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Sorry, I was not really clear... not the agenda view should be > exported, but every visible tree should be included in one indirect > buffer. Right now, 'b' shows the current-headline in an indirect > buffer, which I can export to html like usual.

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
Bastien schrieb am 10/02/2007 10:47 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Sounds pretty good for me, but is it possible to insert all >> current agenda headlines into one buffer? > > In agenda view, you can use C-x C-w to export the view to HTML. This > uses htmlize.el, so ma

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-02 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Sounds pretty good for me, but is it possible to insert all > current agenda headlines into one buffer? In agenda view, you can use C-x C-w to export the view to HTML. This uses htmlize.el, so make sure it's on your system. See "Exporting to a fi

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-02 Thread Fabian Braennstroem
Bastien schrieb am 10/01/2007 11:50 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Sounds good for me, maybe it would be good to add some kind off >> 'comment-region', which will not be exported by default. > > Org already knows about comments. You can comment entire regions by > sel

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-01 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Sounds good for me, maybe it would be good to add some kind off > 'comment-region', which will not be exported by default. Org already knows about comments. You can comment entire regions by selecting them, then pressing M-;. Whenever asked, enter

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-01 Thread Fabian Braennstroem
Hi Bastien, Bastien schrieb am 10/01/2007 05:05 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> I am looking for a way to export linked images with a certain property >> to html. > > More generally, we could implement a way to restrict the exported text > to some headlines, given cert

[Orgmode] Re: Export to PDF

2007-04-30 Thread Leo
- Denis Bueno (2007-04-18) wrote:- > I'm somewhat mystified that I can't seem to find support for this > feature in Org mode. I looked through the manual and mailing list, but > it seems no one has used -- or even wanted -- this feature. However, > it's one of the (very few) things I can f