Hi Tassilo,
yes, thanks for the correct analysis.
Phillip changed pabbrev.el on my request, to improve package support.
Org-mode 5.14 will then work correctly with pabbrev.el.
For now, just use this hack in .emacs (remove again after
the 5.14 release):
;; Create this obsolete variable, to keep org.el <5.14 from hitting
an error
(defvar pabbrev-expand-after-command-list nil)
;; Make pabbrev-mode expand after org-mode commands
(put 'org-self-insert-command 'pabbrev-expand-after-command t)
(put 'orgybl-self-insert-command 'pabbrev-expand-after-command t)
- Carsten
_______________________________________________
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