Hi Greg, I have looked at you patch and taken most of it. However, I
have a few questions:
\\{org-mode-map}"
+
+ ;; Get rid of Outline menus, they are not needed
+ ;; Need to do this here because define-derived-mode sets up
+ ;; the keymap so late.
+ (if (featurep 'xemacs)
+ (progn
+
+ ;; Get rid of Outline menus, they are not needed
+ ;; Need to do this here because define-derived-mode sets up
+ ;; the keymap so late.
+ (if (featurep 'xemacs)
+ (progn
+ (if org-noutline-p
Are you trying to tell me that noutline have been ported to
XEmacs?
That
Hi Greg,
thank you very much, I will take a look at your patch.
Can you give us a few examples on how you use the lisp expression in
actual tables? What kind of applications do you have in mind?
- Carsten
On May 9, 2006, at 16:23, [EMAIL PROTECTED] wrote:
Hi all,
I've started to use wond