emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 'remembering' not quite working right.
@ 2014-11-09  6:57 Sharon Kimble
  2014-11-10  5:41 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Sharon Kimble @ 2014-11-09  6:57 UTC (permalink / raw)
  To: org-mode

[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]

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 -

--8<---------------cut here---------------start------------->8---
#     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'.
--8<---------------cut here---------------end--------------->8---

How then can I get it working right please?

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 'remembering' not quite working right.
  2014-11-09  6:57 'remembering' not quite working right Sharon Kimble
@ 2014-11-10  5:41 ` Nick Dokos
  2014-11-10 15:35   ` Sharon Kimble
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2014-11-10  5:41 UTC (permalink / raw)
  To: emacs-orgmode

Sharon Kimble <boudiccas@skimble.plus.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 'remembering' not quite working right.
  2014-11-10  5:41 ` Nick Dokos
@ 2014-11-10 15:35   ` Sharon Kimble
  0 siblings, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2014-11-10 15:35 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]

Nick Dokos <ndokos@gmail.com> writes:

> Sharon Kimble <boudiccas@skimble.plus.com> 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.

I'm covering all bases with -

--8<---------------cut here---------------start------------->8---
(require 'remember)
(require 'org-capture)
(require 'org-remember)
--8<---------------cut here---------------end--------------->8---

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-10 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-09  6:57 'remembering' not quite working right Sharon Kimble
2014-11-10  5:41 ` Nick Dokos
2014-11-10 15:35   ` Sharon Kimble

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).