emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org errors when requiring a new pabbrev.el version


From: Carsten Dominik
Subject: Re: [Orgmode] Org errors when requiring a new pabbrev.el version
Date: Sun, 4 Nov 2007 14:39:36 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]