From: Sharon Kimble <boudiccas@skimble.plus.com>
To: org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: word-spaces in header of a captured item, but how?
Date: Sat, 20 Aug 2016 13:52:48 +0100 [thread overview]
Message-ID: <87bn0nlio5.fsf@skimble.plus.com> (raw)
In-Reply-To: <87inuvfz84.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Sat, 20 Aug 2016 13:37:15 +0200")
[-- Attachment #1: Type: text/plain, Size: 3246 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> Sharon Kimble <boudiccas@skimble.plus.com> writes:
>
>> I have this as part of my capture templates -
>>
>> ("c" "Clipboard" entry (file+headline "/home/boudiccas/.emacs.d/org/scratch.org" "")
>> "** %U %^{Head Line} %^g
>> %c
>> %?")
>>
>> Which works, except I can't have spaces between the words in the header
>> of the item. [Here I'm referring to the 'header' as the sentence before
>> the tag is inserted, and which you 'C-c C-c' to accept it.] I've googled
>> for it but I haven't found any solutions.
>>
>> So how can I have word-spaces please?
>
> I cannot reproduce it. AFAIR, this sounds like a bug in development
> version that was fixed 7 months ago. In this bug, hitting space would
> validate the entry.
>
> What Org version are you using. Why "can't you have spaces between the
> words"?
>
Thanks Nicolas. I'm using 'Org-mode version 8.3.5 (8.3.5-elpaplus @
/home/boudiccas/.emacs.d/elpa/org-plus-contrib-20160815/)'. When I try
to insert a space nothing happens, no key response, no error message,
nothing. On checking the *Messages* buffer I see this -
--8<---------------cut here---------------start------------->8---
Mark set
Template key:
Word wrapping disabled
Saving file /home/boudiccas/.emacs.d/org/scratch.org...
Wrote /home/boudiccas/.emacs.d/org/scratch.org
Clipboard pasted as level 2 subtree
--8<---------------cut here---------------end--------------->8---
However when I try other capture templates I get this -
--8<---------------cut here---------------start------------->8---
Wrote /home/boudiccas/.emacs.d/org/scratch.org
(void-variable *) in me/eval-region-and-kill-mark [2 times]
--8<---------------cut here---------------end--------------->8---
Which shows this from my init file -
--8<---------------cut here---------------start------------->8---
(use-package selected
:defines selected-keymap
:bind
(:map selected-keymap
("C-c C-c" . me/eval-region-and-kill-mark)
("<M-left>" . me/indent-rigidly-left-and-keep-mark)
("<M-right>" . me/indent-rigidly-right-and-keep-mark)
("<" . mc/mark-previous-like-this)
(">" . mc/mark-next-like-this)
("C-b b" . me/browse-url-and-kill-mark)
("C-c c" . capitalize-region)
("C-c l" . downcase-region)
("C-c u" . upcase-region)
("C-f f" . fill-region)
("C-g" . selected-off)
("C-s r" . reverse-region)
("C-s s" . sort-lines)
("C-s w" . me/sort-words))
:init (selected-global-mode))
(defun me/eval-region-and-kill-mark (beg end)
"Execute the region as Lisp code.
Call `eval-region' and kill mark. Move back to the beginning of the region."
(interactive "r")
(eval-region beg end)
(setq deactivate-mark t)
(goto-char beg))
--8<---------------cut here---------------end--------------->8---
But I don't know how to correct it, nor if its related to my lack of wordspaces.
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.4, fluxbox 1.3.7, emacs 25.1.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
next prev parent reply other threads:[~2016-08-20 12:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-20 9:21 word-spaces in header of a captured item, but how? Sharon Kimble
2016-08-20 11:37 ` Nicolas Goaziou
2016-08-20 12:52 ` Sharon Kimble [this message]
2016-08-20 15:55 ` Nicolas Goaziou
2016-08-21 0:02 ` SOLVED - " Sharon Kimble
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bn0nlio5.fsf@skimble.plus.com \
--to=boudiccas@skimble.plus.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).