Re: [Orgmode] Pop up reference card

2008-07-31 Thread lngndvs
The following was my help for the /Cx-6 keymap. I cleaned it up a little, but it seems to also insert an expanded minibuffer on my system, with a second copy of this momentarily displayed screen. (The functions were little utilities for a lexicon project). Hope it makes it across.

[Orgmode] Re: Weekly Repeat Appointment scheduling for fixed date range

2008-07-31 Thread Bernt Hansen
RC <[EMAIL PROTECTED]> writes: > RC yahoo.com> writes: > >> I would like to schedule an appointment that repeats weekly (actually to >> repeat Tuesday, Thursday, or Monday, Wednesday, Friday) with a fixed ending >> time and over a fixed range of dates. The following just repeated the >> appoi

[Orgmode] format table column

2008-07-31 Thread plutek-infinity
greetings! i'm wondering if there is a way, within the org-mode table-formatting facilities, or within an org-mode css style block, to define text formatting on a per-column basis. i.e. to make a table which, when exported to html, will have column A all center-aligned, column B all right-align

Re: [Orgmode] Pop up reference card

2008-07-31 Thread Alan E. Davis
Hello I find this the ideal way to display a short screen of shortcuts, and I will work with it. However, when I type any key, nothing happens. Perhaps this is related to Sven's message? I had a popup screen, an ascii char code popup, and a tab popup. I think I can adapt them, if I can still f

Re: [Orgmode] Pop up reference card

2008-07-31 Thread Sven Bretfeld
Hi Sebastian Sebastian Rose <[EMAIL PROTECTED]> writes: > you could use the splash screen feature of emacs for this. I do this, to > display my own keyboard shortcuts (and those I tend to forget). That's a pretty good idea. But the code seems incomplete. sr-kill-startup-buffer is not defined (sy

[Orgmode] Re: Weekly Repeat Appointment scheduling for fixed date range

2008-07-31 Thread RC
RC yahoo.com> writes: > > Hi, > I would like to schedule an appointment that repeats weekly (actually to > repeat Tuesday, Thursday, or Monday, Wednesday, Friday) with a fixed ending > time and over a fixed range of dates. The following just repeated the > appointment for every day in the da

Re: [Orgmode] Pop up reference card

2008-07-31 Thread Sebastian Rose
Hi Alan, you could use the splash screen feature of emacs for this. I do this, to display my own keyboard shortcuts (and those I tend to forget). A screenshot of an older version is here: http://www.emacswiki.org/cgi-bin/wiki/SebastiansSplashScreenShot I've bound C-M-k to show the keys and thei

[Orgmode] Feature request: org-sort, alpha sans TODO keyword

2008-07-31 Thread Wanrong Lin
Hi, I recently had the need to use org-sort, and found that sorting on alpha does not work as I expected, because the sorting works on the whole heading, including the TODO keywords. That may be useful, but I think probably in many occasions the alpha-sorting means "sorting on the headings wi

[Orgmode] Pop up reference card

2008-07-31 Thread Alan E. Davis
Training wheels. That's what I need. One reason I like emacs so much. Emacs-the self documenting text editor. With abundant thanks to Kyle Sherman and his recently updated text org card. I was able to convert this to org-mode, and now have a command to pop it up: (defun org-help () (interact

[Orgmode] Re: [bug]x2 #+BEGIN_EXAMPLE can not work and #+BEGIN_SRC indent error

2008-07-31 Thread Bernt Hansen
S.P.Tseng <[EMAIL PROTECTED]> writes: > 2. Press tab at the line "Exclusive or.", indent error. > #+BEGIN_SRC emacs-lisp > (defun org-xor (a b) >"Exclusive or." >(if a (not b) b)) > #+END_SRC Switch to the appropriate mode first with C-c ' anywhere inside the SRC block and then indent wor

[Orgmode] [bug]x2 #+BEGIN_EXAMPLE can not work and #+BEGIN_SRC indent error

2008-07-31 Thread S . P . Tseng
1. As follow example, [[.xx][]] will be subjected to markup. , | #+BEGIN_EXAMPLE | [[.xx][]] | #+END_EXAMPLE ` However start the example lines with a colon works fine. 2. Press tab at the line "Exclusive or.", indent error. #+BEGIN_SRC emacs-lisp (defun org-xor (a b) "