Re: [Orgmode] Emphasis and bold in quotation

2007-11-12 Thread Carsten Dominik
On 7Nov2007, at 6:12 PM, Daniel Clemente wrote: Hi, consider this test of quotation styles: "ASCII double", 'ASCII simple', "English" «French» „German" 「Japanese」 Now make each word bold (but not the quotation signs): "*ASCII double*", '*ASCII simple*', "*English*" «*French*» „*German

Re: [Orgmode] Emphasis and bold in quotation

2007-11-12 Thread Carsten Dominik
On 8Nov2007, at 12:13 AM, Daniel J. Sinder wrote: On 11/07/2007 10:16 AM, Eddward DeVilla wrote: Say: [*|This is [/|really] important!]. No. [*/_|Really!] @Why not @@ re-use @@ a markup that's @ already in use @@. I say bring the simple, single-character markup back to the original incar

[Orgmode] A better indentation for lists

2007-11-12 Thread Leo
Dear all, The indentation of lists has annoyed me for quite a while. The following behavior can be observed: * Head - 1 - 2 + 3 - 4 If we need -4 to be on the same level as 1 and 2, we need to move 4 to form the following: * Head - 1 - 2 + 3 - 4 Now if I reindent t

[Orgmode] undo in org.el

2007-11-12 Thread Leo
Dear all, [a suggestion] I seem to recall some time ago there were some discussions about undo changes. for example, if I archive a subtree and then undo, the archived substree will be restored to its original .org file but is also archived in the _archive.org file. i.e. the undo is incomplete.

Re: [Orgmode] Tag search and "invalid face" error from htmlize-buffer

2007-11-12 Thread Wanrong Lin
Just a little bit update. I removed all my own customization for org-mode, except for setting the org-agenda-files. The "invalid face" error is still there. So I am pretty sure this is not coming from my own customization. It seems that as long as the agenda buffer contains a line with a tag

Re: [Orgmode] Tag search and "invalid face" error from htmlize-buffer

2007-11-12 Thread Wanrong Lin
Thanks for the trace suggestion. Here it is: --- Debugger entered--Lisp error: (error "Invalid face") internal-get-lisp-face-attribute(nil :foreground nil) face-attribute(nil :foreground nil t) face-foreground(nil nil t) funcall(face-foreground nil nil t) (setq color (fu

RE: [Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Chris Randle
Bastien wrote: > Maybe you can try this (not heavily tested): > > (defun my-update-day-name-in-inactive-time-stamps () > "Update the abbreviate day name in inactive time-stamps." Thank you. It works a treat. It also has a potentially useful side-effect, in that valid inactive time stamps like:

Re: [Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Bastien
"Chris Randle" <[EMAIL PROTECTED]> writes: > [2007-11-12 Tue] (should be Mon) > > As far as I can see, that will stay like this until the date is shifted > in some way. > > Is there any way to parse an entire region/buffer for Org-mode dates and > refresh their day of the week text? Maybe you can

[Orgmode] Re: Converting dates to org-mode dates

2007-11-12 Thread Rainer Stengele
Chris Randle schrieb: > Hi > > I've been converting a file that contains dates in this format: > > dd/mm/ > > to Org-mode inactive format. It's pretty simple using regular expression > search & replace, except that I get this far: > > [-mm-dd ] > > and can't find a way to put the day o

[Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Chris Randle
Hi I've been converting a file that contains dates in this format: dd/mm/ to Org-mode inactive format. It's pretty simple using regular expression search & replace, except that I get this far: [-mm-dd ] and can't find a way to put the day of the week in there. Individually, I can do a