* Patch for typo in org-beamer.el
@ 2010-10-12 1:03 rpgoldman
2010-10-12 1:03 ` [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists rpgoldman
2010-10-12 5:26 ` Patch for typo in org-beamer.el Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: rpgoldman @ 2010-10-12 1:03 UTC (permalink / raw)
To: emacs-orgmode
Attached please find a patch to org-beamer that fixes a small typo in a
regexp --- "desctiption" instead of "description."
cheers,
r
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists
2010-10-12 1:03 Patch for typo in org-beamer.el rpgoldman
@ 2010-10-12 1:03 ` rpgoldman
2010-10-12 5:26 ` Patch for typo in org-beamer.el Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: rpgoldman @ 2010-10-12 1:03 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Robert P. Goldman
From: Robert P. Goldman <rpgoldman@real-time.com>
---
lisp/org-beamer.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el
index 49b3499..453ba8a 100644
--- a/lisp/org-beamer.el
+++ b/lisp/org-beamer.el
@@ -373,7 +373,7 @@ The need to be after the begin statement of the environment."
(let (dovl)
(goto-char (point-min))
(while (re-search-forward
- "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|desctiption\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t)
+ "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|description\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t)
(if (setq dovl (cdr (assoc "BEAMER_dovl"
(get-text-property (match-end 0)
'org-props))))
--
1.7.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: Patch for typo in org-beamer.el
2010-10-12 1:03 Patch for typo in org-beamer.el rpgoldman
2010-10-12 1:03 ` [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists rpgoldman
@ 2010-10-12 5:26 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2010-10-12 5:26 UTC (permalink / raw)
To: rpgoldman; +Cc: emacs-orgmode
Applied, thanks
- Carsten
On Oct 12, 2010, at 3:03 AM, rpgoldman@sift.info wrote:
> Attached please find a patch to org-beamer that fixes a small typo
> in a
> regexp --- "desctiption" instead of "description."
>
> cheers,
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-12 5:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 1:03 Patch for typo in org-beamer.el rpgoldman
2010-10-12 1:03 ` [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists rpgoldman
2010-10-12 5:26 ` Patch for typo in org-beamer.el Carsten Dominik
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).