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
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
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
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.
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
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
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:
"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
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
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
10 matches
Mail list logo