Uwe Brauer writes:
> The issue is that org-7 shipped its own outline version for org mode
> called noutline, I don't know why it disappear, so I simply copied
> noutline into the org-8 directory added a
> (require 'noutline)
> to org.el
That's because XEmacs's outline.el is now what used to b
Uwe Brauer writes:
>>> "Nick" == Nick Dokos writes:
>
>> Uwe Brauer writes:
>
>> Eric Fraga has been prolific in providing solutions to these problems
>> today. In addition to the client side solution ("Use v instead of t")
>> which solves the problem on the recipient's side, he
>> "Nick" == Nick Dokos writes:
> Uwe Brauer writes:
> Eric Fraga has been prolific in providing solutions to these problems
> today. In addition to the client side solution ("Use v instead of t")
> which solves the problem on the recipient's side, he provided another
> solution
Nick Dokos writes:
> Eric Fraga has been prolific in providing solutions to these problems
> today.
Can you tell I didn't feel like doing any more work at some point in the
day (after an 8 hour meeting...)? ;-)
> Thanks, Eric!
You're very welcome!
Now off to have a glass of wine and to read
Uwe Brauer writes:
>>> "Nick" == Nick Dokos writes:
>
>> Uwe Brauer writes:
>>> > The error is[fn:1]:
>>>
>>> I am sorry, this is also the fault of
>>> gnus-dired-attach
>>>
>>> Which by default uses this type of attachment, I have to look into it,
>>> how to
>> "Nick" == Nick Dokos writes:
> Uwe Brauer writes:
>> > The error is[fn:1]:
>>
>> I am sorry, this is also the fault of
>> gnus-dired-attach
>>
>> Which by default uses this type of attachment, I have to look into it,
>> how to change it on demand.
>>
>>
Nick Dokos writes:
> Uwe Brauer writes:
>
>
>>> The error is[fn:1]:
>>
>> I am sorry, this is also the fault of
>> gnus-dired-attach
>>
>> Which by default uses this type of attachment, I have to look into it,
>> how to change it on demand.
>>
>>
>
> gnus-dired-attach uses mm-default-file-e
Uwe Brauer writes:
>> The error is[fn:1]:
>
> I am sorry, this is also the fault of
> gnus-dired-attach
>
> Which by default uses this type of attachment, I have to look into it,
> how to change it on demand.
>
>
gnus-dired-attach uses mm-default-file-encoding to figure things out.
That in
>> "Nick" == Nick Dokos writes:
> Uwe Brauer writes:
>> Hello
>>
> You need to set up auto-mode-alist in your init file:
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
Ok, I did this
>> - I turned on org-mode and received and error I attach.
>>
> The