From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: [HELP} trying to figure out how to figure out? Date: Mon, 18 Jul 2011 17:49:06 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiwce-0005wO-OO for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 18:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qiwcd-00046l-QX for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 18:49:08 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:42301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiwcd-00046h-M5 for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 18:49:07 -0400 Received: by ewy9 with SMTP id 9so1998856ewy.0 for ; Mon, 18 Jul 2011 15:49:06 -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: Org Mode Mailing List I just pulled and upon making noticed several compiler errors. None of them appear to be fatal but as I am learning elisp it might be helpful for me to be able to see what is being done (and also for maybe me to be able to learn what is being worked on so I can test it?) and then maybe I can also help more with patches and I think possibly I am going to try to design an org-startup.el file and I really want to try to learn before I just jump blindly into that project. So, can someone email me (on or off list) some commands that would be helpful (I think bisect, maybe) or a website to reference to learn the commands to start digging into those situations? I don't know what has changed each time I do a git pull and I don't know if that is the best time to look for it either? The points that grabbed my attention are listed here, didn't know exactly how one would go about finding other than going to the line in the files noted? : In org-cycle: org.el:5932:47:Warning: attempt to let-bind constant `org-outline-regexp' In org-promote-subtree: org.el:7088:4:Warning: attempt to let-bind constant `org-outline-regexp' In org-demote-subtree: org.el:7096:4:Warning: attempt to let-bind constant `org-outline-regexp' In org-current-level: org.el:7135:8:Warning: attempt to let-bind constant `org-outline-regexp' In org-narrow-to-subtree: org.el:7660:4:Warning: attempt to let-bind constant `org-outline-regexp' In org-store-link: org.el:8450:30:Warning: attempt to let-bind constant `org-outline-regexp' In org-metaleft: org.el:17333:6:Warning: attempt to let-bind constant `org-outline-regexp' In org-metaright: org.el:17354:43:Warning: attempt to let-bind constant `org-outline-regexp' In org-toggle-item: org.el:17956:28:Warning: attempt to let-bind constant `org-outline-regexp' In org-toggle-heading: org.el:18064:26:Warning: attempt to let-bind constant `org-outline-regexp' In org-mark-subtree: org.el:19282:28:Warning: attempt to let-bind constant `org-outline-regexp' Thanks for the help, trying to give back to a wonderful community. -- Matt