From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-capture does copy selected marked text Date: Wed, 01 Feb 2017 21:45:21 +0000 Message-ID: <87mve5shzi.fsf@mat.ucm.es> References: <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]:57964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ2id-0001J2-M8 for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 16:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ2ia-0002RN-Id for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 16:45:35 -0500 Received: from [195.159.176.226] (port=51044 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ2ia-0002Qn-6h for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 16:45:32 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cZ2iQ-0007tR-H2 for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 22:45:22 +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 > Uwe Brauer writes: > Try adding "%i" to the capture template, for example like so: Thanks that is was %i helped, %c did not. Uwe