From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Butz Subject: correction to orgtbl-to-html description Date: Tue, 22 Jun 2010 23:22:49 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=35898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORAxw-0002qo-9D for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 17:25:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORAvk-0007CU-Oo for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 17:22:53 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:44475) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORAvk-0007BU-JZ for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 17:22:52 -0400 Received: by bwz4 with SMTP id 4so2042153bwz.0 for ; Tue, 22 Jun 2010 14:22:49 -0700 (PDT) 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: emacs-orgmode@gnu.org 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.