Re: [O] problems with org and pabbrev

2016-02-10 Thread Eric S Fraga
On Wednesday, 10 Feb 2016 at 12:47, orgmode wrote: > Thanks very much. The following line did the trick: > > (define-key pabbrev-mode-map [tab] 'pabbrev-expand-maybe) > > I set this after loading orgmode. It seems pabbrev uses \tab and not > [tab]. or orgmode somehow overrides it, and it has to

Re: [O] problems with org and pabbrev

2016-02-10 Thread orgmode
Thanks very much. The following line did the trick: (define-key pabbrev-mode-map [tab] 'pabbrev-expand-maybe) I set this after loading orgmode. It seems pabbrev uses \tab and not [tab]. or orgmode somehow overrides it, and it has to be set explicitly. On 2016-02-09 16:50, Eric S Fraga

[O] problems with org and pabbrev

2016-02-09 Thread orgmode
Hi, somehow pabbrev mode doesn't work anymore with org, since I use org from elpa. after loading org, pabbrev is a minor mode, as indicated in the modeline. However runs the command org-cycle instead of pabbrev-expand-maybe. So I wrote the following functions: (defun

Re: [O] problems with org and pabbrev

2016-02-09 Thread Eric S Fraga
On Tuesday, 9 Feb 2016 at 15:43, orgmode wrote: > Hi, > > somehow pabbrev mode doesn't work anymore with org, since I use org > from elpa. > > after loading org, pabbrev is a minor mode, as indicated in the > modeline. > > However runs the command org-cycle instead of > pabbrev-expand-maybe. In