From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Override the default class name with a new one. Date: Tue, 18 Jun 2013 21:34:15 +0200 Message-ID: <87k3lrgqmg.fsf@gmail.com> References: <87hah2wn8y.fsf@news.tumashu-localhost.org> <87k3lw24rv.fsf@gmail.com> <87ehc4u3m8.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1fK-0002FL-GA for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 15:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up1fJ-0001aR-HB for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 15:34:06 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:49958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1fJ-0001aJ-AY for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 15:34:05 -0400 Received: by mail-we0-f176.google.com with SMTP id t56so3667748wes.7 for ; Tue, 18 Jun 2013 12:34:04 -0700 (PDT) In-Reply-To: <87ehc4u3m8.fsf@news.tumashu-localhost.org> (Feng Shu's message of "Fri, 14 Jun 2013 23:13:51 +0800") 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: Feng Shu Cc: orgmode Hello, Feng Shu writes: > Not all the org-mode users are expert of lisp and not all of the org-mode > users are well in English, so finding the variable `org-latex-classes can > customize latex class and adding a lisp block to it may be not a easy > things for many users. I understand, and I agree we should make this very important variable understandable to any user. > 1. we can add a function `(defun org-latex-add-deriverd-class (class exist-class) ...) to menupulate `org-latex-classes > 2. My patch's approach. > 3. others. We can modify `org-latex-classes' docstring (e.g. by adding examples) so it is easier to understand. I'd rather have a patch in that direction than to add yet another variable and keyword. Regards, -- Nicolas Goaziou