From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: correction to orgtbl-to-html description Date: Fri, 25 Jun 2010 10:01:47 +0200 Message-ID: <51A2DAE8-3CF5-436A-98A9-223D4D79A237@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSD6w-0004OQ-TO for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 13:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OS3rJ-0007ha-Cb for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 04:01:58 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44474) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OS3rJ-0007gw-8Z for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 04:01:57 -0400 Received: by wyb39 with SMTP id 39so1367209wyb.0 for ; Fri, 25 Jun 2010 01:01:50 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Butz Cc: emacs-orgmode@gnu.org 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