Attached patches make column view feature work (mostly) for xemacs.
Patches are for 5.23a version (org-mode development speed a bit high
for me :))

Greg

Attachment: org.el.patch.gz
Description: GNU Zip compressed data

--- xemacs/noutline_orig.el	2008-04-17 10:32:41.000000000 +0300
+++ xemacs/noutline.el	2008-04-17 10:34:15.000000000 +0300
@@ -416,7 +416,7 @@
 
 (defsubst outline-invisible-p (&optional pos)
   "Non-nil if the character after point is invisible."
-  (get-char-property (or pos (point)) 'invisible))
+  (eq 'outline (get-char-property (or pos (point)) 'invisible)))
 
 (defun outline-visible ()
   (not (outline-invisible-p)))
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to