Re: [Emacs-orgmode] org-mode + xemacs + patch

2006-05-10 Thread Carsten Dominik
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 +

Re: [Emacs-orgmode] org-mode + xemacs + patch

2006-05-10 Thread Carsten Dominik
+ ;; 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

Re: [Emacs-orgmode] org-mode + xemacs + patch

2006-05-09 Thread Carsten Dominik
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

[Emacs-orgmode] org-mode + xemacs + patch

2006-05-09 Thread chgreg692000
Hi all, I've started to use wonderful org-mode in xemacs and found couple of minor bugs: 1. Cycling headline on first line of the buffer gives "Before first heading" error. 2. org-insert-todo-heading uses outline-previous-heading that is not defined in xemacs outline mode. 3. Popup menu st