Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Sebastian Rose writes: > thanks for the report. > > The handling of the title is one of the weak points of the script > (another one being the text before first headline). > > The reason might be, that I was never sure what to do with it in > info-view-mode, plain-view-

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
> 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 > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover T

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Sebastian Rose
Baoqiu Cui writes: > Sebastian Rose writes: >> >> I think we would find hundreds of xslt stylesheets on the web to >> transform Docbook to virtually any format. > > Yes, this is the power and beauty of DocBook. > >> Will we loose the features of htmlize.el?

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Sebastian Rose
Baoqiu Cui writes: > Sebastian Rose writes: > >> docbook is great since it's widely used. > > Yes, DocBook has been adopted by many organizations in different areas > in the past years. Once we have a good exporter for DocBook, we > basically build a bridge for exp

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Sebastian Rose
Sebastian Rose writes: > Anyway, I'd prefere to export to _one_ XML format from Org-mode and > provide xslt stylesheets to translate between different formats. > > That way we all would concentrate on one XML exporter (e.g. the XHTML > exporter) and could provide xslt styleshe

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Sebastian Rose
d stable) . > > Looks pretty good to me. I'm ready to ty it out! > > -Dale -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.r...@emma-stil.de, sebastian

Re: [Orgmode] Custom XHTML layouts

2009-03-03 Thread Sebastian Rose
Carsten Dominik writes: > This looks interesting. Do you have application examples? Only the one I mentioned in the original message so far. It just wraps the hole page into a table like this: ++ | Title | +-+--+ | toc | sections.. |

[Orgmode] org-info.js: PLEASE UPDATE

2009-03-03 Thread Sebastian Rose
ainer now makes it possible, to include the `content' into any page and still have a working info-view-mode, folding, searching and so on. * Multiple instances of org_html_manager are not supported. Also, I don't plan to support multiple instances in the future. Regards

Re: [Orgmode] export and containers

2009-03-03 Thread Sebastian Rose
rsten Dominik writes: > I have now added a "content" container around all of body. > > - Carsten > > On Mar 3, 2009, at 2:16 AM, Richard Riley wrote: > >> Sebastian Rose writes: >> >>> Richard Riley writes: >>>> Sebastian Rose writ

Re: [Orgmode] Insert validation link in postamble

2009-03-03 Thread Sebastian Rose
The variable is great though, because I now can change it to validate local HTML, just as FF developer-toolbar does. Thanks, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633

Re: [Orgmode] export and containers

2009-03-03 Thread Sebastian Rose
Carsten Dominik writes: > I have now added a "content" container around all of body. > > - Carsten OK, I'll go and adjust org-info.js as needed now. Best, Sebastian > > On Mar 3, 2009, at 2:16 AM, Richard Riley wrote: > >> Sebastian Ros

[Orgmode] Custom XHTML layouts

2009-03-03 Thread Sebastian Rose
quot;))) (if org-export-html-with-timestamp (insert org-export-html-html-helper-timestamp)) (insert (or (plist-get opt-plist :postamble) "")) +(insert (funcall custom-html-function "body")) (insert "\n\n")) (unless (plist-get opt-plist :buff

[Orgmode] Insert validation link in postamble

2009-03-03 Thread Sebastian Rose
p://validator.w3.org/check?uri=referer\"; target=\"_blank\">Validate XHTML 1.0") (insert "")) (if org-export-html-with-timestamp -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-03 Thread Sebastian Rose
ek. Are there any > other features that you would need? > > - Taru Karttunen > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mai

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> Richard Riley writes: >>> I really dont see the plethora of sec-id# that are currently generated >>> being really useful since they change on each export if new stuff is >>> entered. This make existing

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Sebastian Rose writes: >> So one that wraps everything in body. OK, let's call it "content". >> >> And then one that does contains the sections and footnotes, but >> not the title, preamble, and postamble? Am I understanding this >> correctly? &g

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
jump to. Also, they're needed for org-info.js to resolve internal links to sections in general. Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
g. That's what the classes are for. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Carsten Dominik writes: > On Mar 2, 2009, at 5:00 PM, Sebastian Rose wrote: > >> >> OK - I failed badly :-( >> >> I think we can skip the extra element around the TOC. >> >> Here's why: >> >> As it looks now, the problem with the fixe

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> Richard Riley writes: >>> Sebastian Rose writes: >>> >>>> Richard Riley writes: >>>>> It's been a while since I've looked at my org set up. One thing that >&g

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Dominik writes: > OK, so I will wait with making changes until you have > done some experimentation, maybe put that up somewhere, > so that others can have a look? > > - Carsten > > On Mar 2, 2009, at 12:58 PM, Sebastian Rose wrote: > >> Carste

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > > On Mar 2, 2009, at 10:29 AM, Sebastian Rose wrote: >> >> * Suggestions for names >> >> `wrap' is, what they use in typolight and some other CMSs

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> Richard Riley writes: >>> It's been a while since I've looked at my org set up. One thing that >>> always struck me as a bit hacky was my use of >>> >>> :preamble " >>> &g

Re: [Orgmode] org-id: always add IDs

2009-03-01 Thread Sebastian Rose
Hi Carsten, as always, your answer helped a lot. All questions and problems solved so far. Thanks! Carsten Dominik writes: > On Feb 27, 2009, at 10:30 AM, Sebastian Rose wrote: > >> Hi, >> >> >> I have several questions concerning IDs. >> >> >&g

[Orgmode] org-id: always add IDs

2009-03-01 Thread Sebastian Rose
Could the org-id be added when publishing? Like HEADLINE THE-ORG-ID-ITSELF or similar? Best Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417

Re: [Orgmode] Re: MORE: Using git via USB for personal org dir and other data files

2009-03-01 Thread Sebastian Rose
an 8988 1. Mär 16:02 link.c No matter how many hard links I add: the disk usage stays the same. One more point for git! OK, I'll adjust my habbits :) Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0

[Orgmode] Search orgmode.org

2009-02-28 Thread Sebastian Rose
rch...". 3.) In the following window, enter any name and use "org" as Keyword. That's it. Now you can type "org agenda" in the Location/URL bar to search orgmode.org for `agenda'. Note, that org "custom agenda commands" (with the quotes) wil

Re: [Orgmode] Re: MORE: Using git via USB for personal org dir and other data files

2009-02-28 Thread Sebastian Rose
-l --no-hardlinks --bare org/ /media/BLUE/git/org works like a charm. Thanks again Bernt! Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

Re: [Orgmode] Re: MORE: Using git via USB for personal org dir and other data files

2009-02-28 Thread Sebastian Rose
Bernt Hansen writes: > Sebastian Rose writes: > >> git always throws warnings and errors here, when I try to `git clone >> --bare' on FAT formated USB sticks (didn't try with the new 1.6.1.3 >> version, that's in Debian testing since a week). > > The

Re: [Orgmode] export and containers

2009-02-28 Thread Sebastian Rose
tered in the window. And that's all people willing to upgrade have to do. Also, I'm quite sure we can eleminate the remaining problems with the fixed TOC in IE on small screens, since there's another container around it. > > - Carsten > > On Feb 28, 2009, at 12:37 PM, Se

Re: [Orgmode] Re: MORE: Using git via USB for personal org dir and other data files

2009-02-28 Thread Sebastian Rose
rnings and errors here, when I try to `git clone --bare' on FAT formated USB sticks (didn't try with the new 1.6.1.3 version, that's in Debian testing since a week). Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36

Re: [Orgmode] export and containers

2009-02-28 Thread Sebastian Rose
7; are just there, to be able to center the whole page horizontally _and_ veritcally. Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

Re: [Orgmode] Fast open, what is published already

2009-02-27 Thread Sebastian Rose
full of handy orglets :) Best Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Emacs-orgmode

[Orgmode] Fast open, what is published already

2009-02-27 Thread Sebastian Rose
oo and map protocols to repositories). This is it: #! /bin/bash # Author: Sebastian Rose # # The idea is roughly based on org-annotation-helper and org-browser-url.el, # written by Bastien Guerry and Ross Patterson respectively. # # AIMS # # Open already published files in emacs easily. This

Re: [Orgmode] Error When Publishing a Single File

2009-02-27 Thread Sebastian Rose
Yepp, works great :) Thanks Carsten. Ian Barton writes: > Many thanks Carsten. > > Hi Ian, >> >> this bug is fixed now. Thanks for the report. >> >> - Carsten >> >> On Feb 17, 2009, at 12:21 PM, Ian Barton wrote: -- Sebastian Rose, EMMA STIL

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-22 Thread Sebastian Rose
___ > 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 -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannov

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
_ > 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 > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Ha

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
t; Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0

Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread Sebastian Rose
lar todo. I agree. C-c a T s TAB RET bring's all my started task on screen. I use several seperate TODO-files - one for each customer and one as my personal organizer. I only recently started to use the agenda. And I'm starting to love it :) It's so painless to find somethi

Re: [Orgmode] Netbook display of the org-mode site

2009-02-19 Thread Sebastian Rose
a value of `60%' is dependend on the screen size too. There is that picture above the TOC, which has a fixed height, that might be more than 40% on some screens. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)180

Re: [Orgmode] Presentations

2009-02-17 Thread Sebastian Rose
Now we could use the LaTeX commands provided by advi for effects, embedding videos and so on. Anyway, advi can display any *.dvi file without using the LaTeX packages. Sebastian Rose writes: > Hi, > > > I re-discoverd http://pauillac.inria.fr/advi/ and found, that it is >

[Orgmode] Presentations

2009-02-17 Thread Sebastian Rose
sh$ advi # Watch the help as presentation sh$ dpkg --purge advi advi-examples# Just in case you don't like it -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 1104

Re: [Orgmode] Suppress linkification of external links possible?

2009-02-17 Thread Sebastian Rose
tered with invalid addresses like >> 'http://gateway.example.org'. Linkification of those addresses is rather >> disturbing. > > You can customize the variable org-activate-links and remove "plain" > from the list. Hihi - it's that simple :-D And I'm tr

Re: [Orgmode] Suppress linkification of external links possible?

2009-02-17 Thread Sebastian Rose
s-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Emai

Re: [Orgmode] Suppress linkification of external links possible?

2009-02-17 Thread Sebastian Rose
___ > 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 > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 47

Re: [Orgmode] Error When Publishing a Single File

2009-02-17 Thread Sebastian Rose
e used for publishing would decrease to something like 10% here (lot's of ditaa images and 59 files). What do think? -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +4

Re: [Orgmode] metadata clutterring the view

2009-02-16 Thread Sebastian Rose
ember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633

Re: [Orgmode] metadata clutterring the view

2009-02-16 Thread Sebastian Rose
> Thanks in advance, > > Marcelo. > ___ > 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 -- Sebastian Rose, EMMA STIL -

Re: [Orgmode] DONE items in agenda

2009-02-14 Thread Sebastian Rose
Sebastian Rose writes: > JBash writes: >> Thank you, Matt. >> >> A followup... >> I've discovered that after setting the org-agenda-skip-scheduled-if-done to >> non-nil, I was still getting DONE items in my agenda view. I then realized >> that I

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread Sebastian Rose
t; (setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE" "CANCELED")) > (setq org-todo-keywords '("TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED")) Now both, DONE an

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
s an org-link to the last search I did: [[http://orgmode.org/Changes.html?OCCUR=align][Org-mode list of user-visible changes, occurences of 'align']] Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
lot) > 5. a testfile containing the table from the manual (section 3.6) > > Now what? How to call org-plot (M-C-g is not recognised)? > Thanks, Jörg M-x org-plot/gnuplot will do the trick? -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511

Re: [Orgmode] How to backup the DONE items?

2009-02-10 Thread Sebastian Rose
rgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 -

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
es' using `o image RET' ;-) Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de __

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Jan Seeger writes: >> and C) >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> > The problem is that I can't use CSS. I need to modify the HTML to > insert an element which forces the outline-2 container

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Sebastian Rose
el org-export-html-toplevel-hlevel -1)) + (if (and org-export-with-section-numbers (not body-only)) + (setq title (concat "" snumber " " title))) (unless (= head-count 1) (insert "\n\n")) - (insert (format "\n\n%s%s\n\n" -

Re: [Orgmode] Re: Bug and feature request in HTML export

2009-02-10 Thread Sebastian Rose
es-plain-lists will do what you need. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Ema

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Richard Riley writes: > Sebastian Rose writes: > >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> >> > > I didn&#x

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
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 -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49

Re: [Orgmode] org-tab-follows-link

2009-02-09 Thread Sebastian Rose
can't think of? -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Emacs-orgmode mailing list Reme

Re: [Orgmode] Re: archiving tasks breaks emacs

2009-02-09 Thread Sebastian Rose
lear enough to describe the failure mode: C-g or C-z > or anything else wouldn't do anything, all input appeared to be > ignored. > > thanks -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax:

Re: [Orgmode] worg accessibility

2009-02-09 Thread Sebastian Rose
Regards, Sebastian Sebastian Rose writes: > Hi Samuel, > > > I scanned through the worg.css and found no fixed height or width in > there. The only pixel value would have been the `line-height' in the > `body' section. > > I didn't push the change - I d

Re: [Orgmode] worg accessibility

2009-02-08 Thread Sebastian Rose
read worg (though very nice when > possible :)). If there are simple fixes, let me know. > > I very much appreciate all the effort by all who replied. > > On Fri, Feb 6, 2009 at 01:58, Sebastian Rose wrote: >> Yes, I'm currently looking through the CSS and I found, th

Re: [Orgmode] Images and html-export via data: ?

2009-02-07 Thread Sebastian Rose
N_HTML > > #+END_HTML > > > > ___ > 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 > -- Sebastian Rose,

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-06 Thread Sebastian Rose
el with org 6.20g > > > > ___ > 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 > -- Sebastian Rose, EMMA STI

Re: [Orgmode] Latex enumerate item problem

2009-02-06 Thread Sebastian Rose
begin{verbatim} > > sudo apt-get install openoffice.org-java-common > > \end{verbatim} > > > \begin{enumerate} > \item Blablablbalbala > \item Blablablbalbala > \item Blablablbalbala > \end{enumerate} > > Then I need to fix it by deleting the \end and \beg

Re: [Orgmode] Installing on windows

2009-02-06 Thread Sebastian Rose
gt;(list > ("D:/Software/office/emacs/org-6.21b/org-6.21b/lisp")) >load-path-orig that is: (setq load-path (cons "/usr/local/share/emacs/site-lisp/" load-path)) :) Regards, Sebastian -- Sebastian Rose, EMMA STIL - mediendesign, Niemeye

Re: [Orgmode] Re: Funny export of code

2009-02-06 Thread Sebastian Rose
Sebastian Rose writes: > The Problem does not occur in LaTeX export. That works fine. > > Hm. This one is FIXED by Carsten already. Just to note that here. Thank's Carsten, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58

Re: [Orgmode] worg accessibility

2009-02-06 Thread Sebastian Rose
so if somebody posts a link on the org list to a worg page, I have to > skip it. > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/

[Orgmode] Re: Funny export of code

2009-02-05 Thread Sebastian Rose
The Problem does not occur in LaTeX export. That works fine. Hm. -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

Re: [Orgmode] org-publish error..

2009-02-04 Thread Sebastian Rose
e to just do that, if new files are found in the project. Otherwise ask. I don't change the titles that often and some people won't use the sitemap feature at all (`index-filename'). -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 -

Re: [Orgmode] org-publish error..

2009-02-04 Thread Sebastian Rose
key > %c" r1)) (if (and bg ... ... ...) (let ... ... ...) (call-interactively > ...))) > org-export(nil) > call-interactively(org-export) > > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to

[Orgmode] Funny export of code

2009-02-03 Thread Sebastian Rose
->8--- (cons (concat "\ ") 1)) : (define-key org-mode-map [(control c) ?i] 'iimage-mode) <= ---8<-8<-----8<--- Did anyone have a similar problem before and remembers how to get

Re: [Orgmode] Usage of #+STYLE:

2009-02-02 Thread Sebastian Rose
tml#sec-3 and track the git repo (as most of us here do). You won't regret it. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de _

Re: [Orgmode] Usage of #+STYLE:

2009-02-02 Thread Sebastian Rose
Hi David, Exactly that file works fine here. Hm - anything else must cause this. I don't think your org-mode version older than the feature? Regards, Sebastian -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0

[Orgmode] LaTeX and syntax highlighting

2009-02-02 Thread Sebastian Rose
the same file. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Extra columns in LaTeX tables when =fixed=

2009-02-02 Thread Sebastian Rose
Regards, Sebastian -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Emacs-orgmode mailing list Remember: us

Re: [Orgmode] Some css issues in org-export

2009-02-02 Thread Sebastian Rose
Carsten Dominik writes: > I have implemented a different fix for the problem Sebastian mentions. > Hopefully it will work correctly, please test. Yes does :-) Thanks Carsten! -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax:

Re: [Orgmode] Some css issues in org-export

2009-02-02 Thread Sebastian Rose
Rustom Mody writes: > On Mon, Feb 2, 2009 at 3:03 PM, Sebastian Rose wrote: >> Hi, >> >> >> >> This solves the problem with the inside a . That is only >> created when images are included using `org-export-html-format-image'. > > Does this sol

[Orgmode] Extra columns in LaTeX tables when =fixed=

2009-02-02 Thread Sebastian Rose
| | || hotel | Hotels | || geocache | GEO-Daten| | *Produkte* | | | || produkt | Produkte | || produktoption | Optionen | |+---+--| <

Re: [Orgmode] Some css issues in org-export

2009-02-02 Thread Sebastian Rose
ot;"))) Regards, Rustom Mody writes: > I tried validating this at http://validator.w3.org/ > and its not valid XHTML. > > Dont know more HTML to comment :-) > > > On Mon, Jan 19, 2009 at 8:43 PM, Sebastian Rose wrote: >> Hi Rustom, >> >> >&g

Re: [Orgmode] Some css issues in org-export

2009-02-02 Thread Sebastian Rose
validate local HTML) and the error messages are quite clear. Regards, Sebastian Rustom Mody writes: > I tried validating this at http://validator.w3.org/ > and its not valid XHTML. > > Dont know more HTML to comment :-) > > > On Mon, Jan 19, 2009 at 8:43 PM, Sebasti

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
OK, added three customization I found here (I'm shure some more will follow): '(org-agenda-restore-windows-after-quit t) '(org-agenda-window-setup (quote current-window)) '(org-hide-emphasis-markers t) Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
itle}\n\n %a\n\n" "notes/english.org" "Neu") ("EMMA-STIL (m. Link)" ?e "* TODO %^{Title}\n Eingegangen: %U\n Link: %a\n %?\n\n" "todoos/emma-stil.org" "Eingang") ("org-info.js" ?o "* %^{Tit

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Sebastian Rose
... Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Sebastian Rose
e is the variable >> org-agenda-deadline-leaders, maybe you can do something with this. > > Thanks, I will look into it. > > Thank you for the prompt reply! > Nicholas > > > _______ > Emacs-orgmode mailing list > Remember: use `Reply All' to send rep

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Sebastian Rose
>>> >>> >>> >>> ___ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinf

Re: [Orgmode] HOWTO export document to wiki text?

2009-01-19 Thread Sebastian Rose
bin/oddmuse/Comments_on_Writing_Extensions > > - http://article.gmane.org/gmane.emacs.orgmode/4032 > > I'll have to investigate further. > > - Matt > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Sebastian Rose
Hi Rustom, "Rustom Mody" writes: > On Mon, Jan 19, 2009 at 6:29 PM, Sebastian Rose wrote: >> >> Hm - we do not provide a special stylesheet for printing. But since > >> >> Maybe we should add this line to the very top of the document: >> >&g

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Sebastian Rose
> > > > _______ > 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 -- Sebastian Rose, EMMA STIL - medien

[Orgmode] No attribute language in element script

2009-01-19 Thread Sebastian Rose
Hi Carsten, there is no attribute `language' in element for XHTML. These two little patches remove it:
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index b4af546..37ae34f 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -542,7 +542,7 @@ Org-mode file."
   :type '(string :tag "

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Sebastian Rose
. So it might be nice and clean to get textarea code out of the way. Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.r...@emma-stil.de, sebastian_r...@gmx.d

Re: [Orgmode] Suggestions for Orgmode.org homepage

2009-01-07 Thread Sebastian Rose
gt; > On Jan 7, 2009, at 8:45 PM, Sebastian Rose wrote: > >> >> This is what I use in such cases. All styles starting with '*' are read >> by IE only. No compromise should be neccessary. >> >> >> >> >> @media screen { >> >>

Re: [Orgmode] Suggestions for Orgmode.org homepage

2009-01-07 Thread Sebastian Rose
hat the table of contents in the sidebar (along > >> with the background image) scrolls up with the page unlike in FF, > >> which IMHO, is an acceptable compromise. I have been told that some > >> javascript magic can make IE6 behave like "position: fixed" but I > >>

Re: [Orgmode] Suggestions for Orgmode.org homepage

2009-01-07 Thread Sebastian Rose
e > javascript magic can make IE6 behave like "position: fixed" but I > haven't yet worked out how/if that can be done. > > Possibly a better workaround/solution exists for this else please > consider making similar change to the Orgmode home page. > > Also, I do

Re: [Orgmode] underscores in links

2009-01-07 Thread Sebastian Rose
s) If you want to keep the superscript feature, you might consider to provide the displayed text for the links yourself: [[http://blogs.sun.com/sundararajan/entry/what_s_in_my_java][http://blogs.sun.com/sundararajan/entry/what\_s\_in\_my\_java]] -- Sebastian Rose, EMMA STIL - mediendesign, Nieme

Re: [Orgmode] XHTML has no ...

2008-12-19 Thread Sebastian Rose
Carsten Dominik writes: > On Dec 19, 2008, at 11:52 AM, Sebastian Rose wrote: > >> Hi Carsten, >> >> >>>> * XHTML has no... >>>> >>>> - ... attribut `name' in `... >>>> >>>> Should be: >>>> >

Re: [Orgmode] Sitemap has no title anymore

2008-12-19 Thread Sebastian Rose
Hi Carsten, Carsten Dominik writes: > On Dec 19, 2008, at 2:00 AM, Sebastian Rose wrote: > >> Hi, >> >> >> when publishing to XHTML, the generated sitemap has no title anymore. >> Is this the intended? >> >> I used to include it in my index.

Re: [Orgmode] XHTML has no ...

2008-12-19 Thread Sebastian Rose
h. Es wird durch einen ebenfalls 13: optionalen '/TAG/' ersetzt. Hier ein Beispiel für die Benutzung: <= ---8<-8<-8<--- Filling in empty lines at line 12 and 5 fixes it. Problem are empty lines here. >> &

[Orgmode] XHTML has no ...

2008-12-18 Thread Sebastian Rose
tring 'org-label src))) (format " -%s +%s " (if label (format "id=\"%s\" " label) "") src Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58

<    2   3   4   5   6   7   8   9   >