From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: generating latex tables in emacs Date: Fri, 26 Feb 2010 16:20:56 +0100 Message-ID: References: <20100226084115.GB25195@debian-eeepc> <83D0387A-A070-48CA-90FC-904E2FEAA552@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1267197830 21673 80.91.229.12 (26 Feb 2010 15:23:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Feb 2010 15:23:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eric Abrahamsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 26 16:23:43 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl22V-0008AV-JF for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Feb 2010 16:23:39 +0100 Original-Received: from localhost ([127.0.0.1]:45033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl22U-0003vW-VU for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Feb 2010 10:23:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl20G-0002vt-TM for help-gnu-emacs@gnu.org; Fri, 26 Feb 2010 10:21:20 -0500 Original-Received: from [140.186.70.92] (port=42783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl20F-0002vR-U0 for help-gnu-emacs@gnu.org; Fri, 26 Feb 2010 10:21:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl20E-0007aA-IP for help-gnu-emacs@gnu.org; Fri, 26 Feb 2010 10:21:19 -0500 Original-Received: from mail-fx0-f222.google.com ([209.85.220.222]:43451) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl20E-0007Zl-DI for help-gnu-emacs@gnu.org; Fri, 26 Feb 2010 10:21:18 -0500 Original-Received: by fxm22 with SMTP id 22so195136fxm.26 for ; Fri, 26 Feb 2010 07:21:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=uQaxJt+CKC0TPJk+ez5n4ERn5TeWwRXO2vVnO/aTGkQ=; b=PnOww5NX4fOJGK6/FSmBuZ+MRvJPOdF13zeXb0+DhpNVOLCpDX2/n2Zg6kbhJJt+K+ ZIg4CHTrvymSKvkLtgkkHjyaDmmJmtaVMQ6V5IKi+cShO6ctDLCepQfMTyYoJ5RDax5Y qMOkjf5T1by35WKzdFRqemyK+NQc9UWvbtIBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=S2gtboh75ySfG5iuVornmTij9glWMXigNW8v0HMDlj21mMwsdx53XK/+rozIOwdgve C5gwz/rQ2wLddhTjHmIWa3YZY4WMaPT0Pv4IpZ4bBy0Ntj0XcEhYZlVIW0RgatXs19ij 1WHuNXbSd7H78kBET6u0UGndYr3ihTF/fua+Y= Original-Received: by 10.239.189.76 with SMTP id s12mr54577hbh.111.1267197676159; Fri, 26 Feb 2010 07:21:16 -0800 (PST) In-Reply-To: <83D0387A-A070-48CA-90FC-904E2FEAA552@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72169 Archived-At: Hi Daniel, You could also try zen coding for html: http://www.emacswiki.org/emacs/ZenCoding This is also included in nXhtml, which in itself might be of interest for you. If you want to try nXhtml then currently use the beta from here: http://ourcomments.org/Emacs/DL/elisp/nxhtml/beta/ On Fri, Feb 26, 2010 at 3:06 PM, Eric Abrahamsen wrote: > > On Feb 26, 2010, at 4:41 PM, Daniel Dalton wrote: > >> Hi, >> >> What packages or techniques are people using to generate tables in >> emacs? I need to generate a latex table, but I don't have time to code >> it. > > It looks from your emails like you could use an easy method of generating > both LaTeX and HTML -- using Org-Mode and exporting to various other formats > can be a good way of doing that. You'll have to read up on Org-Mode, of > course, but it's relatively simple to use and you're going to have to learn > something or other, after all. > > E > > http://orgmode.org/ > >> Thanks for any help, >> Dan >> >> > > > >