From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giulio Petrucci Subject: First steps in customizing org-mode Date: Fri, 9 Oct 2015 09:42:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkSL2-0007Uf-15 for emacs-orgmode@gnu.org; Fri, 09 Oct 2015 03:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkSL1-0001Ee-6J for emacs-orgmode@gnu.org; Fri, 09 Oct 2015 03:43:35 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:35066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkSL1-0001Di-0G for emacs-orgmode@gnu.org; Fri, 09 Oct 2015 03:43:35 -0400 Received: by wicge5 with SMTP id ge5so56287167wic.0 for ; Fri, 09 Oct 2015 00:43:34 -0700 (PDT) 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 Hello there, this is my first post here so let me introduce myself: my name is Giulio, or "petrux" for friends. I am italian. I am a PhD candidate at University of Trento and I've been working for many years as a developer before "going back to school". I use Emacs for almost everything. I love org-mode and I would like to start using it at an higher level. So, I would like to heavily customize it. I am experiencing some problems that come from MOSTLY my un-expertise in Lisp/EmacsLisp -- which I am actually trying to recover. Another problem that I am eperiencing is that it is very hard for me to find documentation about the org-mode function and variables. For this specific issue, is there any resource that shows you *what* you can do *and how* to do it? Thanks, Giulio P.S. here is an example of what I mean. I have learned from some examples that I can customize my agenda views acting on the org-agenda-custom-commands variable. If I google for that variable's name, I end up in some pages not telling me that much about that variable, how to customize it and so on. So what I need is an exaustive list of "In org-mode, you can do this and this and this..." for beginner. --