Re: [Orgmode] Org mode 6.06b and remember2.0 problems

2008-07-31 Thread Heinz R. Hopfgartner
Am 30.07.2008 um 23:59 schrieb Juri Krivov: On Jul 29, 2008, at 7:58 PM, charles snyder wrote: Hi I am having problems on 2 different machines trying to integrate org mode and remember. I am running GNU Emacs 22.2.50.1 (i386-apple-darwin9.4.0, Carbon Version 1.6.0) on a 10.5.4

[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)

[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 works fine.

[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 ()

[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

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

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

2008-07-31 Thread RC
RC recif at 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

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

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

[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

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

2008-07-31 Thread Bernt Hansen
RC [EMAIL PROTECTED] writes: RC recif at 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