From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans BKK Newsgroups: gmane.emacs.help Subject: Re: RTF for emacs Date: Wed, 21 May 2014 05:38:03 -0700 (PDT) Message-ID: <6611aafe-63d5-4d01-bbc0-8e95c6da5448@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1400676037 4762 80.91.229.3 (21 May 2014 12:40:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2014 12:40:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 21 14:40:32 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 1Wn5oo-0004RW-Bf for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2014 14:40:26 +0200 Original-Received: from localhost ([::1]:59443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn5on-0005U3-SV for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2014 08:40:25 -0400 X-Received: by 10.42.92.69 with SMTP id s5mr20148248icm.20.1400675884031; Wed, 21 May 2014 05:38:04 -0700 (PDT) X-Received: by 10.182.79.66 with SMTP id h2mr115804obx.21.1400675883934; Wed, 21 May 2014 05:38:03 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no12778117igq.0!news-out.google.com!qf4ni5721igc.0!nntp.google.com!c1no12778115igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.52.250.94; posting-account=IUdGewoAAACF9WtA3i8stuVyXNk2FqaH Original-NNTP-Posting-Host: 99.52.250.94 User-Agent: G2/1.0 Injection-Date: Wed, 21 May 2014 12:38:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205506 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:97775 Archived-At: On Wednesday, May 21, 2014 4:41:32 AM UTC-4, jessejazza wrote: > I read some time ago that there was development taking place for providin= g=20 >=20 > emacs with word processing i.e. formatting iirc RTF. The closest native-Emacs WYSIWYG rich text facility is "enriched mode" M-x enriched-mode based on the MIME 'text/enriched' file format (RFC 1896) https://www.gnu.org/software/emacs/manual/html_node/emacs/Enriched-Text.htm= l https://www.gnu.org/software/emacs/manual/html_node/emacs/Enriched-Mode.htm= l http://www.emacswiki.org/emacs/EnrichedMode Apparently can save as HTML. https://www.gnu.org/software/emacs/manual/html= _node/elisp/Format-Conversion.html#Format-Conversion Personally I'd recommend using one of the extended Markdown flavours like M= ultiMarkdown or Markdown-Extra - my choice for conversion/publishing tools = would be Pandoc - very responsive support and active development, and there= is a Pandoc-mode Emacs package. But if you're a ruby guy then kramdown, re= d carpet et al may be the ticket. Note these don't give you live-preview, but can exert fine control over out= put to PDF via ConTeXT or LaTeX as well as to/from a slew of other formats,= also including HTML if desired.