From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Micha=C3=ABl_Cadilhac?= Subject: Bug: Wrong type argument: integer-or-marker-p, nil on refile Date: Wed, 2 Aug 2017 14:40:29 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcsxj-0002d8-3K for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 08:41:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcsxe-0003ro-4c for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 08:41:19 -0400 Received: from cadilhac.name ([163.172.56.42]:35224) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dcsxd-0003nj-R3 for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 08:41:14 -0400 Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by cadilhac.name (OpenSMTPD) with ESMTPSA id b607c207 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Wed, 2 Aug 2017 12:42:26 +0000 (UTC) Received: by mail-qk0-f173.google.com with SMTP id x191so25719266qka.5 for ; Wed, 02 Aug 2017 05:41:10 -0700 (PDT) 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 Hi there everyone; Here's the ECM. init.el: (require 'org) (setq org-refile-use-outline-path (quote file)) Now open an Org file, say foo.org, and type C-u C-c C-w foo.org/ RET At org.el:11832, pos is nil. Cheers; M.