From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: ob-core, org-outline-overlay-data error and byte-compile warning Date: Sat, 09 Mar 2019 05:25:01 +1100 Message-ID: <878sxpql4y.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2KBX-0003Zk-Qt for emacs-orgmode@gnu.org; Fri, 08 Mar 2019 13:25:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2KBV-0002Wj-TX for emacs-orgmode@gnu.org; Fri, 08 Mar 2019 13:25:31 -0500 Received: from mail-pf1-x42d.google.com ([2607:f8b0:4864:20::42d]:34888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h2KBT-0002Gz-VN for emacs-orgmode@gnu.org; Fri, 08 Mar 2019 13:25:28 -0500 Received: by mail-pf1-x42d.google.com with SMTP id j5so14732014pfa.2 for ; Fri, 08 Mar 2019 10:25:11 -0800 (PST) Received: from tim-desktop (2001-44b8-31f2-bb00-3c12-0cba-5926-1bca.static.ipv6.internode.on.net. [2001:44b8:31f2:bb00:3c12:cba:5926:1bca]) by smtp.gmail.com with ESMTPSA id o5sm16936955pfi.118.2019.03.08.10.25.07 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Mar 2019 10:25:09 -0800 (PST) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org For me, the following works. I use the use-package ELPA package to manage all my packages. 1. Setrup package.el stuff (like the org repo) at the very start of my init.el 2. Load org-plus-contrib before any other package 3. Load other things (like helm, yasnippets, etc). When I do a package upgrade, if the list of packages to be upgraded includes org, restart emacs and then do the upgrade before doing anything else (including opening any org files or agenda etc). If things don't work well, delete the org-plus-contrib and re-start. As I use use-package, it will automatically re-install org-plus-contrib for me. Tim zimoun writes: > Dear Tim Cross, > > I am referring to this message: > http://lists.gnu.org/archive/html/emacs-orgmode/2019-03/msg00050.html > and because I did not subscribe to the mailing list, a- I miss your > reply and b- I am not able to directly answer to thread. > > > Well, thank you for your explanations. > I think the culprit of my configuration is Helm, for the very reason > you explained: it loads indirectly some Org, I guess. > > Now, I still do not have a clean workaround but al least I know the reason. :-) > > > Thank you again. > > > All the best > simon -- Tim Cross