[Orgmode] Worg: common #+MACRO definitions

2009-10-04 Thread Sebastian
g ??? Best wishes Sebastian smime.p7s Description: S/MIME cryptographic signature ___ 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

Re: [Orgmode] Worg: common #+MACRO definitions

2009-10-05 Thread Sebastian
all > >> our files, and they all would look the same, even > >> if changed. worg/macros.org ??? > > > > I would say no problem! Just create it. Bastien, any objections? > > Sure, no objection! But we would need to exclude it from the export, which I ca

Re: [Orgmode] Worg: common #+MACRO definitions

2009-10-05 Thread Sebastian
Am Montag, den 05.10.2009, 21:44 +0800 schrieb Bastien: > Sebastian writes: > > > Am Montag, den 05.10.2009, 14:52 +0800 schrieb Bastien: > >> Carsten Dominik writes: > >> > >> >> 2.) This is the crucial point: can we have (have we?) > >>

Re: [Orgmode] Multiple publishing projects

2009-10-06 Thread Sebastian
of `worg-notes' and `worg-static'. You may place an arbitrary number of real and compound projects in `org-publish-projects-alist'. Best wishes Sebastian smime.p7s Description: S/MIME cryptographic signature ___ 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

Re: [Orgmode] Where is the document in which all tags are described?

2009-10-10 Thread Sebastian
# insert some Perl script here Did you take that into account? Sebastian ___ 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

Re: [Orgmode] Where is the document in which all tags are described?

2009-10-10 Thread Sebastian
n_src org ,#+begin_html ,Som HTML hier... ,#+end_html #+end_src The `#+end_html' line will be missing after HTML export. Sebastian ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] Re: add a whole directory as one item to refile targets

2009-10-12 Thread Sebastian
))) (defun sr-add-to-org-refile-targets ( recurse dirs ) "Add a directory to org-refile targets recursively." (interactive "P\nDdirectory: ") (sr-find-org-refile-targets (if recurse t nil) (list dirs) sr-org-refile-file-excludes sr-org-refile-dir-exc

Re: [Orgmode] Re: add a whole directory as one item to refile targets

2009-10-17 Thread Sebastian
(list file) sr-org-refile-targets)) (message "org-refile-targets: \n%s" sr-org-refile-targets)) HTH Sebastian ___ 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

Re: [Orgmode] Html and unreadable characters

2009-11-01 Thread Sebastian
r #33 ... */ /* ... more styles here ... */ } Sebastian ___ 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

Re: [O] org-odt on Windows 7

2011-07-09 Thread Sebastian
Bastien altern.org> writes: > > Ciao Sebastian, > > sebastian.titz unina.it writes: > > Is there a way to use org-odt under windows? > > Perhaps you can first try to get a command line version of zip > under Windows 7? > > If you manage to get this,

[Orgmode] Bug? Installing from git master

2008-02-29 Thread Sebastian
doc makeinfo --html --number-sections --no-split -o org.html org.texi /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5111: Next field of node `Keyword search' not pointed to (perhaps incorrect sectioning?). /home/sebastian/emacs/lisp/ext/org-mode//org.texi:5140: This node (Stuck projects) ha

Re: [Orgmode] Bug? Installing from git master

2008-02-29 Thread Sebastian
way). Regards, Sebastian ___ 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

Re: [Orgmode] Bug? Installing from git master

2008-02-29 Thread Sebastian
Carsten Dominik schrieb: > Pull again, this should work now. > > - Carsten > > On Feb 29, 2008, at 9:41 PM, Sebastian wrote: > Oups - you meant the export. YES that works now Thanks, now I know why the branch is called 'master' ;) The only old error when ex

Re: [Orgmode] html publishing - tables double spaced

2008-03-03 Thread Sebastian
JBash schrieb: > Hello, > > I've been trying orgmode for the last 2 or 3 weeks, and have had a lot > of fun learning to use it. I think it is a very effective tool (and > will become even more effective as I learn more about it). > > I have a question about publishing to html. The tables that I'v

Re: [Orgmode] Bug? Installing from git master

2008-03-04 Thread Sebastian
Bastien schrieb: > Sebastian <[EMAIL PROTECTED]> writes: > > >> The only old error when exporting is this one (must be something wrong >> in my configuration): >> org-publish-update-timestamp: Setting file times: datei oder Verzeichnis >> nicht gefun

Re: [Orgmode] export to txt files

2008-03-17 Thread Sebastian
d replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Just mark a region and press C-c C-e RET a RET will export the region as ascii (I use the git head). Regards, Sebastian -- ~

Re: [Orgmode] Change color in fontified html export for strings

2010-09-13 Thread Sebastian Rose
c { color:#77; } /* ENDE htmlize.el */ Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Sebastian Rose
t it is not used - the color is hardcoded as >>> #00: >> >> so this has nothing to do with CSS as style specifications can only >> affect specific tags, not hard-coded style information. > > Agreed. M-x customize-variable RET org-export-htmlize-output-style and

Re: [Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Sebastian Rose
> ridiculous, but I don't know how to do it in elisp. So: > > how can I translate > emacs --batch --visit=rep.sim.org > --execute='(org-export-as-html-and-open nil)' > > into elisp? Could be done better maybe, but this works: (let ((buf (find-file-n

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Sebastian Rose
Eric S Fraga writes: > Thanks Sebastian. I think that will definitely help the OP. However, > at least on my system, I believe the variable is actually > org-export-htmlize-output-type (type, not style). Yes, sorry Eric, right: org-export-htmlize-output-type

Re: [Orgmode] Templates - newline in string?

2010-09-14 Thread Sebastian Rose
C-j' as you would do when searching for a string containing a newline and similar. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-14 Thread Sebastian Rose
mode.org/manual/Publishing.html#Publishing This describes my publishing setup: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php Best wishes Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Sebastian Rose
Rainer M Krug writes: > On 14/09/10 13:41, Sebastian Rose wrote: >> Eric S Fraga writes: >>> Thanks Sebastian. I think that will definitely help the OP. However, >>> at least on my system, I believe the variable is actually >>> org-export-htmlize-output-ty

Re: [Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Sebastian Rose
the publishing > directory /except/ for the images (I only have png images right now), > which are just dumped in the root of the publishing directory. > > Is this a bug, or am I doing something wrong? It would be a bug. But I cannot reproduce it (current Org mode from git, emacs2

Re: [Orgmode] Question about local variables block

2010-09-15 Thread Sebastian Rose
variables block at the bottom of > a file so that org-mode knows that it's a local variables block and not > part of the outline? Not that I'm aware of it. But you could use a special comment section: * COMMENT local varibles # Local Variabl

Re: [Orgmode] Emacs version

2010-09-15 Thread Sebastian Rose
Sébastien Vauban writes: > Hi Sebastian, > > Sebastian Rose wrote: >> It would be a bug. >> But I cannot reproduce it (current Org mode from git, emacs24). > > I see that many of you already have Emacs 24. Did you build it yourself from > the sources, or is there a p

Re: [Orgmode] Re: Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> It would be a bug. >> >> But I cannot reproduce it (current Org mode from git, emacs24). > > I just figured out why: I store all my images in ~/images/ and just > have symbolic links to them in my O

Re: [Orgmode] options and batch exporting

2010-09-15 Thread Sebastian Rose
her. You'll need to set $ORGPATH to the path to your org-install.el. org-install.el is automatically build for you through sh$ make autoloads Best wishes Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] [Patch] Re: Bug? Inconsistency with org-publish-attachment

2010-09-16 Thread Sebastian Rose
Aidan Gauland writes: > On Thu, Sep 16, 2010 at 12:40:34AM +0200, Sebastian Rose wrote: >> Aidan Gauland writes: >> > Sebastian Rose gmx.de> writes: >> >> It would be a bug. >> >> >> >> But I cannot reproduce it (current Org mode from git

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
toggle-inline-images'. Not sure if it works with Aquamacs. HTH Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Any way to limit which subtrees to export based on TODO keywords?

2010-09-16 Thread Sebastian Rose
Scot Becker writes: >> The TODO keyword COMMENT should do what you're after. And toggle it with `C-c ;' > I can't believe I didn't think of that. I even use that one already > in other files. Thanks, > > Scot Sebastian ___

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman writes: > ... Is there some > magic I can put in the Local Variables block that will cause the images > to be displayed on startup? > > # org-display-inline-images: t # Local Variables: # mode: Org # eval: (org-display-inline-images) # End

Re: [Orgmode] Problem when previewing latex fragments

2010-09-16 Thread Sebastian Rose
Darlan Cavalcante Moreira writes: > Hello list, > > When I run org-preview-latex-fragment (C-c C-x C-l) I get the error > , > ! org-create-formula-image: Symbol's function definition is void: > ! org-export-latex-fix-inputenc > ` > > However, I run org-reload it works (until I close my gtd

Re: [Orgmode] Re: [Patch] Re: Bug? Inconsistency with org-publish-attachment

2010-09-16 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> `org-publish-attachment' is wrong or called with wrong arguments. >> >> This patch fixes it. >> >> As always, there might be a better way to fix it, >> but this way the function `org

Re: [Orgmode] Re: [Patch] Re: Bug? Inconsistency with org-publish-attachment

2010-09-16 Thread Sebastian Rose
Aidan, that patch was against current master of course. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [Patch] Re: Bug? Inconsistency with org-publish-attachment

2010-09-17 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> This here works for both --- here it does. > > Uh, not quite. Now what should be in techy/programs/ is in > techy/programs/techy/programs/ (non-org files, that is). At least now > all files are treated consiste

Re: [Orgmode] Re: [Patch] Bug: Inconsistency with org-publish-attachment

2010-09-17 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> did you revert the previous patch? The second patch was against master >> again. > > I ran git reset --hard then applied the second patch. > >> I changed to a subdirectory of my :base-director

Re: [Orgmode] Re: [Patch] Bug: Inconsistency with org-publish-attachment

2010-09-17 Thread Sebastian Rose
Aidan Gauland writes: > On Sat, Sep 18, 2010 at 12:18:42AM +0200, Sebastian Rose wrote: >> That commit already includes the (obviously wrong) first patch... >> >> Here's the patch that reverts the first attempt and applies the new >> one. Hope this works

Re: [Orgmode] How can I get document metadata?

2010-09-19 Thread Sebastian Rose
Aidan Gauland writes: > Is there an org function to get the title, author, etc. of an org document? > > --Aidan How about C-h f org-parse-local-options BTW: C-h f org-par TAB TAB is your friens ;) HTH Sebastian ___ Emacs-orgmode mai

Re: [Orgmode] How can I get document metadata?

2010-09-19 Thread Sebastian Rose
Sebastian Rose writes: > Aidan Gauland writes: >> Is there an org function to get the title, author, etc. of an org document? >> >> --Aidan > > How about > > C-h f org-parse-local-options > > > BTW: > > C-h f org-par TAB TAB > > is your fri

Re: [Orgmode] Re: How can I get document metadata?

2010-09-19 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> This is awkward to use: >> >> (org-parse-local-options >> (org-get-local-options) >> 'org-export-headline-levels) >> >> Is that function still in use? >> >> `grep

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-20 Thread Sebastian Rose
" if not. It's bullet-proof. The JavaScript function `encodeURIComponent()' encodes the German Umlaut `ü' as `%C3%B6' regardless of the sources encoding actually. That's why I wrote the two functions `org-protocol-unhex-string' and `org-protocol-unhex-comp

Re: [Orgmode] exporting to a specified directory

2010-09-20 Thread Sebastian Rose
just wondering if there is a simple variable >> to set per file to set this on export, or do I need to >> set up a publishing project? > > AFAIK, you need to setup a publishing project for this. ...but you could always export a single file to a temporary buffer and wr

Re: [Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-20 Thread Sebastian Rose
neurotic" persons. And more and more people join us --- to late in many cases. Encryption is cheep. Unencrypted data can be expensive. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread Sebastian Rose
David Maus writes: > Sebastian Rose wrote: >>Is there a reason for this distinction between multibyte and unibyte? >>I favour the "shotgun-approach" if not. It's bullet-proof. > >>The JavaScript function `encodeURIComponent()' encodes the German Umlaut

[Orgmode] Yet another way to use maps --- the light way

2010-09-23 Thread Sebastian Rose
aße 10, Hannover, Germany]] will _not_ work, because the german Umlaut will be distorted somehow (unless fixed already) Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org-mode screencasts

2010-09-23 Thread Sebastian Rose
d, we'll have a problem to solve. Sebastian --- [1] http://www.debugmode.com/wink/ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-23 Thread Sebastian Rose
ng over the input string > with `mapconcat' and escaping all characters in the escape table or > are between 127 and 255. Between 128 (1000 ) and 255 ?? The binary representation of 127 is 0111 and valid ascii char. DEL actually (sh$ man ascii) ;) Sebastian ___

Re: [Orgmode] Re: Yet another way to use maps --- the light way

2010-09-23 Thread Sebastian Rose
Memnon Anon writes: > Hi, > > Sebastian Rose writes: > >> there is a light and easy way to use google and openstreetmap.org maps >> if you define them as a custom link type: >> >> (setq org-link-abbrev-alist >> '(("gmap" >

Re: [Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-24 Thread Sebastian Rose
; Paul Emacs comes with everything you need. See the epa package in Emacs for seamless encryption. M-x customize-group RET epa RET Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.or

Re: [Orgmode] ditaa set-up on windows box

2010-09-25 Thread Sebastian Rose
aa-jar-path' to the correct value yourself. Nowadays this variable is set to the correct value automatically and ditaa.jar comes with the development version of Org mode. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] compiling org without make

2010-09-26 Thread Sebastian Rose
what it means.) Just change this line (setq my/org-compile-sources t) to this: (setq my/org-compile-sources nil) if you do not want to compile the sources. > 6. Finally, how do I use this function? Do I write it to my .emacs > and then call it? What is the command? M-x my/

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread Sebastian Rose
le cases like `Größe' though. Are there cases where strings are encoded the way you showed above, and decoded using `org-unhex-string'? Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread Sebastian Rose
David Maus writes: > Sebastian Rose wrote: >>David Maus writes: >>>> sh$ man utf-8 >>> >>> Thanks! I finally get a grip on one of my personal nightmares. > > >>It's not that bad, is it? :D > > Even better: It makes sense ;) &g

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread Sebastian Rose
rrrggrgrggrgr premature and wrong patch, sorry. Again against master: diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 21f28e7..d69d584 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -305,7 +305,7 @@ part." (defun org-protocol-unhex-string(str) "Unhe

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread Sebastian Rose
ce is not valid utf-8. See `org-protocol-unhex-single-byte-sequence'." Should I send another patch against master? (Too late here... for me...) Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

Re: [PATCH] Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-27 Thread Sebastian Rose
g patch removed this sentence and added a > proper commit message (please see: Commit messages and ChangeLog > entries on http://orgmode.org/worg/org-contribute.php). > > I took the new patch "under review" in patchtracker -- If someone else > wants to jump on it, just go ahe

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Sebastian Rose
would it make >> sense to have emacs do everything, including the download? > > This rings a bell - I think Sebastian Rose implemented that already. Let > search! It's in contrib/lisp/org-track.el. But as Org mode is on ELPA already, M-x package-list-packages and this kind of p

[Orgmode] Testing code

2010-09-27 Thread Sebastian Rose
there)? Tehom wrote something below testing/html/ ... Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Sebastian Rose
Dan Davison writes: > Sebastian Rose writes: > >> Carsten Dominik writes: >>>>> org-install would figure out where org.el is, add to .emacs and query >>>>> for compilation. This wouod make things independent from make and >>>>> other to

Re: [Orgmode] Testing code

2010-09-27 Thread Sebastian Rose
Sebastian Rose writes: > I'd like to write a few simple tests for the modified hex-decoding > functions I wrote for org-protocol.el. > These functions and the patch is easier to understand and maintain if > there are some simple tests, I guess. > > Could we have a short

Re: [Orgmode] org-footnote in messages, practical question.

2010-09-27 Thread Sebastian Rose
ipped of on reply if placed below the signature. Also, I expect the signature to be the last thing in a mail. I often do not scroll down to see if something is below it. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
's a Java problem. The packages java.util.zip and java.util.jar come with your Java installation. Jave couldn't access *.jar packages ortherwise. Seems your Java is outdated. An update/re-install will help. HTH Sebastian ___ Emacs-or

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
to put ditaa.jar to C:\ditaa.jar and retry. That would move the error to Org-mode. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
Markus Heller writes: > Sebastian Rose writes: > >> Markus Heller writes: >>> C:\Documents and Settings\mheller>java -jar C:\Documents and >>> Settings\mheller\.e >>> macs.d\org-mode\contrib\scripts\ditaa.jar --help >>> Exception in thread &

Re: [Orgmode] Re: Org-mode screencasts

2010-09-28 Thread Sebastian Rose
or creating and editing videos, I'm currently trying OpenShot. It's dead simple to use. It lets you use images too, so one could go and use images for annotations or even create a video from screenshots and other images. This has the advantage that you can read t

Re: [Orgmode] ELPA

2010-09-28 Thread Sebastian Rose
learn. > > The reason I think the above is important is that very frequently the > answer to a question is "oh, I fixed that, please pull the latest from > git", and we'll be constantly frustrating users if ELPA can't keep up > with git. > > Best -- Eric S

Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-29 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > is this still an open issue? If you, can you please summarize > again and show the code you are using for your link definition? > I am not sure if I have up to date information. > > - Carsten Hi Carsten, it's still an iss

Re: [Orgmode] Toolbar buttons for common actions (helping emacs newbees)

2010-09-29 Thread Sebastian Rose
ps, > Richard > > [1] http://glyphish.com/ > [2] http://tango.freedesktop.org/Tango_Icon_Library Shouldn't we use tool-bar icons the way Emacs does? Emacs uses the icons of my current Desktop theme (Gnus does not though). Sebastian ___ Emacs

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
encoded so that they are not interpreted as reserved characters when the component is part of a complete URI. That document states "encodeURI" is to be used with complete URIs (as the name says...). Funny. Chrome is the only browser that works like that :) I'll go and

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
Sebastian Rose writes: > Mattias Jämting writes: >> Yes i'm running a pretty standard Ubuntu 10.04 setup. >> >> I managed to get it working on chrome by removing the >> encodeURIComponent command on location.href. >> >> I could simulate it in the ter

Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-30 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > I believe I have fixed the bug. But please note that there is a > typo in your function osm-org-link-export, in the last line it > must be target, not taget. > > HTH > > - Carsten Hi Carsten, it's fixed indeed

[Orgmode] strike through display problem

2010-10-01 Thread Sebastian Hofer
thought I report it. Maybe it's easy to fix :) Cheers Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Testing --- again...

2010-10-01 Thread Sebastian Rose
output with control files using ediff etc.). I know Lennart Borgman has wrote that stuff for nXhtml already. I hope we can use his stuff and help here. The directory org-mode/lisp/tests/ would not need to be part of the "official" Org mode package. It could as well be

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > the lack of a testing suite for Org-mode is really frustrating, > and even more frustrating is that we have had like seven attempts > to start one, and each of these lead to nothing. So I would > be perfectly happy to give a free han

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"testing/", so it's not obvious. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
r in the master branch? Again I >don't know which I would prefer, branches add complication but could >result in cleaner commit histories. I'll start on a branch first and constantly rebase as long as the structure evolves. The first simple commit will be what you can see o

Re: [Orgmode] bug: babel: Export of temporary buffers fails

2010-10-02 Thread Sebastian Rose
>> >> * lisp/ob-exp.el (org-babel-exp-src-blocks): now switching back to the >> original file before resolving code block parameters to ensure >> headline and buffer wide parameters are taken into consideration >> when only a narrowed portion of

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi Sebastian, > > Sebastian Rose writes: > >> "Eric Schulte" writes: >>> Hi, >>> >>> This is exciting. >>> >>> Rather than impose a complete directory/layout schema before-hand I'd

Re: [Orgmode] Re: Testing --- again...

2010-10-03 Thread Sebastian Rose
ile of course. The testing/ directory will resemble the directory structure of the project. Every one who saw that directory structure simply asked "don't you think it's overkill?" :D I'll probably drop that. We could go on on two rails for a while.

Re: [Orgmode] How to modify org-export-latex-emphasis-alist

2010-10-03 Thread Sebastian Rose
{%s}" nil) ("_" "\\underline{%s}" nil) ("+" "\\st{%s}" nil) ("=" "\\url{%s}" nil) ("~" "\\verb" t))) HTH Sebastian > Changes from master to url > Modified lisp/org-latex.

Re: [Orgmode] non-frame text in beamer export

2010-10-03 Thread Sebastian Rose
_ exported in spite of the ignore tag. --8<---cut here---end--->8-- Does that work? Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Testing --- again...

2010-10-03 Thread Sebastian Rose
le whatever needs we identify > during the course of writing the tests. How would you feel about using > this as the new base of test development? > > Best -- Eric > > also I have some inline comments below Hi Eric, that's good news! > Sebastian Rose writes: >> What

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-04 Thread Sebastian Rose
that's of topic or already discussed. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Testing --- again...

2010-10-04 Thread Sebastian Rose
on it to get it into Emacs, and we should use the version that finally will make it there. git submodul update Should that be called once to avoid conflicts? Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

Re: [Orgmode] Elementary: How to return to the main view

2010-10-14 Thread Sebastian Rose
iew? Press `q' No idea what the "main view" might be... I can click tags in Org mode buffers only. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Publishing htaccess files with a project

2010-10-16 Thread Sebastian Rose
exestent :include (".htaccess") :publishing-directory "~/public_html/" :publishing-function org-publish-attachment) ... and make "org-htaccess" part of your compound project. Sebastian ___ Emacs

Re: [Orgmode] Applying inline styles to a section for exported HTML

2010-10-16 Thread Sebastian Rose
and a > class of "section-1" or something similar if it is the first section > in a document. If it had an id of "word", I could simply a style for > that id in my style sheet. Maybe custom IDs are your friends? * A Word on Words :PROPERTIES: :CUSTOM_ID: word

Re: [Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Sebastian Rose
ts). Also, `C-c .' while on a timestamp you may use the calendar interface to change the timestamp. Days of the week will be OK. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-o

Re: [Orgmode] Re: Publishing bug: FOOTNOTE DEFINITION NOT FOUND: 0

2010-10-17 Thread Sebastian Rose
ITION NOT FOUND: 0". > > I am, by the way, running the latest 7.01trans from Git. I just now did > an update and this strange footnote behavior is still happening. Do you have a `[0]' somewhere in your text? I just found, that that footnote section is generated for t

Re: [Orgmode] Babel for blogging

2010-10-18 Thread Sebastian Rose
-project-alist " If you create a sitemap file, adjust the sorting like this: :sitemap-sort-foldersWhere folders should appear in the sitemap. Set this to `first' (default) or `last' to display folders first or la

Re: [Orgmode] Publishing htaccess files with a project

2010-10-20 Thread Sebastian Rose
:base-directory "~/org/ftr/" > :publishing-directory "~/Sites/FTR/" > :recursive t > :base-extension "org" > :exclude ".org" > :include (".htaccess") > :publishing-function org-publish-attachm

Re: [Orgmode] Publishing htaccess files with a project

2010-10-20 Thread Sebastian Rose
quot;subdir/one/.htaccess" "subdir/two/.htaccess") :publishing-directory "~/public_html/" :recursive t :publishing-function org-publish-attachment))) Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-20 Thread Sebastian Rose
gh it's valid XHTML. The only save way to get the alignment right would be to use a "style" attribute for each and every table cell directly: Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-21 Thread Sebastian Rose
Carsten Dominik writes: > On Oct 21, 2010, at 9:36 AM, Christian Moe wrote: > >> On 10/21/10 2:25 AM, Sebastian Rose wrote: >> (...) >>>> >>>> | | | | >>>> | A | B | C | >>>> | 1 | 2 | 3 | >>>> | 12 | 1

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-21 Thread Sebastian Rose
Sebastian Rose writes: > Carsten Dominik writes: >> On Oct 21, 2010, at 9:36 AM, Christian Moe wrote: >> >>> On 10/21/10 2:25 AM, Sebastian Rose wrote: >>> (...) >>>>> >>>>> | | | | >>>>> | A | B | C

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-22 Thread Sebastian Rose
ach >individual field to make sure the field is aligned correctly. >Many Browsers need this, as pointed out by Sebastian. >If you do not like this overhead, you can configure >org-export-html-table-align-individual-fields. If you >do, the alignment will still be

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-22 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > my guess would be that you have customized the td and th tags? If yes, please > reset the customization, you need the new default values (which you then can > still modify). > > Please check the variables org-export-table-header-

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-22 Thread Sebastian Rose
Carsten Dominik writes: > On Oct 22, 2010, at 3:59 PM, Sebastian Rose wrote: > >> Carsten Dominik writes: >>> Hi Sebastian, >>> >>> my guess would be that you have customized the td and th tags? If yes, >>> please >>> reset the custom

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-22 Thread Sebastian Rose
Carsten Dominik writes: > On Oct 22, 2010, at 3:59 PM, Sebastian Rose wrote: > >> Carsten Dominik writes: >>> Hi Sebastian, >>> >>> my guess would be that you have customized the td and th tags? If yes, >>> please >>> reset the custom

  1   2   3   4   5   6   7   8   9   10   >