* correction to orgtbl-to-html description
@ 2010-06-22 21:22 Erik Butz
2010-06-25 8:01 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Erik Butz @ 2010-06-22 21:22 UTC (permalink / raw)
To: emacs-orgmode
Hi,
below a trivial fix to the describtion of the orgtbl-to-html function
Hope I didn't miss something obvious ;)
Cheers,
Erik
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 46efc28..f6b77aa 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4226,7 +4226,7 @@ this function is called."
(orgtbl-to-generic table (org-combine-plists params2 params))))
(defun orgtbl-to-html (table params)
- "Convert the orgtbl-mode TABLE to LaTeX.
+ "Convert the orgtbl-mode TABLE to HTML.
TABLE is a list, each entry either the symbol `hline' for a horizontal
separator line, or a list of fields for that line.
PARAMS is a property list of parameters that can influence the conversion.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: correction to orgtbl-to-html description
2010-06-22 21:22 correction to orgtbl-to-html description Erik Butz
@ 2010-06-25 8:01 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-06-25 8:01 UTC (permalink / raw)
To: Erik Butz; +Cc: emacs-orgmode
Applied, thanks.
- Carsten
On Jun 22, 2010, at 11:22 PM, Erik Butz wrote:
> Hi,
>
> below a trivial fix to the describtion of the orgtbl-to-html function
>
> Hope I didn't miss something obvious ;)
>
> Cheers,
>
> Erik
>
> diff --git a/lisp/org-table.el b/lisp/org-table.el
> index 46efc28..f6b77aa 100644
> --- a/lisp/org-table.el
> +++ b/lisp/org-table.el
> @@ -4226,7 +4226,7 @@ this function is called."
> (orgtbl-to-generic table (org-combine-plists params2 params))))
>
> (defun orgtbl-to-html (table params)
> - "Convert the orgtbl-mode TABLE to LaTeX.
> + "Convert the orgtbl-mode TABLE to HTML.
> TABLE is a list, each entry either the symbol `hline' for a horizontal
> separator line, or a list of fields for that line.
> PARAMS is a property list of parameters that can influence the
> conversion.
>
> _______________________________________________
> 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-06-25 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 21:22 correction to orgtbl-to-html description Erik Butz
2010-06-25 8:01 ` 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.