Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Bastien
Hi Jason, Jason Dunsmore writes: > Is this a bug? It makes sense to me that #TITLE: would add an page > heading with or without :html-preamble being defined. Yes, there are still problems in this area -- see my last patch and tell me if this does things right for you. Best, -- Bastien

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Jason Dunsmore
Bastien writes: >> Also, I have no title when I set the title with "#+TITLE: " on the first >> line. I'm not sure if this has to do with org-export-html-title-format >> being removed. > > Mhh.. I cannot reproduce this. Can you check again? I was mistaken. It was exporting a . However, it was

[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
Hi Cássio, Cássio Koshikumo writes: > I think there's a bug with the html exporter. With this OPTIONS line: > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > I get rid of the numbering and the TOC, but still get the creator, the > timestamp and the author lines at the end o

[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
Hi Jason, Jason Dunsmore writes: > http://orgmode.org/w/org-mode.git/commitdiff/da8dc7bba7261 > > 1) :preamble was renamed :html-preamble > 2) :postamble was renamed :html-postamble > 3) org-export-email-info is no longer checked before attempting export >of email address. > > For the first

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Nick Dokos
Jason Dunsmore wrote: > Cássio Koshikumo writes: > > > Hi all, > > > > I think there's a bug with the html exporter. With this OPTIONS line: > > > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > > > I get rid of the numbering and the TOC, but still get the creator, the > >

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore writes: > Cássio Koshikumo writes: > >> Hi all, >> >> I think there's a bug with the html exporter. With this OPTIONS line: >> >> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil >> >> I get rid of the numbering and the TOC, but still get the creator, the >> timesta

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo writes: > Hi all, > > I think there's a bug with the html exporter. With this OPTIONS line: > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > I get rid of the numbering and the TOC, but still get the creator, the > timestamp and the author lines at the end o

Re: [Orgmode] HTML export of latex typesetting..

2010-11-21 Thread Ahmed Fasih
> I have a few latex fragments - textbf{some text} in an org-mode file. > When I export to HTML, I see them as \textbf{some text}. Is there a way to > get them bold faced in the HTML export? I use the org mode markup, *some text* which gets exported correctly to both Latex and HTML. Hope this help

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-12 Thread Samuel Wales
Hi Eric, On 2010-11-12, Eric S Fraga wrote: > Sorry for hijacking the thread to some degree but I moved from Blogger > to Wordpress because of the more open nature of the latter and I believe > this fits with the philosophy of org. I don't think it's a hijacking; many will want to know about oth

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-12 Thread Eric S Fraga
Hi, Just for completeness, in case others that haven't started blogging yet, but would like to, and are following this thread, org supports blogging to http://wordpress.com/ very easily. Check out, for instance, the blog post by Sacha Chua: : http://sachachua.com/blog/2010/09/new-note-taking-wo

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Nick Dokos
Samuel Wales wrote: > That did not work for me. I did this: > > (setf org-export-html-auto-postamble nil) > (setf org-export-time-stamp-file nil) > > These are all nil. > > org-export-author-info > org-export-email-info > org-export-creator-info > org-export-html-validation-link

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi John, Well, I can try something I should have tried before. Unfill the region (which probably does not always work, but might work enough of the time) and then export the region. It does look like exporting the region can be done without any of the export- variables set. Then perl and a file

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread John Hendy
On Thu, Nov 11, 2010 at 5:18 PM, Samuel Wales wrote: > Hi John, > > On 2010-11-11, John Hendy wrote: > > #+options: author:nil email:nil > > That should be in your actual .org file. See below. > I presume that this is the same as what I tried in elisp. That did not > work. > > Thanks for your

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi John, On 2010-11-11, John Hendy wrote: > #+options: author:nil email:nil I presume that this is the same as what I tried in elisp. That did not work. Thanks for your detail of your publishing routine. That helps me know what the state of the art is. It looks like org can't yet export to w

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread John Hendy
Hi Samuel, I've been blogging with org-mode for a while and like it a lot. Let's me keep my blog posts in an org file for retention but still provides a convenient way to post to html. See this page of the manual for getting rid of a lot of other stuff: http://orgmode.org/manual/Export-options.ht

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi Nick, That did not work for me. I did this: (setf org-export-html-auto-postamble nil) (setf org-export-time-stamp-file nil) These are all nil. org-export-author-info org-export-email-info org-export-creator-info org-export-html-validation-link org-export-html-with-timestamp I

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Nick Dokos
Samuel Wales wrote: > ... > Also, org put the date (in two places) and the author in the > generated HTML code. I don't want to export those, not even > in the code. I looked for org-export-with- variables and > did not find ones that matched. > > How do I prevent their export? > The follow

Re: [Orgmode] HTML Export Problem

2010-08-31 Thread Scott Randby
On 08/30/2010 10:10 PM, Nick Dokos wrote: > Scott Randby wrote: > >> Whenever I export to HTML, I get the following: >> >> HTML generated by org-mode TAG=7.01g in emacs 23 >> >> I would like to get rid of the "TAG=" (which wasn't present in earlier >> org-mode versions) without having to edit the

Re: [Orgmode] HTML Export Problem

2010-08-30 Thread Nick Dokos
Scott Randby wrote: > Whenever I export to HTML, I get the following: > > HTML generated by org-mode TAG=7.01g in emacs 23 > > I would like to get rid of the "TAG=" (which wasn't present in earlier > org-mode versions) without having to edit the HTML. > How do I do this? > This was fixed on A

[Orgmode] Re: orgmode html export uses wrong browser

2010-07-21 Thread Vikas Rawal
> But if I want to use conkeror as gnome-www-browser, I > can't. update-alternatives does not give conkeror as an > option. Manually creating the link does not help either. Sorry, I need to correct myself. Manually creating the link does work. Conkeror is now the default browser. Vikas ___

[Orgmode] Re: orgmode html export uses wrong browser

2010-07-21 Thread Vikas Rawal
> > I am using Debian Lenny, Emacs 23 and Org 7.01 and I have the following > in my .emacs > > (setq browse-url-browser-function (quote browse-url-generic)) > (setq browse-url-generic-program "google-chrome") > The problem, somehow, had to do with the default gnome browser. Changed it to fir

[Orgmode] Re: orgmode html export uses wrong browser

2010-07-21 Thread Noorul Islam K M
Vikas Rawal writes: > From org, when I export an org buffer to html and open in browser > (using C-c C-e b), it opens epiphany web browser. On the other, if I > open a url from within orgmode, the urls are opened in firefox. How > can I change the browser that is used for viewing the exported htm

Re: [Orgmode] html export

2010-06-20 Thread Thomas S . Dye
Hi Eric, On Jun 20, 2010, at 8:14 AM, Eric Schulte wrote: "Thomas S. Dye" writes: [...] Removing the blank line doesn't work for me either. Org-mode version 6.36trans (release_6.36.291.gaf90f) Hmm, I just tried the above again using the HEAD (same org-version output as you have above) of

Re: [Orgmode] html export

2010-06-20 Thread Nick Dokos
Eric Schulte wrote: > "Thomas S. Dye" writes: > > [...] > > Removing the blank line doesn't work for me either. > > > > Org-mode version 6.36trans (release_6.36.291.gaf90f) > > > > Hmm, I just tried the above again using the HEAD (same org-version > output as you have above) of the org-mode gi

Re: [Orgmode] html export

2010-06-20 Thread Eric Schulte
"Thomas S. Dye" writes: [...] > Removing the blank line doesn't work for me either. > > Org-mode version 6.36trans (release_6.36.291.gaf90f) > Hmm, I just tried the above again using the HEAD (same org-version output as you have above) of the org-mode git repository and a minimal emacs config, a

Re: [Orgmode] html export

2010-06-20 Thread Thomas S. Dye
Hi Eric, On Jun 19, 2010, at 5:28 PM, Eric Schulte wrote: Hi Tom, "Thomas S. Dye" writes: Aloha all, Exporting this small file to html here doesn't put a caption on the figure. * No caption #+CAPTION: Histogram of adze weights on a logarithmic scale #+LABEL: fig:wt-log [[file:~/Public/p

Re: [Orgmode] html export

2010-06-19 Thread Nick Dokos
Eric Schulte wrote: > Hi Tom, > > "Thomas S. Dye" writes: > > > Aloha all, > > > > Exporting this small file to html here doesn't put a caption on the > > figure. > > > > * No caption > > > > #+CAPTION: Histogram of adze weights on a logarithmic scale > > #+LABEL: fig:wt-log > > > > [[file:~/P

Re: [Orgmode] html export

2010-06-19 Thread Eric Schulte
Hi Tom, "Thomas S. Dye" writes: > Aloha all, > > Exporting this small file to html here doesn't put a caption on the > figure. > > * No caption > > #+CAPTION: Histogram of adze weights on a logarithmic scale > #+LABEL: fig:wt-log > > [[file:~/Public/projects/903_adzes/r/sr-nb-scatter.png]] > > D

Re: [Orgmode] html export

2010-05-27 Thread Sebastian Rose
Hi Carsten and Thomas, Carsten Dominik writes: > Hi Tom, > > On May 27, 2010, at 6:37 PM, Thomas S. Dye wrote: > >> Aloha all, >> >> Org-mode html export recently began to format links improperly for me in >> projects that have been stable for some time and working properly. >> >> I now get img

Re: [Orgmode] html export

2010-05-27 Thread Carsten Dominik
Hi Tom, On May 27, 2010, at 6:37 PM, Thomas S. Dye wrote: Aloha all, Org-mode html export recently began to format links improperly for me in projects that have been stable for some time and working properly. I now get img src="file:r/filename.png" alt="file:r/ filename.png" /> This i

Re: [Orgmode] HTML export of properties

2010-04-13 Thread Carsten Dominik
On Apr 12, 2010, at 9:21 PM, Vincent Belaïche wrote: Thanks for the answers, I had just written `=' instead of `:', what puzzled me is that I had already tried with a plain drawer w/o this mistake. Well I should have used completion, maybe Org mode documentation should also mention `C-M-i'

RE: [Orgmode] HTML export of properties

2010-04-12 Thread Vincent Belaïche
Thanks for the answers, I had just written `=' instead of `:', what puzzled me is that I had already tried with a plain drawer w/o this mistake. Well I should have used completion, maybe Org mode documentation should also mention `C-M-i' as an alternative to `M-TAB' suitable for MSwindows users

Re: [Orgmode] HTML export of properties

2010-04-12 Thread Giovanni Ridolfi
Vincent Belaïche writes: > > I found that there is some way to export drawers with the `d:t' option, > however, I could not find any such thing for properties export. > Did I miss it ? Since you *are* asking for it, I think you *are* still missing it, arent'you? If you want to export a file

Re: [Orgmode] html export: specifying meta tags

2010-03-20 Thread Carsten Dominik
Hi Ilya, the various style variables get inserted into the head section. I believe that #+STYLE: should do the trick. HTH, and sorry that this took s long. - Carsten On Feb 4, 2010, at 2:14 PM, Ilya Shlyakhter wrote: Is there a way to specify code to be inserted as meta tags in the

Re: [Orgmode] html export of inline tasks

2010-01-01 Thread Carsten Dominik
Hi Karl, this is now implemented - TODO keywords in inline tasks get the same CSS classes as normal tasks. Best wishes - Carsten On Nov 23, 2009, at 1:27 PM, Karl Maihofer wrote: Hi, would it be possible to add some tags to the html-exporter for inline tasks? I'd like to be able to sho

Re: [Orgmode] HTML export: How to export body only, as HTML "fragment"?

2009-09-30 Thread Sebastian Rose
Bill Powell writes: > - get HTML export to just convert the text to HTML, > without wrapping a template and and and > tags around it. I can't find an option to do this, > but it seems like if there isn't one, it should be fairly > easy to implement. Pyblosxom needs HTML fragments so it can >

Re: scripting challenge (was: Re: [Orgmode] HTML export without all tags)

2009-09-25 Thread Carsten Dominik
Hi Giovanni, good catch, no, it does not. This will: perl -ap -e 's/]*>|<\/div>//g' orgoutput.html > simple.html Many divs may be in the same ling because of the /g switch on the substitution command. It causes the rest of the line after the match to be parsed again. - Carsten On Sep 2

scripting challenge (was: Re: [Orgmode] HTML export without all tags)

2009-09-25 Thread Giovanni Ridolfi
> > If I could get org-mode to export pure html without > all the tags I think I am done. > I guess the easiest would be to just post-process the html > file > produced by Org.  For example with perl (untested): > > perl -ap -e 's/]*>//g' orgoutput.html > > simple.html > [OT] comp.perl.group ;

Re: [Orgmode] HTML export without all tags

2009-09-25 Thread Carsten Dominik
On Sep 25, 2009, at 2:00 PM, Detlef Steuer wrote: Hi! I'm in the process of adapting cmsimple (www.cmsimple.dk) to use our university's corporate design. Cmsimple in its core is a php script, which takes _one_ html file and creates the complete layout of a site on the fly while splitting

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Ian Barton
As part of my "Using org on Mobile Devices" worglet, I want to try and explain how to use style sheets to present different formatting depending on a mobile device. However, I can't find any documentation about org's default export format, in terms of how the html is contained in divs, etc. Th

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Sebastian Rose
Sebastian Rose writes: > > Carsten Dominik writes: > >> On Sep 18, 2009, at 2:52 PM, Ian Barton wrote: >> >>> As part of my "Using org on Mobile Devices" worglet, I want to try and >>> explain >>> how to use style sheets to present different formatting depending on a >>> mobile >>> device. >>>

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Sebastian Rose
Carsten Dominik writes: > On Sep 18, 2009, at 2:52 PM, Ian Barton wrote: > >> As part of my "Using org on Mobile Devices" worglet, I want to try and >> explain >> how to use style sheets to present different formatting depending on a >> mobile >> device. >> >> However, I can't find any documen

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Carsten Dominik
On Sep 18, 2009, at 2:52 PM, Ian Barton wrote: As part of my "Using org on Mobile Devices" worglet, I want to try and explain how to use style sheets to present different formatting depending on a mobile device. However, I can't find any documentation about org's default export format, i

Re: [Orgmode] HTML export: Lists and horizontal rules

2009-08-02 Thread Carsten Dominik
On Jul 17, 2009, at 1:29 AM, Bastien wrote: Hi Brenton, Brenton Kenkel writes: I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on Mac OS X. I'm having an issue with horizontal rules and lists in HTML export. When I export the following to HTML, the horizontal rule tag is ge

Re: [Orgmode] HTML export error with file link containing underscores

2009-08-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 3, 2009, at 11:23 PM, Brenton Kenkel wrote: [Please provide version numbers for emacs and org-mode.] Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1. I cannot reproduce this. I

Re: [Orgmode] HTML export: Lists and horizontal rules

2009-07-16 Thread Bastien
Hi Brenton, Brenton Kenkel writes: > I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on > Mac OS X. I'm having an issue with horizontal rules and lists in HTML > export. When I export the following to HTML, the horizontal rule tag > is generated within the unordered list, rather

Re: [Orgmode] html export of src: extra newlines

2009-07-14 Thread Bill White
On Tue Jul 14 2009 at 13:24, Dan Davison wrote: > Bill White writes: > >> Org seems to insert extra newlines when exporting src to html. You can >> see the output at http://members.wolfram.com/billw/RomanCalendar.html >> (search for gregorianFromAbsolute) - there's a large amount of vertical >>

Re: [Orgmode] html export of src: extra newlines

2009-07-14 Thread Dan Davison
Bill White writes: > Org seems to insert extra newlines when exporting src to html. You can > see the output at http://members.wolfram.com/billw/RomanCalendar.html > (search for gregorianFromAbsolute) - there's a large amount of vertical > space between the two function definitions. > > Is there

Re: [Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Brenton Kenkel
> [Please provide version numbers for emacs and org-mode.] Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1. > I cannot reproduce this. It turns out that part of the problem was that I had included a radio target name

Re: [Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Nick Dokos
Brenton Kenkel wrote: > I am having a problem with Org-mode's HTML export, specifically with a local > file link that contains underscores. My file contains the following link in > the org-mode source: > > [[file:low_stats/berkeley_brady_2005.pdf][syllabus]] > > and the HTML export produces the

Re: [Orgmode] HTML export of verbatim org-file

2009-06-22 Thread Sebastian Rose
Stefan Vollmar writes: > Hello, > > I have an org-file with a "colophon" and I want to explain (a bit) why and > how I > used org-mode for a particular piece of documentation (exported as HTML). I > want interested readers to take a look at the org-"source"-file and the > CSS-file, too. How a

Re: [Orgmode] HTML export with one key

2009-06-13 Thread Sebastian Rose
Sebastian Rose writes: > Ah - got it: > > the docs of org-export-as-html-and-open says: > > > "Export the outline as HTML and immediately open it with a browser. > If there is an active region, export only the region. > The prefix ARG specifies how many levels of the outline should become > head

Re: [Orgmode] HTML export with one key

2009-06-13 Thread Sebastian Rose
Ah - got it: the docs of org-export-as-html-and-open says: "Export the outline as HTML and immediately open it with a browser. If there is an active region, export only the region. The prefix ARG specifies how many levels of the outline should become headlines. The default is 3. Lower levels

Re: [Orgmode] HTML export with one key

2009-06-13 Thread Sebastian Rose
Stefan Vollmar writes: > Hello, > > I am excited about using org-mode for generating HTML code, in fact, for one > project I do that so frequently that I wanted to have a simple shortcut > instead > of having to press: > C-x C-s C-c C-e b C-c C-e b is enough. No need to save the buffer first

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
"Dirk-Jan C. Binnema" writes: > So, either I'd like the to have the styles inline (like the rest > of the code, I think this is the nicer solution) *or* make the 'pre' > element do something like: >" 7 && $t < 20) { fpassthrough("/var/www/daylight.css"); } else if ( ($t > 6 && $t < 7) |

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
"Dirk-Jan C. Binnema" writes: > So, the code has all of it's CSS inline -- which is nice because that > way people who read through aggregators or feed readers also get the > colors. > > *however* the expects to find its style > information in . And that part is not used by RSS / aggregators -- >

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
M-x customize-variable RET org-export-htmlize-output-type Set the value to CSS and see what style classes are used. I've set org-export-htmlize-css-font-prefix empty, so I can use the same styles for org-export as I do for htmlized stuff that's floating around on my computer from the pre-Org ye

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Dirk-Jan C. Binnema
Dave already gave the excellent #+BEGIN_SRC tip and I have happily included it in my workflow: http://emacs-fu.blogspot.com/2009/05/writing-and-blogging-with-org-mode.html One small remaining question... he html for the code blocks looks something like: ;; some comment So, the code has all of

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:46, Carsten Dominik wrote: > On May 23, 2009, at 9:30 PM, Bill White wrote: > >> How would you code a .org file to produce this sort of html page, >> which >> contains items that look like numbered list elements? >> >> http://press-pubs.uchicago.edu/founders/documents/v1c

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Carsten Dominik
On May 23, 2009, at 9:30 PM, Bill White wrote: How would you code a .org file to produce this sort of html page, which contains items that look like numbered list elements? http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html In that page, a number at the beginning of a line indic

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:30, Bill White wrote: > How would you code a .org file to produce this sort of html page, which > contains items that look like numbered list elements? > > http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html > > In that page, a number at the beginning of a line

Re: [Orgmode] html export with htmlized code blocks [SOLVED]

2009-05-20 Thread Dirk-Jan C. Binnema
Hi Dan, Op Tue 19 May 2009, om 21:10 (+0200) schreef Dan Davison: > > "Dirk-Jan C. Binnema" writes: > > > > > I seems that I should be able to automate that a bit... ie., maybe > > something like: > > > > #+BEGIN_CODE(perl) > > print "hello, world!"; > > #+END_CODE > > > > > > But I'm not real

Re: [Orgmode] html export with htmlized code blocks

2009-05-19 Thread Sebastian Rose
Hi Dirk, if you _really_ do this (it's not first of april, is it?) it's about time to join this list ;-) ...and take a look into * the great Org-mode manual: http://orgmode.org/manual/HTML-export.html#HTML-export http://orgmode.org/manual/Publishing.html#Publishing * the tutorials

Re: [Orgmode] html export with htmlized code blocks [SOLVED]

2009-05-19 Thread Dirk-Jan C. Binnema
Hi Dan, Op Tue 19 May 2009, om 21:10 (+0200) schreef Dan Davison: > > "Dirk-Jan C. Binnema" writes: > > > > > I seems that I should be able to automate that a bit... ie., maybe > > something like: > > > > #+BEGIN_CODE(perl) > > print "hello, world!"; > > #+END_CODE > > > > > > But I'm not real

Re: [Orgmode] html export with htmlized code blocks

2009-05-19 Thread Dan Davison
"Dirk-Jan C. Binnema" writes: > Hi all, > > I sometimes use blocks of code in my org-files; currently, to make them > look nice, I put the code in a buffer with their major mode (e.g, a blog > perl in a buffer with perl-mode), then convert it to html with htmlize, > and copy the result html back

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Stefan Vollmar
Dear Sebastian, On 18.05.2009, at 14:33, Sebastian Rose wrote: You might want to take a look into the stylesheets on orgmode.org: http://orgmode.org/org.css and http://orgmode.org/worg/worg.css Depending on the tools you use on your site, modifiing the files on the fly (on output, maybe

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Sebastian Rose
You might want to take a look into the stylesheets on orgmode.org: http://orgmode.org/org.css and http://orgmode.org/worg/worg.css Depending on the tools you use on your site, modifiing the files on the fly (on output, maybe cached) might be a good solution too (DOM or XML parser). You might

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Carsten Dominik
On May 18, 2009, at 1:36 PM, Stefan Vollmar wrote: Hallo, I am new to this list and apologize if this has been asked before. Before I forget: many thanks for this EXCELLENT package! (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed th

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Ian Barton
Ian Barton wrote: (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed that version correctly (Aquamacs 1.7 uses an older version of org-mode) - how can I find out which version I am really using? org/Documentation/Show version in an org buf

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Ian Barton
(1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At least I think I have installed that version correctly (Aquamacs 1.7 uses an older version of org-mode) - how can I find out which version I am really using? org/Documentation/Show version in an org buffer, or M-x orgvers

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Nick Dokos
Bill White wrote: > > Before I update from git (or whatever the terminology is - I'm a cvs > guy), could I persuade you to apply Nick Dokos' patch to org-exp.el? > His patch is in http://article.gmane.org/gmane.emacs.orgmode/11862, and > the problem it solves is described in my initial message i

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Carsten Dominik
Hi Bill, I did apply Nick's patch on March 5, commit 6ccc6b46528ad70f2f3267a7e40c70494f5c2192 If you are not comfortable with git, you can always get the most recent snapshot at http://orgmode.org/org-snapshot.zip or http://orgmode.org/org-snapshot.tar.gz HTH - Carsten On Mar 31, 200

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Bill White
On Tue Mar 31 2009 at 09:36, Carsten Dominik wrote: > On Mar 31, 2009, at 4:20 PM, Bill White wrote: > >> On Mon Mar 30 2009 at 23:44, Matthew Lundin wrote: >> >>> Hi Bill, >>> >>> If I understand your post correctly, I think this section of the >>> manual >>> will help to accomplish what you ar

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Carsten Dominik
On Mar 31, 2009, at 4:20 PM, Bill White wrote: On Mon Mar 30 2009 at 23:44, Matthew Lundin wrote: Hi Bill, If I understand your post correctly, I think this section of the manual will help to accomplish what you are looking for---i.e., the creation of special vertical lines in tables:

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Bill White
On Mon Mar 30 2009 at 23:44, Matthew Lundin wrote: > Hi Bill, > > If I understand your post correctly, I think this section of the manual > will help to accomplish what you are looking for---i.e., the creation of > special vertical lines in tables: > > http://orgmode.org/manual/Column-groups.htm

Re: [Orgmode] html export: row/column dividers in tables

2009-03-30 Thread Matthew Lundin
Hi Bill, If I understand your post correctly, I think this section of the manual will help to accomplish what you are looking for---i.e., the creation of special vertical lines in tables: http://orgmode.org/manual/Column-groups.html#Column-groups Also you change the appearance of tables using c

Re: [Orgmode] HTML export: feature request

2009-02-11 Thread Carsten Dominik
On Feb 11, 2009, at 2:41 AM, Sebastian Rose wrote: Wanrong Lin writes: Hi, One problem I have with current HTML export is the section number (like "1", "2.1", "2.1.2" and etc) is not very distinctive from the actual section heading. Also, sometimes I wish the sub-section headings are

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Sebastian Rose
Wanrong Lin writes: > Hi, > > One problem I have with current HTML export is the section number (like "1", > "2.1", "2.1.2" and etc) is not very distinctive from the actual section > heading. Also, sometimes I wish the sub-section headings are indented. So I > wonder whether we can add the follow

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Richard Riley
Wanrong Lin writes: > Hi, > > One problem I have with current HTML export is the section number > (like "1", "2.1", "2.1.2" and etc) is not very distinctive from the > actual section heading. Also, sometimes I wish the sub-section > headings are indented. So I wonder whether we can add the follow

Re: [Orgmode] HTML Export Issue

2009-02-06 Thread Carsten Dominik
On Feb 6, 2009, at 8:47 AM, Carsten Dominik wrote: On Feb 5, 2009, at 7:04 PM, sran...@gmail.com wrote: Greetings: This is a small issue. I've just installed Org-6.21b, upgrading from Org-6.09 (yes, I'm behind). At the top of an org file I export to html, I have the "-*- mode: org; -*-"

Re: [Orgmode] HTML Export Issue

2009-02-06 Thread Carsten Dominik
On Feb 5, 2009, at 7:04 PM, sran...@gmail.com wrote: Greetings: This is a small issue. I've just installed Org-6.21b, upgrading from Org-6.09 (yes, I'm behind). At the top of an org file I export to html, I have the "-*- mode: org; -*-" line even though I really don't need it. When I exp

Re: [Orgmode] html export bug: extra space in verbatim region

2009-01-24 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 25, 2009, at 12:57 AM, Jason Dunsmore wrote: Hello, I may have found a bug in the html export function. When I export an org file that contains a "colon-space" verbatim region of text, extra spaces show up in the html. To reproduce, create an org file with th

Re: [Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread Carsten Dominik
Hi David, it is best to put such entries into a separate file. - Carsten On Nov 13, 2008, at 3:30 AM, David A. Gershman wrote: You may have already considered and rejected this option, but you [...] No, I haven't considered it but it doesn't seem to work for me (providing I'm doing it rig

Re: [Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread David A. Gershman
> You may have already considered and rejected this option, but you [...] No, I haven't considered it but it doesn't seem to work for me (providing I'm doing it right). I originally had this: #+STARTUP: hidestars %%(let .) 10:00-11:00 Status Meeting And taking your suggesting made it

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-22 Thread Sebastian Rose
Sebastian Rose <[EMAIL PROTECTED]> writes: Just for everyone to know: This is fixed in current git version. Thanks, Carsten!!! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-20 Thread Sebastian Rose
Hi Carsten, when dropping the #+SETUPFILE again in favour of a 'normal' header, #+OPTIONS: TeX:t LaTeX:nil leads to an 'wrong type argument: stringp nil' error And, recursive export doesn't work either. Source: |-- Brain | |-- Brainstorming.org | `-- ist_Kreativitaet_erlernbar.org |-- D

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-20 Thread Carsten Dominik
Hi Sebastian, On Oct 18, 2008, at 8:44 PM, Sebastian Rose wrote: Hi, the HTML-export (recursive) behaves strange. Files go to arbitrary directories (still under the publishing directory). It seems, the file names and path elements get mixed up when using the #+SETUPFILE option. This bug was

Re: [Orgmode] HTML export problems

2008-09-07 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 23, 2008, at 9:27 PM, David O'Toole wrote: The first paragraph before any heading is exported, but without surrounding P paragraph tags; the remaining paragraphs (whether before other headings, or after those headings) all have P tags and this is messing up the

Re: [Orgmode] HTML export: how delimit escaped entity?

2008-09-01 Thread Carsten Dominik
Hi Mark, On Aug 27, 2008, at 8:23 PM, Mark Theodoropoulos wrote: This is probably bonehead simple, but so far that bone is broken. The entities in org-html-entities work fine for me as long as followed by a space (or another \-escaped entity), but I can't seem to discover how they're delim

Re: [Orgmode] HTML export: how to delimit escaped HTML entity?

2008-08-28 Thread William Henney
Hi Mark On Wed, Aug 27, 2008 at 5:37 PM, mtheo <[EMAIL PROTECTED]> wrote: > The entities in org-html-entities work fine for me as long as followed by a > space (or another \-escaped entity), but I can't seem to discover how > they're delimited within a word. Maybe someone will correct me, but it

Re: [Orgmode] HTML export: how to delimit escaped HTML entity?

2008-08-27 Thread Sebastian Rose
What's in your XHTML-Head section? How does your Content-Type line look? That is, Change the 'utf-8' to what ever encoding your exported HTML files have. You can detect the real encoding of the files, by visiting souch an exported HTML file with emacs. In the modeline on the left, you can se

Re: [Orgmode] HTML export problems

2008-08-23 Thread Sebastian Rose
Hello David, yes, there is no paragraph around it. Trying to be helpful, I can only come up with an ugly temporary fix for this. I'm shure it will be a temporary one only. It's a little JavaScript again that should work in fairly modern browsers. If you do not use org-info.js, build your hea

Re: [Orgmode] HTML export problem

2008-07-16 Thread Carsten Dominik
On Jul 16, 2008, at 4:49 AM, m wrote: I upgraded last week to a very recent GNU Emacs CVS: 23.0.60.1 and encounter the following error on HTML (only) export and publish: Symbol's value as variable is void: org-verbatim-re Any pointers appreciated. That variable is define in org.el, so it s

Re: [Orgmode] HTML export: internal links broken

2008-03-28 Thread Carsten Dominik
Hi Sebastian, this is not really a bug. Internal links in Org are fuzzy links, they do a text search. During HTML export I am only implementing explicit targets: pieces of text enclosed in <<...>> So if you write * <> ** <> *** Some <> heading This [[Some Heading][Link]] should lin

Re: [Orgmode] HTML export bug?

2008-02-12 Thread Carsten Dominik
Fixed, thanks. - Carsten On Feb 11, 2008, at 3:30 PM, Adam Spiers wrote: Test case with recent git clone: - 8< - 8< - 8< - 8< - 8< - #+OPTIONS: H:1 toc:nil * Heading ** Sub-heading a ** Sub-heading b This is some paragraph text. ** Sub-head

Re: [Orgmode] HTML export and heading levels

2008-01-15 Thread Bastien
Hi Bernt, thanks for sharing this -- I add some (hopefully useful) comments. Bernt Hansen <[EMAIL PROTECTED]> writes: > I started playing with HTML export this week and since I'm lazy I don't > want to have to remember to export. I created a few simple functions > that export my org file to HTM

Re: [Orgmode] Html export suggestion (use of )

2007-10-17 Thread Bastien
Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: > I now see why it can be useful to preserve the outline > structure in the HTML export, and if Bastien remains the > only voice against it, I will put these s in. I didn't pronounced myself "against" it at all. I really like the idea of h

Re: [Orgmode] Html export suggestion (use of )

2007-10-17 Thread Carsten Dominik
On Oct 16, 2007, at 0:08, Mike Newman wrote: Here is a more refined suggestion, with links to examples Mike in HTML Export Hi Mike, thanks for this excellent writeup, exactly what I needed. And thanks to the o

Re: [Orgmode] Html export suggestion (use of )

2007-10-15 Thread Mike Newman
Here is a more refined suggestion, with links to examples Mike in HTML Export Table of Contents = 1 Proposal 2 Implementation 3 Motivation 3.1 Applying styles via CSS 3.2 Applying transform

Re: [Orgmode] Html export suggestion (use of )

2007-10-08 Thread Dmitri Minaev
On 10/6/07, Mike Newman <[EMAIL PROTECTED]> wrote: > I had wondered if there was any value in wrapping the html export in > sections to match the structure of the org file. Classes, classes! :) -- With best regards, Dmitri Minaev Russian history blog: http://minaev.blogspot.com

  1   2   >