From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-replace-disputed-keys not working Date: Mon, 26 Mar 2012 19:17:03 +0200 Message-ID: <87obrj2sfk.fsf@gnu.org> References: <87zkb6p333.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDWH-0008Qq-9e for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:15:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDWF-0006Cn-BZ for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:15:48 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDWF-0006Cb-2Y for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:15:47 -0400 Received: by wibhj13 with SMTP id hj13so3551242wib.12 for ; Mon, 26 Mar 2012 10:15:45 -0700 (PDT) In-Reply-To: <87zkb6p333.fsf@googlemail.com> (Thorsten's message of "Sat, 24 Mar 2012 13:59:12 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten writes: > I'm not sure what to do about this, since I use the emacs24-starter-kit, > and org-replace-disputed-keys is set in an .org file, that must be > tangled before it is loaded, and I assume org.el must be loaded before > any .org files can be tangled? The only solution I can think of right now is this: ~$ emacs --eval '(setq org-replace-disputed-keys t)' Maybe Eric has a better solution.. -- Bastien