From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: azubi Newsgroups: gmane.emacs.help Subject: org-article.cls Date: Mon, 06 Apr 2015 09:43:12 +0200 Organization: Posted through ALPHANET (http://www.alphanet.ch/) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428307716 18440 80.91.229.3 (6 Apr 2015 08:08:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2015 08:08:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 06 10:08:32 2015 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 1Yf258-0007Fc-R1 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Apr 2015 10:08:30 +0200 Original-Received: from localhost ([::1]:39124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf257-00060r-Ue for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Apr 2015 04:08:29 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin1!goblin.stu.neva.ru!feed.xsnews.nl!fbe001.ams.xsnews.nl!ecngs!feeder2.ecngs.de!feeder.erje.net!eu.feeder.erje.net!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 192.168.99.105 Original-X-Trace: shakotay.alphanet.ch 1428306201 975 192.168.99.105 (6 Apr 2015 07:43:21 GMT) Original-X-Complaints-To: usenet@alphanet.ch Original-NNTP-Posting-Date: Mon, 6 Apr 2015 07:43:21 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:211263 X-Mailman-Approved-At: Mon, 06 Apr 2015 04:08:18 -0400 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:103545 Archived-At: Hi, Could someone help me to generate or find the file org-article.cls. I've found a git repository wich provides an org file with commented sources of the file "org-article.cls". (see: http://orgmode.org/worg/org-contrib/babel/examples/article-class.html) The documentation says that the cls file may be generated from the file org-article.org. But, if I "tangle" (sorry for my bad english) this file, emacs generates a file called org-article.cls which is almost empty (it contains only spaces and "new lines"). It seems that the new version of org-mode does need this latex class anymore. Therefore I'd like to ask a second question: The latex document generated by org-mode (org-latex-export-to-pdf or org-latex-export-to-latex) is not what I need. Many latex packages included by default (for example textcomp, marvosym, wasysym) conflict with packages I'd like to use (for example kpfonts). Can you please give me a pointer to a doc where I learn to customise the latex export of org-mode without editing the original org-mode source files. Thank you in advance for your help!