Re: [Orgmode] Custom_ID problem with org-info.js display

2009-04-21 Thread Sebastian Rose
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 - 233633 - 11044 mobil: +49 (0)173 - 83 93

Re: [Orgmode] Custom_ID problem with org-info.js display

2009-04-21 Thread Sebastian Rose
-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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http

Re: [Orgmode] Emacs 21

2009-04-21 Thread Sebastian Rose
Hm - the only function we now use from the url package is `url-unhex'. That is just: (defun url-unhex (x) (if ( x ?9) (if (= x ?a) (+ 10 (- x ?a)) (+ 10 (- x ?A))) (- x ?0))) As it's only 6 lines of code: How would we define the function if the package is not

Re: [Orgmode] Custom_ID problem with org-info.js display

2009-04-21 Thread Sebastian Rose
(`^sec-') and switched to prefer the ID in the anchor (to be backward compatible). Is there a need for numeric `sec-x.x' IDs? To put that in again is not a big deal. Sebastian Carsten Dominik carsten.domi...@gmail.com writes: On Apr 21, 2009, at 1:31 PM, Sebastian Rose wrote: OK

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
and it will be an easy thing to do. Sebastian - Carsten On Mar 30, 2009, at 1:49 PM, Daniel Clemente wrote: El dv, mar 27 2009, Sebastian Rose va escriure: What we have now, just as Carstens said: # human-readable * Section B Creates this headline in HTML: h2 id=sec-2a name=human-readable

Re: [Orgmode] Technical Issue with compiling org mode

2009-04-16 Thread Sebastian Rose
Krishan Rajaratnam krishan...@hotmail.com writes: While compiling toplevel forms in file /home/Krishan/org_mode/lisp/org-protocol.el: !! File error ((Cannot open load file url)) Done make: *** [lisp/org-protocol.elc] Error 1 Don't you have /usr/share/emacs/lisp/url/url.el(c) ? What says

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
wish above. Best wishes Sebastian Carsten Dominik carsten.domi...@gmail.com writes: On Apr 16, 2009, at 10:50 AM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, I kind of like the idea to have a property that can be used to set an ID

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: Hm - counter arguments? The only counter argument is, that hand made IDs for links are prone to error. But that risk should be up to the user. Yes. and during the export, I

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
to emacs 23 -- I might do that, but I'm so swamped with other things right now and I know so little about what I'm doing that I don't want to move on that yet)? -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 16, 2009, at 10:50 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: Hm - counter arguments? The only counter argument is, that hand made

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
with other things right now and I know so little about what I'm doing that I don't want to move on that yet)? -- 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

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Just installed emacs22 and I see, it's not that easy. The client argument has the wrong type or something when emacs22. So I'll have to investigate some more... Best, Sebastian Sebastian Rose sebastian_r...@gmx.de writes: Hi John, The appended patch should do. I found, that here

Re: [Orgmode] org-protocol and encoding

2009-04-15 Thread Sebastian Rose
Hi Ulf and Carsten, here appended is a patch, that does two things. 1. Decode hex-encoded unicode = The new function `org-protocol-unhex-string' correctly decodes unicode hex-enoded, just like the JavaScript function `encodeURIComponent' does. I tested with

Re: [Orgmode] org-protocol and encoding

2009-04-15 Thread Sebastian Rose
Sorry for replying to my own mail. Reading `man utf-8' might help to understand what the patch does. And, utf-8 is what is decoded here. Sebastian ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] org-protocol and encoding

2009-04-07 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: This seems to be a emacs/remember problem though. If I open a file `xy.txt' and select this text: lkäüüäüpüpjüpjsf and then 'C-x r' to remember it, I get this in my remember buffer: [[file:~/xy.txt::lk%20p%20pj%20pjsf][file:~/xy.txt::lk p

Re: [Orgmode] table of contents--html export

2009-04-07 Thread Sebastian Rose
Jörg Hagmann joerg.hagm...@unibas.ch writes: Hi, When exporting to html, is it possible to change Table of Contents in the exported file to something of one's own choice? (I don't mean a different language). I can't find another way than what you probably found already: M-x

Re: [Orgmode] org-protocol: firefox issues

2009-04-07 Thread Sebastian Rose
Hi Rustom, Please add: javascript:location.href='org-protocol://store-link://'+encodeURIComponent(location.href) ^^^ Sorry for the inconvenience, thanks for finding the failure in the docs. Regards, Sebastian (who's going to fix the docs now) Rustom Mody rustompm...@gmail.com

Re: [Orgmode] Important

2009-04-07 Thread Sebastian Rose
. - Carsten ___ 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

Re: [Orgmode] org-protocol and encoding

2009-04-06 Thread Sebastian Rose
Ulf Stegemann ulf-n...@zeitform.de writes: org-protocol is really a great extension for org-mode! However, I experience an annoyance regarding non-ascii character encoding. When using org-protocol with remember and firefox, all non-ascii characters get b0rked in the remember buffer (on linux,

Re: [Orgmode] Re: org-protocol://remember:// question

2009-04-04 Thread Sebastian Rose
Tassilo Horn tass...@member.fsf.org writes: But one question remains. Do I have to do some special quoting in order to allow the protocol to split URL, TITLE and TEXT correctly? Let's say I do emacsclient -c \ 'org-protocol:/remember:/http://www.google.de/the search engine/bla fasel

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
+:initial region) + (raise-frame) + (org-remember nil (string-to-char template nil) ...which is much simpler than before :) Best, Sebastian Carsten Dominik carsten.domi...@gmail.com writes: On Apr 2, 2009, at 8:00 PM, Sebastian Rose wrote

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
value. Regards, Sebastian patch-org-protocol.el Description: application/emacs-lisp Carsten Dominik carsten.domi...@gmail.com writes: On Apr 2, 2009, at 8:00 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, Tassilo, this can be easily

Re: [Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread Sebastian Rose
goodh...@gmail.com goodh...@gmail.com writes: I just update org-mode to 6.25a in winxp. I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@). Before updating C-c C-t will cycle in the seq above. Now it want me to press d to get done. I really like the way before. How can i get it

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
] http://orgmode.org/worg/org-contrib/org-protocol.php -- 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.de Http: www.emma-stil.de

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
) (org-get-x-clipboard 'SECONDARY))) . How about that? Sebastian Sebastian Rose sebastian_r...@gmx.de writes: Hi Tassilo, your right, the docs are wrong, Sorry for the inconvenience. Actually, I now understand Bastiens comment in org-annotation

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
, 2009, at 1:10 PM, Sebastian Rose wrote: Hi Tassilo, your right, the docs are wrong, Sorry for the inconvenience. Actually, I now understand Bastiens comment in org-annotation- helper.el: ;; FIXME can't access %a in the template -- how to set annotation? I'll fix the table

Re: [Orgmode] web publishing

2009-04-01 Thread Sebastian Rose
You may pull the whole Worg site from repo_or_cz: http://repo.or.cz/w/Worg.git Regards, Sebastian Jörg Hagmann joerg.hagm...@unibas.ch writes: Hi, I have a website and would like to change to an org -- html procedure. Since the information I found in the manual and on worg are

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Sebastian Rose
Could you describe here what's the problem with the div 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

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Sebastian Rose
Sébastien Vauban zthjwsqqa...@spammotel.com 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 Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com 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 ...

Re: [Orgmode] [ANN] org-fstree 0.2

2009-03-29 Thread Sebastian Rose
Thanks Andreas, this is great. Especially the filtering and non-recursive behaviour. Sebastian Andreas Burtzlaff and...@gmx.net writes: Hello Sebastian, new version 0.2 available. http://www.burtzlaff.de/org-fstree/org-fstree.el On Sun, 29 Mar 2009 03:57:36 +0200 Sebastian Rose

Re: [Orgmode] How to define TODOs within continuous text the best way?

2009-03-28 Thread Sebastian Rose
I can't think of a good way to make the TODO items inline for HTML export, as the result is a list. Note, that the p element has to be closed to have valid XHTML (wich means we can't use a CSS selector `p ul' here to make it inline): =

Re: [Orgmode] [ANN] org-fstree: insert directory subtrees into org buffers

2009-03-28 Thread Sebastian Rose
Andreas Burtzlaff and...@gmx.net writes: Hello everyone, the idea is now implemented as an extension to org-mode. Available here: http://www.burtzlaff.de/org-fstree/org-fstree.el org-fstree inserts the filesystem subtree for a given directory. Each file/directory is formatted as a

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-03-27 Thread Sebastian Rose
prefer. 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

Re: [Orgmode] Re: feature request

2009-03-24 Thread Sebastian Rose
Robert D. Crawford rd...@comcast.net writes: Sebastian Rose sebastian_r...@gmx.de writes: You night want to use this: http://github.com/SebastianRose/worglet/tree/master Please correct me if I am wrong but this seems to be the wrong solution for w3 and w3m. I don't use a graphical

Re: [Orgmode] Changing TODO state to DONE does not stop clock in frame

2009-03-23 Thread Sebastian Rose
/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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de

Re: [Orgmode] feature request

2009-03-23 Thread Sebastian Rose
. Thanks for listening, rdc -- 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

Re: [Orgmode] combine orgmode and file system browsing

2009-03-23 Thread Sebastian Rose
}; then BUFFER=${BUFFER} * [[file:${f}][$(basename ${f} )]] fi done RETURN_BUFFER=${BUFFER} } toOrgRec ${DIR} echo $( echo ${RETURN_BUFFER} | tail -n +2 ) /#part -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax

Re: [Orgmode] Re: feature request

2009-03-23 Thread Sebastian Rose
Robert D. Crawford rd...@comcast.net writes: Later today, if I get the chance, I'll explore the solution proposed by Sebastian Rose. Note: there is a bug in the docs for org-protocol.el. I have fixed that, but it takes ages to see the changes on gtihub sometimes... The correct command line

Re: [Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Sebastian Rose
-n +2 ) ___ 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

Re: [Orgmode] Re: Fully featured Web publishing

2009-03-19 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: Why not us preamble? I'm not sure if its an approved way or not but has done for me for a site wide addition for a while now but I must admit to not being up to date with all latest and greatest innovations.

Re: [Orgmode] Re: Fully featured Web publishing

2009-03-19 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: Is it a trick though? Sorry, I mixed German and English here. I German a 'Trick' is primarily a _positive_ thing. If you want to turn it into something (slightly) negative, you say 'fauler Trick' here :) (literally: 'lazy trick') -- Sebastian

Re: [Orgmode] Error exporting to temp buffer

2009-03-19 Thread Sebastian Rose
David Maus maus.da...@gmail.com writes: Cannot reprocude this either. C-x b org-bug RET, paste sample, C-c C-e H gives an *Org HTML Export* buffer with the exported sample. Same here. Regards, Sebastian ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] Fully featured Web publishing

2009-03-18 Thread Sebastian Rose
, Seb -- 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.de Http: www.emma-stil.de

Re: [Orgmode] Re: emacs org-mode

2009-03-18 Thread Sebastian Rose
Eraldo Helal ad...@eraldo.at writes: I wanted to get an overview of how other GTD org-mode users integrate non-text project files into their system. GTD found on http://orgmode.org/worg/org-tutorials/index.php: http://members.optusnet.com.au/~charles57/GTD/gtd_workflow.html

Re: [Orgmode] Re: Fully featured Web publishing

2009-03-18 Thread Sebastian Rose
Sébastien Vauban zthjwsqqa...@spammotel.com writes: Thanks for the other (useful) info. But, here, your answer is not adequate as I don't want to have almost identical information duplicated in each page of my site. Just imagine the pain it is if I want to change the structure (adding a new

Re: [Orgmode] Latex Export -- pdf

2009-03-16 Thread Sebastian Rose
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 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.r...@emma-stil.de, sebastian_r

Re: [Orgmode] Code with line numbers in HTML export

2009-03-12 Thread Sebastian Rose
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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de

Re: [Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-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

Re: [Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-10 Thread Sebastian Rose
{} Best, Sebastian Wanrong Sebastian Rose wrote: Try: * TODO Read books 1. [ ] Book 1 \\ Note: blah blah blah 2. [ ] Book 2 \\ Note: blah blah blah Or even: * TODO Read books 1. [ ] Book 1 :: Note: blah blah blah 2. [ ] Book 2

Re: [Orgmode] org-annotate on windows

2009-03-08 Thread Sebastian Rose
--eval (progn (bzg/org-annotation-helper \%1\ ) nil) and save it as *.bat. Dose that work? 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] Javascript Export Issue

2009-03-07 Thread Sebastian Rose
script type=text/javascript src=org-html.js/script script type=text/javascript src=mystery.js/script Good idea. But this should be valid XHTML too: link rel=stylesheet type=text/css href=gen-style.css / link rel=stylesheet type=text/css href=style.css / Regards, -- Sebastian Rose, EMMA STIL

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Sebastian Rose
. !--/*--![CDATA[/*!--*/ %MANAGER_OPTIONS org_html_manager.setup(); // activate after the parameters are set -/*]]*/-- +/*]]*///-- /script The template for the export style additions when org-info.js is used. Option settings will replace the %MANAGER-OPTIONS cookie. -- Sebastian Rose, EMMA

[Orgmode] Worglets without dependencies

2009-03-07 Thread Sebastian Rose
-annotation-helper and org-browser-url too. 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

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

2009-03-05 Thread Sebastian Rose
, LaTeX, reST - whatever markup you're not familiar with. With the DocBook exporter, learning DocBook is reduced to pressing `C-c C-e' and choose the right option ;-) Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0

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

2009-03-05 Thread Sebastian Rose
if you want it while still keeping document very readable and nowadays can produce DocBook output simply by pressing `C-c C-e D' ;-) 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

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
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 - 233633 - 11044 mobil: +49 (0)173

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de 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-mode, TOC

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Hi Scott, this is fixed now in v.0.1.0.4 As always, the script is available on repo_or_cz: http://repo.or.cz/w/Worg.git?a=blob_plain;f=code/org-info-js/org-info.js;hb=e11bc7fe538a513d899f4d006bf5f887f35dd8ce Regards, Sebastian Sebastian Rose sebastian_r...@gmx.de writes: Hi Scott

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

2009-03-04 Thread Sebastian Rose
: * ODT * SWX * (somwhat limited) MSword * Java Help * Windows Help * Entire Websites I just did a quick search only and I think more intensive search would reveal many more. -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax

Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-04 Thread Sebastian Rose
the exported source. M-x customize-variable RET htmlize-output-type and set it to `css' or `inline-css'. Your setting is `font' 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

Re: [Orgmode] Org-Info.js Issue

2009-03-04 Thread Sebastian Rose
Best Regards, Sebastian Scott Randby sran...@uakron.edu writes: Sebastian Rose wrote: Hi Scott, this is fixed now in v.0.1.0.4 Thanks, it works. I do have some suggestions for the title. 1. Unfortunately, I cannot use the ftoc:t option. For reasons I won't go into here, I

Re: [Orgmode] export and containers

2009-03-03 Thread Sebastian Rose
Carsten Dominik domi...@science.uva.nl 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 Rose sebastian_r...@gmx.de writes: Richard

[Orgmode] org-info.js: PLEASE UPDATE

2009-03-03 Thread Sebastian Rose
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, -- Sebastian Rose, EMMA

Re: [Orgmode] Custom XHTML layouts

2009-03-03 Thread Sebastian Rose
the settings could be augmented/overwritten on per file basis too? 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] Re: DocBook exporter for Org-mode

2009-03-03 Thread Sebastian Rose
! -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_r...@gmx.de Http: www.emma-stil.de

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

2009-03-03 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de 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 stylesheets

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Richard Riley rileyrg...@googlemail.com 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 div id='content

Re: [Orgmode] export and containers

2009-03-02 Thread Sebastian Rose
On Mar 2, 2009, at 12:58 PM, Sebastian Rose wrote: Carsten Dominik domi...@science.uva.nl 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. But `content' sounds good to me too. div id

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

2009-03-01 Thread Sebastian Rose
: 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)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

[Orgmode] org-id: always add IDs

2009-03-01 Thread Sebastian Rose
-id be added when publishing? Like h2 id=sec-2 HEADLINE span class=org-id id=THE-ORG-ID-ITSELFTHE-ORG-ID-ITSELF/span /h2 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

Re: [Orgmode] export and containers

2009-02-28 Thread Sebastian Rose
common ways. The `percent-50' (oh what a name) and `wrap' 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

Re: [Orgmode] export and containers

2009-02-28 Thread Sebastian Rose
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, Sebastian Rose wrote: Richard Riley rileyrg...@googlemail.com writes

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

2009-02-28 Thread Sebastian Rose
gconf-editor and navigate to system-storage-default_options-vfat edit the key 'mount_options' and change it's value to: [shortname=mixed,uid=] That's it. Now, indeed, git clone -l --no-hardlinks --bare org/ /media/BLUE/git/org works like a charm. Thanks again Bernt! Best, -- Sebastian

[Orgmode] Search orgmode.org

2009-02-28 Thread Sebastian Rose
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) will find the exact string `custom agenda commands' ... Best, -- Sebastian Rose, EMMA STIL - mediendesign

[Orgmode] Fast open, what is published already

2009-02-27 Thread Sebastian Rose
protocols to repositories). This is it: #! /bin/bash # Author: Sebastian Rose sebastian_rose at gmx de # # 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

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@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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de

Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread Sebastian Rose
starting to love it :) It's so painless to find something, annotate, toggle TODO states, clock... to do anything in those files without ever visiting them. Wow! TAB (other window) and RET (current window) bring you to the file itself if desired. Best, -- Sebastian Rose, EMMA STIL - mediendesign

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
-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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
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 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.r...@emma-stil.de

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

2009-02-17 Thread Sebastian Rose
@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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma

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

2009-02-17 Thread Sebastian Rose
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 trying to ... oh please, ignore my answers in this thread :) -- Sebastian Rose

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

2009-02-17 Thread Sebastian Rose
-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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de

[Orgmode] Presentations

2009-02-17 Thread Sebastian Rose
# 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 - 11044 mobil: +49 (0

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 sebastian_r...@gmx.de writes: Hi, I re-discoverd http://pauillac.inria.fr/advi/ and found

Re: [Orgmode] metadata clutterring the view

2009-02-16 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

Re: [Orgmode] metadata clutterring the view

2009-02-16 Thread Sebastian Rose
. 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 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

Re: [Orgmode] DONE items in agenda

2009-02-14 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: JBash bashve...@gmail.com 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'd changed the org-todo

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
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 - 36 58 472 Fax: +49 (0)1805 - 233633

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
/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 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread Sebastian Rose
-keywords '(TODO STARTED WAITING DONE CANCELED)) (setq org-todo-keywords '(TODO STARTED WAITING | DONE CANCELED)) Now both, DONE and CANCELED are done-states. -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
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 Email: s.r...@emma-stil.de, sebastian_r...@gmx.de Http: www.emma-stil.de

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: This is the cleanest way to do it. #+ATTR_HTML: alt=an image id=mySpecialImmage [[./img/a.jpg] ] and use CSS. I didn't know about this! Should this maybe be documented somewhere other than

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

2009-02-10 Thread Sebastian Rose
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 ___ Emacs-orgmode mailing list

Re: [Orgmode] HTML export: feature request

2009-02-10 Thread Sebastian Rose
%d\ndiv class=\online-text- + snumber level level snumber extra-targets title level level snumber)) (org-open-par) (defun org-get-text-property-any (pos prop optional object) /#part -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Sebastian Rose
{border:1px solid black;border-spacing:10px;...} 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
' ;-) 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] How to backup the DONE items?

2009-02-10 Thread Sebastian Rose
`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 - 11044 mobil: +49 (0)173 - 83 93 417 Http

Re: [Orgmode] worg accessibility

2009-02-09 Thread Sebastian Rose
, Sebastian Sebastian Rose sebastian_r...@gmx.de 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 did now. So maybe in an hour or two

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

<    1   2   3   4   5   6   7   8   >