From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: 'remembering' not quite working right. Date: Mon, 10 Nov 2014 00:41:23 -0500 Message-ID: <87oasfk3y4.fsf@pierrot.dokosmarshall.org> References: <87wq74dfu2.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnhjT-0002Ac-Cd for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 00:41:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnhjN-0002WC-Qx for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 00:41:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:58733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnhjN-0002W8-Kr for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 00:41:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XnhjM-0004S8-JQ for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 06:41:36 +0100 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2014 06:41:36 +0100 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2014 06:41:36 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sharon Kimble writes: > I am able to 'remember' text with highlighting the text required, and > copying it to the clipboard, and then "C-c r" remembers it, and shows in > its popup buffer that I need to "C-c C-c" to copy/move it to my remember > storage file. Except, the last bit doesn't work for me, instead it > calls the "Tag" command which opens "Tag: " in the mini-buffer which > just sits and waits for some response. > > When I 'remember' something, this shows in its buffer - > > # C-c C-c "~/.emacs.d/org/remember.org" -> "* Interesting" > # C-u C-c C-c like C-c C-c, and immediately visit note at target location > # C-0 C-c C-c "???" -> "* ???" > # C-1 C-c C-c to select file and header location interactively. > # C-2 C-c C-c as child (C-3: as sibling) of the currently clocked item > # To switch templates, use `M-x org-remember'. To abort use `C-c C-k'. > > How then can I get it working right please? > Remember (ha!) that org-remember is obsolete, replaced by org-capture. -- Nick