From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-capture does copy selected marked text Date: Wed, 01 Feb 2017 19:47:03 +0000 Message-ID: <87r33hsngo.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ0s7-0004t6-VT for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 14:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ0s4-0005No-VC for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 14:47:16 -0500 Received: from [195.159.176.226] (port=58097 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ0s4-0005NL-PY for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 14:47:12 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cZ0rw-00054e-T0 for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 20:47:04 +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" To: emacs-orgmode@gnu.org Hello I am using GNU emacs 26 and org 8.3.6. I have used org-capture a long time ago and do not recall the details, but I thought I could select a text and then org-capture would copy that selected text to a file of my choice in a format I can customize. A bit like good old remember does/did. For example I have set ("j" "Journal Entry" entry (file+datetree "~/ALLES/journal.org") "* %?" :empty-lines 1) But when I call org-capture and then j the selected text is not copied. What do I miss? Regards Uwe Brauer