From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [suggest] We should import latex template system Date: Wed, 12 Jun 2013 16:38:49 +0200 Message-ID: <8761xjcs1y.fsf@pank.home> References: <87zjuwb3w7.fsf@news.tumashu-localhost.org> <20130612064643.GA73033@kenny.local> <87vc5jbrnu.fsf@news.tumashu-localhost.org> <87d2rro60l.fsf@gmail.com> <87mwqvbgp9.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmmCd-0004Lz-Oy for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 10:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmmCc-0007d0-Li for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 10:39:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:60894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmmCc-0007cv-F1 for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 10:39:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UmmCV-0007IN-Am for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 16:39:03 +0200 Received: from business-213-023-238-209.static.arcor-ip.net ([213.23.238.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Jun 2013 16:39:03 +0200 Received: from rasmus by business-213-023-238-209.static.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Jun 2013 16:39:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Feng Shu writes: >>> 1. I don't need customize 'org-latex-classes >> >> I don't see why customizing `org-latex-classes' _once_ would be >> a nightmare. > > If all the CJKV org-mode users need customize this virable _once_ , > It's a nightmare for org-mode, for all the CJKV org-mode users need to > know how to customize this virable! > > If we add all the "class" common used in the world, `org-latex-classes > will be very very long! Org ships with like three or four classes. . . Not all classes in the world. You can add your own. With add-to-list it's not even 'dangerous'. Are you looking for a system to your custom classes? I have at least five classes that I use, e.g. #+LATEX_CLASS: problemset loads lots of math stuff and tikz. . . This seems pretty close to optimal to me less the fact that you need to escape '\', but that's just Emacs Lisp. –Rasmus -- May the Force be with you