emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Richard Riley <rileyrg@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] tag input separators
Date: Tue, 5 Oct 2010 10:00:53 +0200	[thread overview]
Message-ID: <A5DCC901-336B-4839-997C-A8CAC8B7EFA9@gmail.com> (raw)
In-Reply-To: <i8c7me$g3n$1@dough.gmane.org>


On Oct 4, 2010, at 11:44 AM, Richard Riley wrote:

>
> I dont know if it would be generally useful, but a tiny little tweak  
> to
> tag editing in order to allow "," as a seperator when typing in tags  
> via
> C-c C-q TAB "free entry" interface. "," is certainly easier for me to
> use but I dont know about the ramifications of it as a legal character
> in a tag name.

Sure, why not, this is not a problem.  I have applied this patch,
with a small extension that should also make it work in other
tag completion situations.

If you want to do me a favor, please identify one or two places in
the manual where this should be mentioned and make me a patch
for that file?

Cheers

- Carsten

>
>
> --8<---------------cut here---------------start------------->8---
> 	Modified lisp/org.el
> diff --git a/lisp/org.el b/lisp/org.el
> index 3f24ee8..fa3d364 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -12792,6 +12792,8 @@ With prefix ARG, realign all tags in  
> headings in the current buffer."
> 	  ;; No boolean logic, just a list
> 	  (setq tags (replace-match ":" t t tags))))
>
> +      (setq tags (replace-regexp-in-string "[ ,]" ":" tags))
> +
>       (if org-tags-sort-function
>       	  (setq tags (mapconcat 'identity
>       				(sort (org-split-string tags (org-re "[^[:alnum:]_@#%]+"))
> --8<---------------cut here---------------end--------------->8---
>
> I replaced space too but that isnt currently allowed anyway.
>
> regards
>
> r.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-10-05  8:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04  9:44 [PATCH] tag input separators Richard Riley
2010-10-05  8:00 ` Carsten Dominik [this message]
2011-01-04 15:22   ` Bastien
2010-10-05  9:48 ` [Accepted] " Carsten Dominik

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=A5DCC901-336B-4839-997C-A8CAC8B7EFA9@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rileyrg@googlemail.com \
    /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).