From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: Beginners guide to Org customization Date: Fri, 6 Feb 2009 16:39:31 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVOaW-00049l-0Z for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 06:09:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVOaT-00049X-PR for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 06:09:34 -0500 Received: from [199.232.76.173] (port=34838 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVOaT-00049U-KQ for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 06:09:33 -0500 Received: from rv-out-0708.google.com ([209.85.198.242]:50829) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVOaT-0006sc-53 for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 06:09:33 -0500 Received: by rv-out-0708.google.com with SMTP id k29so854607rvb.6 for ; Fri, 06 Feb 2009 03:09:31 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode The idea of helping to ease org customizations is good and will reduce the barrier to entry to new persons. But it seems that 40 is too large for the new user and too small for the power user. Instead if we split up org usage into some broad categories, the relevant customizations for that would be less bulky and so more accessible. Here is a tentative list of categories with some example customizations * Web publishing #+AUTHOR #+OPTIONS : toc:nil * Latex publishing * Brainstorming (setq org-odd-levels-only t) (setq org-hide-leading-stars t) * My-own-private hyperlink system (define-key global-map "\C-cr" 'org-remember) (define-key global-map "\C-cl" 'org-store-link) * Time/project mgmt *** Agenda-ing *** Time tracking *** GTD-ing *** Journalling * Tables and spreadsheets