From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Errors on start up when loading ox-md and ox-beamer (seems caused by recent commit) Date: Wed, 20 Mar 2013 10:16:44 -0500 Message-ID: References: <87620noss1.fsf@bzg.ath.cx> <87y5djuej4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIKky-0002nr-Ky for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 11:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIKkw-0000fC-Rs for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 11:16:48 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:52442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIKkw-0000ew-I1 for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 11:16:46 -0400 Received: by mail-la0-f50.google.com with SMTP id ec20so3095532lab.23 for ; Wed, 20 Mar 2013 08:16:44 -0700 (PDT) In-Reply-To: <87y5djuej4.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode On Tue, Mar 19, 2013 at 6:59 PM, Bastien wrote: > John Hendy writes: > >> On Tue, Mar 19, 2013 at 6:48 PM, Bastien wrote: >>> Hi John, >>> >>> how did you "pull"? by using git pull or make update? >> >> - git pull >> - make clean && make && make doc >> >> I'm kind of glad you asked, as this used to (I think) be the "right" >> method, but I have a vague notion that there's some built-in-org way >> now? > > ~$ make update > > will pull and make for you... > > ~$ make help > ~$ make helpall > > are useful too. Awesome. Thanks for that -- didn't realize it would give org-specific info! >From the descriptions, I don't understand the difference between: - make - build Org ELisp and all documentation - make autoloads - create org-loaddefs.el to load Org in-place Is =make= *also* making autoloads, and =make autoloads= is *only* making the autoload files? Nevermind. Just did make and saw a whir of "making autoloads" float across the screen. At the very least, I learned that I don't have to explicitly do =make doc= if I'm doing make :) > >> I don't install to anywhere, so I'm only interested in compiling and >> loading right from the git repo vs. scattering files all over. >> >> All ears to documentation about a proper way, if there is one that's >> now recommended. > > I'd recommend ~$ make update > > Oh, btw, I fixed the problem in master, was my fault, not the > installation fault... thanks for reporting this! Pull and re-make confirms the fix. Thanks! John > > -- > Bastien