Bastien writes:
> Okay. I've pushed a slightly edited version of your patch, please
> check the ChangeLog here:
>
> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=1086895
Thanks!
--
Jarmo (one happy gnus user)
Hi Jarmo,
Jarmo Hurri writes:
> You probably mean
>
> (defalias 'gnus 'gnus-no-server)
Er.. yes.
> which, to my ashtonishment, did not do it. I don't know why. It did not
> matter whether I defined the alias before or after requiring org.
This looks like a Gnus bug. Please report it to the G
Bastien writes:
>> I tried to use org today together with gnus, but was unable to access
>> gnus via org, because I always start gnus with gnus-no-server.
>
> (defalias 'gnus 'gnus-no-alias)
>
> in your .emacs.el should do, no?
Greetings.
You probably mean
(defalias 'gnus 'gnus-no-server)
wh
Hi Jarmo,
Jarmo Hurri writes:
> I tried to use org today together with gnus, but was unable to access
> gnus via org, because I always start gnus with gnus-no-server.
(defalias 'gnus 'gnus-no-alias)
in your .emacs.el should do, no?
--
Bastien
Greetings.
I tried to use org today together with gnus, but was unable to access
gnus via org, because I always start gnus with gnus-no-server. The
attached patch enables this through a customizeable variable.
--
Jarmo
>From 02e2822e733122b94adbe622b6945c6bca516c3d Mon Sep 17 00:00:00 2001
Fro