emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Failure in compiling org-capture.el
@ 2017-04-17 14:11 Kaushal Modi
  2017-04-17 14:55 ` Kaushal Modi
  0 siblings, 1 reply; 6+ messages in thread
From: Kaushal Modi @ 2017-04-17 14:11 UTC (permalink / raw)
  To: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 4176 bytes --]

I am on master branch: ea3754f.

A recent change in org-capture.el breaks compilation:

In toplevel form:
org-capture.el:1586:1:Error: Unknown pattern ‘nil’
Compiling /home/kmodi/.emacs.d/elisp/org-mode/lisp/org-install.el...
Compiling /home/kmodi/.emacs.d/elisp/org-mode/lisp/org-loaddefs.el...
Compiling /home/kmodi/.emacs.d/elisp/org-mode/lisp/org-version.el...
Done (Total of 0 files compiled, 1 failed, 121 skipped)
make[2]: Leaving directory `/home/kmodi/.emacs.d/elisp/org-mode/lisp'
if [ ! -d
/home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org ] ;
then \
          install -m 755 -d
/home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org ; \
        fi ;
install -m 644 -p ob-C.elc ob-J.elc ob-R.elc ob-abc.elc ob-asymptote.elc
ob-awk.elc ob-calc.elc ob-clojure.elc ob-comint.elc ob-coq.elc ob-core.elc
ob-css.elc ob-ditaa.elc ob-dot.elc ob-ebnf.elc ob-emacs-lisp.elc
ob-eval.elc ob-exp.elc ob-forth.elc ob-fortran.elc ob-gnuplot.elc
ob-groovy.elc ob-haskell.elc ob-hledger.elc ob-io.elc ob-java.elc ob-js.elc
ob-keys.elc ob-latex.elc ob-ledger.elc ob-lilypond.elc ob-lisp.elc
ob-lob.elc ob-lua.elc ob-makefile.elc ob-matlab.elc ob-maxima.elc
ob-mscgen.elc ob-ocaml.elc ob-octave.elc ob-org.elc ob-perl.elc
ob-picolisp.elc ob-plantuml.elc ob-processing.elc ob-python.elc ob-ref.elc
ob-ruby.elc ob-sass.elc ob-scala.elc ob-scheme.elc ob-screen.elc ob-sed.elc
ob-shell.elc ob-shen.elc ob-sql.elc ob-sqlite.elc ob-stan.elc ob-table.elc
ob-tangle.elc ob.elc org-agenda.elc org-archive.elc org-attach.elc
org-bbdb.elc org-bibtex.elc org-capture.elc org-clock.elc org-colview.elc
org-compat.elc org-crypt.elc org-ctags.elc org-datetree.elc org-docview.elc
org-duration.elc org-eldoc.elc org-element.elc org-entities.elc
org-eshell.elc org-eww.elc org-faces.elc org-feed.elc org-footnote.elc
org-gnus.elc org-habit.elc org-id.elc org-indent.elc org-info.elc
org-inlinetask.elc org-irc.elc org-lint.elc org-list.elc org-macro.elc
org-macs.elc org-mhe.elc org-mime.elc org-mobile.elc org-mouse.elc
org-pcomplete.elc org-plot.elc org-protocol.elc org-rmail.elc org-src.elc
org-table.elc org-timer.elc org-w3m.elc org.elc ox-ascii.elc ox-beamer.elc
ox-html.elc ox-icalendar.elc ox-latex.elc ox-man.elc ox-md.elc ox-odt.elc
ox-org.elc ox-publish.elc ox-texinfo.elc ox.elc ob-C.el ob-J.el ob-R.el
ob-abc.el ob-asymptote.el ob-awk.el ob-calc.el ob-clojure.el ob-comint.el
ob-coq.el ob-core.el ob-css.el ob-ditaa.el ob-dot.el ob-ebnf.el
ob-emacs-lisp.el ob-eval.el ob-exp.el ob-forth.el ob-fortran.el
ob-gnuplot.el ob-groovy.el ob-haskell.el ob-hledger.el ob-io.el ob-java.el
ob-js.el ob-keys.el ob-latex.el ob-ledger.el ob-lilypond.el ob-lisp.el
ob-lob.el ob-lua.el ob-makefile.el ob-matlab.el ob-maxima.el ob-mscgen.el
ob-ocaml.el ob-octave.el ob-org.el ob-perl.el ob-picolisp.el ob-plantuml.el
ob-processing.el ob-python.el ob-ref.el ob-ruby.el ob-sass.el ob-scala.el
ob-scheme.el ob-screen.el ob-sed.el ob-shell.el ob-shen.el ob-sql.el
ob-sqlite.el ob-stan.el ob-table.el ob-tangle.el ob.el org-agenda.el
org-archive.el org-attach.el org-bbdb.el org-bibtex.el org-capture.el
org-clock.el org-colview.el org-compat.el org-crypt.el org-ctags.el
org-datetree.el org-docview.el org-duration.el org-eldoc.el org-element.el
org-entities.el org-eshell.el org-eww.el org-faces.el org-feed.el
org-footnote.el org-gnus.el org-habit.el org-id.el org-indent.el
org-info.el org-inlinetask.el org-install.el org-irc.el org-lint.el
org-list.el org-macro.el org-macs.el org-mhe.el org-mime.el org-mobile.el
org-mouse.el org-pcomplete.el org-plot.el org-protocol.el org-rmail.el
org-src.el org-table.el org-timer.el org-w3m.el org.el ox-ascii.el
ox-beamer.el ox-html.el ox-icalendar.el ox-latex.el ox-man.el ox-md.el
ox-odt.el ox-org.el ox-publish.el ox-texinfo.el ox.el org-version.el
org-loaddefs.el
/home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org
install: cannot stat `org-capture.elc': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/kmodi/.emacs.d/elisp/org-mode/lisp'
make: *** [install-lisp] Error 2


-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 4459 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-17 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17 14:11 Failure in compiling org-capture.el Kaushal Modi
2017-04-17 14:55 ` Kaushal Modi
2017-04-17 15:10   ` Kaushal Modi
2017-04-17 15:19     ` Kaushal Modi
2017-04-17 18:05       ` Nicolas Goaziou
2017-04-17 18:11         ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).