emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Build issue with latest git version - org-crypt.el


From: Peter Jones
Subject: [Orgmode] Re: Build issue with latest git version - org-crypt.el
Date: Wed, 16 Sep 2009 15:39:54 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (darwin)

Mark Elston <address@hidden> writes:
> However, for those who won't be using org-crypt as a normal
> part of their daily operation it is probably simpler to make
> the build/installation of org-crypt optional.  That way the
> normal maintenance for those who do "simple" things stays,
> uh, simple.

I also think that org-crypt should be optional, or at least put in the
contrib directory.  I didn't realize it was going to cause build issues.

That said, here is a patch for the Makefile so I could build the latest
org-mode:

diff --git a/Makefile b/Makefile
index f1b541b..085951d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ infodir = $(prefix)/share/info
 
 BATCH=$(EMACS) -batch -q -no-site-file -eval                             \
   "(progn (add-to-list (quote load-path) \"$(lispdir)\") \
+          (add-to-list (quote load-path) \"$(lispdir)/epg\") \
          (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))"
 
 # Specify the byte-compiler for compiling org-mode files

-- 
Peter Jones - 303-219-0226
pmade inc.  - http://pmade.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]