From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe Helary Subject: Capture template issue ? Date: Tue, 17 Sep 2019 08:48:07 +0900 Message-ID: <94D800FB-0ADB-4BA7-8A0E-49247ECBFC01@traduction-libre.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52008) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA0jA-00059p-K3 for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 19:48:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA0j9-0007Ll-2B for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 19:48:16 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:46429) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iA0j8-0007J1-Ri for emacs-orgmode@gnu.org; Mon, 16 Sep 2019 19:48:15 -0400 Received: from [192.168.1.12] (pl24769.ag0304.nttpc.ne.jp [133.232.151.193]) (Authenticated sender: jean.christophe.helary@traduction-libre.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id C9F57240008 for ; Mon, 16 Sep 2019 23:48:10 +0000 (UTC) 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: Org-mode I have an issue with my capture templates where if I add an item at the = end of list, the item seems to "eat" the following line break and merges = with the item that follows: * List 1 ** item 1 ** item 2 * List 2 ** item 3 ** item 4 displayed * List 1 ... * List 2 ... I add item 5 to List 1, I should get: * List 1 ** item 1 ** item 2 ** item 5 * List 2 ... But instead I get * List 1 ** item 1 ** item 2 ** item 5 * List 2 ... which makes List 2 disappear for all practical purposes. That's pretty systematic, and very annoying. Nearly all my templates show a similar behavior. This one was: (file+headline "~/org/journal.org" "Dictionnaire") "* %? :%^{tag}:\n") I'm using the built-in 9.1.9 version, with an emacs from master built a = few days ago, on macos. And my org setup is this: (setq org-use-speed-commands t org-directory "~/org" org-default-notes-file (concat org-directory "/notes.org") org-refile-targets '((org-agenda-files :maxlevel . 3)) org-refile-use-outline-path 'file org-outline-path-complete-in-steps nil org-refile-allow-creating-parent-nodes 'confirm org-startup-indented t org-use-fast-todo-selection t org-return-follows-link t org-link-abbrev-alist '(("message" . "mailto")) org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") (sequence "WAIT(w)" "|" "IN-PROGRESS" "|" "CANCELED(c)")) org-agenda-files '("/Users/suzume/org/" "/Users/suzume/Library/Application = Support/Notational Data/") org-indirect-buffer-display 'current-window org-modules '(org-bbdb org-bibtex org-docview org-habit org-info org-irc = org-mhe org-protocol org-rmail) org-support-shift-select t org-todo-keyword-faces '(("IN-PROGRESS" . "orange") ("WAIT" . "magenta") ("CANCELED" . = "darkgreen") ("TODO" . "pink") ("DONE" . "green"))) Where should I investigate to fix this ? Jean-Christophe Helary ----------------------------------------------- http://mac4translators.blogspot.com @brandelune