From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: On being web-friendly and why info must die Date: Mon, 08 Dec 2014 11:42:06 +1100 Message-ID: <87bnnf55qp.fsf@gmail.com> References: <20141205123549.GA29331@thyrsus.com> <2815659.zRQ0WWWeRr@descartes> <20141205175810.GD3120@thyrsus.com> <87wq66ufyt.fsf@wanadoo.es> <87tx18vl0v.fsf@dod.no> <87iohnvh3m.fsf@dod.no> <877fy3lmm4.fsf@violet.siamics.net> <877fy3vcw4.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417999578 23407 80.91.229.3 (8 Dec 2014 00:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2014 00:46:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 08 01:46:13 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XxmSo-0008Lf-Bo for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 01:46:10 +0100 Original-Received: from localhost ([::1]:59681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxmSn-0003C6-Fr for ged-emacs-devel@m.gmane.org; Sun, 07 Dec 2014 19:46:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxmST-0003Bk-F6 for emacs-devel@gnu.org; Sun, 07 Dec 2014 19:45:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxmSM-0008VC-UP for emacs-devel@gnu.org; Sun, 07 Dec 2014 19:45:49 -0500 Original-Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:60559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxmSM-0008V4-L1 for emacs-devel@gnu.org; Sun, 07 Dec 2014 19:45:42 -0500 Original-Received: by mail-pd0-f170.google.com with SMTP id v10so4074177pde.15 for ; Sun, 07 Dec 2014 16:45:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=Zr2L8yNtRTmy4ZPXpwNGw882Fc3yNYnOopKbPghJCoA=; b=vq4kcnQUwskbFxlanUrmUgmz9ogvGb1cTbjqYVsGwzo+cPbi3ZSrtyyVP3P7JQNUtx yDPy20Y2QzFeQBfA/s2APw4fJhVhIbDWdakyZZ5C7Lq9LkkgG7yqIQfd4OCDLJCUrLOy CZfpUvnx1WwvrqyMSkcJ8Ir5ZIqSXNz61qbixaT+dW70pxTzYsDxcdWVf25M5tV8Uf+p qnwodtRIbAC0DRxoSs+lG9HmJisoWgUX1P8yUSVg97mq+5egyOPsla9F/eZ+FMKwiTvj UmI2R21Z0B0VcaxOrMXP8Zoy+Mx57NDWEg5WpWldiLlewIfe0yDlZlhyM4GwZJxu5jOH S2tQ== X-Received: by 10.70.128.203 with SMTP id nq11mr15958673pdb.52.1417999541229; Sun, 07 Dec 2014 16:45:41 -0800 (PST) Original-Received: from localhost (ppp118-209-40-19.lns20.mel4.internode.on.net. [118.209.40.19]) by mx.google.com with ESMTPSA id oc16sm22479817pdb.41.2014.12.07.16.45.38 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 07 Dec 2014 16:45:40 -0800 (PST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:179339 Archived-At: Richard Stallman writes: > Is there software to generate TeX input from Org format? Do you mean, outside of `org-mode' itself? If so, i don't know. Otherwise, yes, many people write academic papers, presentations etc. in Org format, then export to LaTeX; cf. http://orgmode.org/manual/Embedded-LaTeX.html#Embedded-LaTeX and http://orgmode.org/manual/LaTeX-and-PDF-export.html#LaTeX-and-PDF-export Alexis.