|
From: | Cook, Malcolm |
Subject: | RE: org 9.2.6 and org 9.1.9 |
Date: | Wed, 27 Nov 2019 17:20:39 +0000 |
Hi Stefan, I don’t think I’ve ever seen a root-cause analysis, but I’ve seen many problems that are resolved by some version of a “clean build” of org. Here are some: - [[https://lists.defectivebydesign.org/archive/html/emacs-orgmode/2012-09/msg01365.html][Installing Org through the new http://orgmode.org ELPA]] - [[https://lists.defectivebydesign.org/archive/html/emacs-orgmode/2015-08/msg00316.html][latest org from Elpa error: Invalid function: org-babel-header-a]] - [[https://lists.defectivebydesign.org/archive/html/emacs-orgmode/2015-08/msg00318.html][Re: [O] wrong type argument listp... org-element-set-contents]] That's what I got. BTW: I now use org-plus-contrib in place of org with this mantra: (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (use-package org ;org-plus-contrib ; instead of org-mode :ensure org-plus-contrib ; following
http://emacs.stackexchange.com/questions/7890/org-plus-contrib-and-org-with-require-or-use-package ) - Cheers Malcolm > Here's what I do, at the shell: |
[Prev in Thread] | Current Thread | [Next in Thread] |