Uwe Brauer <o...@mat.ucm.es> writes:

>    > Try
>
>    >    emacs -q -l /path/to/minimal.el
>
> I am not sure what minimal.el is supposed to be, but
> emacs -q I might try.
>

It may be a no-op or it may be a few lines of code, depending on how
you get your org-mode. For me, building from latest master every so
often, it's basically this:

--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path "~/src/emacs/org/org-mode/lisp")

(require 'org-loaddefs)
;; not sure why I require org separately, but I guess I needed it
;; at some point - I should try without it.
(require 'org)

(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))

(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-ca" 'org-agenda)
--8<---------------cut here---------------end--------------->8---



>    > I don't know why you are seeing it now, but I don't think anything
>    > has changed in the mairix space for years.
>
> Yes but there is a change proposed by John Kitchin which makes my suspicious 
>
> https://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00047.html
>

I believe this was merged indeed and it may be that org-mairix.el was not 
updated
to follow the new convention: that may be the cause of the problem, but avoiding
the load of org-mairix should resolve it in any case.

-- 
Nick


Reply via email to