From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Maurer Subject: Re: org-wikinodes.el and "invalid format operation %%\" Date: Mon, 9 Apr 2018 12:22:03 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5Tw6-00015g-24 for emacs-orgmode@gnu.org; Mon, 09 Apr 2018 06:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5Tw5-0006v9-9X for emacs-orgmode@gnu.org; Mon, 09 Apr 2018 06:22:06 -0400 Received: from mail-qt0-x234.google.com ([2607:f8b0:400d:c0d::234]:33081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5Tw5-0006uZ-4a for emacs-orgmode@gnu.org; Mon, 09 Apr 2018 06:22:05 -0400 Received: by mail-qt0-x234.google.com with SMTP id d50so8528569qtc.0 for ; Mon, 09 Apr 2018 03:22:04 -0700 (PDT) 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 Ok, figured it out. This only happened in files with #+TODO: 20% 30% 40% 50% 80% 70% 90% 95% as part of its to-do directive. After removing the percentage to-do steps, camelcase worked and it stopped complaining about "invalid format operation %%\". On 2 April 2018 at 12:21, Michael Maurer wrote: > I've enabled org-wikinodes.el to get CamelCase wiki links. But > whenever I try to follow a link/camelcase word, I just get "invalid > format operation %%\". Although there is a headline by that name in > the current file. > I'm using org-mode 9.1.6 and Emacs 25.3.1 64-bit on Win7.