From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Grant Rettke Newsgroups: gmane.emacs.help Subject: Re: how to handle rtf Date: Tue, 29 Jul 2014 12:39:52 -0500 Message-ID: References: <4edddfc4-a498-41de-810f-a8f9c8514653@googlegroups.com> <87ha205czm.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1406655616 625 80.91.229.3 (29 Jul 2014 17:40:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2014 17:40:16 +0000 (UTC) Cc: Emacs Help To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 19:40:12 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCBNg-0001G5-Pi for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2014 19:40:08 +0200 Original-Received: from localhost ([::1]:47333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCBNg-0006QN-9k for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2014 13:40:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCBNU-0006QG-5y for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 13:39:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCBNQ-0000HJ-SQ for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 13:39:56 -0400 Original-Received: from mail-oa0-x230.google.com ([2607:f8b0:4003:c02::230]:64499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCBNQ-0000HC-NN for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 13:39:52 -0400 Original-Received: by mail-oa0-f48.google.com with SMTP id m1so10552445oag.7 for ; Tue, 29 Jul 2014 10:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=J/Kiv9WfWXm6OLsldsjKqtpsFwZ1yHdCLoC6wR3GSec=; b=NkfMG2MDv3+yAcGJk0IQ7/ykglgy8PcQ1T4oncQ83tK9F1VAjDA/PtYcF1CWgNQj+o 68E2cEKr5sFxbncuYpt9xedr4GaphpVdOcTAItKfN0/8ew1pSJ6rIs7gsYwAmIAx2uGy 5Ouq7JgPk4MmkRZhazDLDSs2KrJU/8zg9vUOn7sgkJ2w1pIOeYMhc1lNOVWSGYJSHB8b 1j9TCaxiKoMx7XqFU06OPbA5N4iBFzyk6ddiu4WRr82twZydJ7ZUDxF0FcFwArC5wZgp Gygl6GYRC9wd9wtdXD7yrqjLx3EFWFXQCzUpSRtHpg0iAAXxnIDOtJmPbQYFj0uQ22J9 IZ8Q== X-Received: by 10.182.44.169 with SMTP id f9mr5847189obm.18.1406655592146; Tue, 29 Jul 2014 10:39:52 -0700 (PDT) Original-Received: by 10.182.77.39 with HTTP; Tue, 29 Jul 2014 10:39:52 -0700 (PDT) In-Reply-To: <87ha205czm.fsf@debian.uxu> X-Google-Sender-Auth: f9nZUy5knTsGeXHAheCWnRzjFIQ X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98984 Archived-At: Pandoc is great http://johnmacfarlane.net/pandoc/index.html Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Tue, Jul 29, 2014 at 11:46 AM, Emanuel Berg wro= te: > Danil Orlov writes: > >> You can use emacs eshell for converting rtf files to >> some emacs-editable format, for example html > > Or, check out unrtf in your repositories: > > UnRTF is a moderately complicated converter from > RTF to other formats, including HTML, LaTeX, and > text. Converting to HTML, it supports tables, > fonts, colors, embedded images, hyperlinks, > paragraph alignment among other things. All other > conversions are "alpha"--just begun. > > -- > underground experts united