all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] typo: customization group org-plain-list
@ 2010-04-18 20:39 Sebastian Rose
  2010-04-21  7:51 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Rose @ 2010-04-18 20:39 UTC (permalink / raw)
  To: Emacs-orgmode mailing list

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


Found a typo in lisp/org-list.el. Patch is against branch
`remove-compatibility-code'



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-diff, Size: 542 bytes --]

diff --git a/lisp/org-list.el b/lisp/org-list.el
index 180bc5a..f45819a 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -119,7 +119,7 @@ When a string, it will be used as a regular expression.      When the bullet
 type of a list is changed, the new bullet type will be matched against this
 regexp.         If it matches, there will be two spaces instead of one after
 the bullet in each item of he list."
-  :group 'org-plain-list
+  :group 'org-plain-lists
   :type '(choice
          (const :tag "never" nil)
          (regexp)))

[-- Attachment #3: Type: text/plain, Size: 16 bytes --]




   Sebastian

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: [patch] typo: customization group org-plain-list
  2010-04-18 20:39 [patch] typo: customization group org-plain-list Sebastian Rose
@ 2010-04-21  7:51 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-04-21  7:51 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: Emacs-orgmode mailing list

Applied, thanks.

- Carsten

On Apr 18, 2010, at 10:39 PM, Sebastian Rose wrote:

>
> Found a typo in lisp/org-list.el. Patch is against branch
> `remove-compatibility-code'
>
>
> diff --git a/lisp/org-list.el b/lisp/org-list.el
> index 180bc5a..f45819a 100644
> --- a/lisp/org-list.el
> +++ b/lisp/org-list.el
> @@ -119,7 +119,7 @@ When a string, it will be used as a regular  
> expression.      When the bullet
> type of a list is changed, the new bullet type will be matched  
> against this
> regexp.         If it matches, there will be two spaces instead of  
> one after
> the bullet in each item of he list."
> -  :group 'org-plain-list
> +  :group 'org-plain-lists
>   :type '(choice
>          (const :tag "never" nil)
>          (regexp)))
>
>
>
>   Sebastian
> _______________________________________________
> 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

- Carsten

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

end of thread, other threads:[~2010-04-21  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 20:39 [patch] typo: customization group org-plain-list Sebastian Rose
2010-04-21  7:51 ` Carsten Dominik

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.