emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Makefile fix reverted?
@ 2007-12-20 17:56 Miguel A. Figueroa-Villanueva
  2007-12-21  8:22 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel A. Figueroa-Villanueva @ 2007-12-20 17:56 UTC (permalink / raw)
  To: emacs-orgmode

Hello Carsten,

I updated org-mode and realized that the Makefile fix that we had
applied a while back was reverted. I did a search on the mailing list
and found the following thread:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html

which might have been the reason for reverting this, but I believe
that the correct thing is to do as:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03380.html

That is, have both the cwd and lispdir in the list to load-path.
Currently, I have the following and it is working:

BATCH=$(EMACS) -batch -q -eval                             \
 "(progn (add-to-list (quote load-path) \".\")             \
         (add-to-list (quote load-path) \"$(lispdir)\"))"

Thanks,
--Miguel

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

* Re: Makefile fix reverted?
  2007-12-20 17:56 Makefile fix reverted? Miguel A. Figueroa-Villanueva
@ 2007-12-21  8:22 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-12-21  8:22 UTC (permalink / raw)
  To: Miguel A. Figueroa-Villanueva; +Cc: emacs-orgmode

Looks good, I will put this in.

- Carsten

On Dec 20, 2007 6:56 PM, Miguel A. Figueroa-Villanueva <miguelf@ieee.org> wrote:
> Hello Carsten,
>
> I updated org-mode and realized that the Makefile fix that we had
> applied a while back was reverted. I did a search on the mailing list
> and found the following thread:
>
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html
>
> which might have been the reason for reverting this, but I believe
> that the correct thing is to do as:
>
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03380.html
>
> That is, have both the cwd and lispdir in the list to load-path.
> Currently, I have the following and it is working:
>
> BATCH=$(EMACS) -batch -q -eval                             \
>  "(progn (add-to-list (quote load-path) \".\")             \
>          (add-to-list (quote load-path) \"$(lispdir)\"))"
>
> Thanks,
> --Miguel
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

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

end of thread, other threads:[~2007-12-21  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-20 17:56 Makefile fix reverted? Miguel A. Figueroa-Villanueva
2007-12-21  8:22 ` Carsten Dominik

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).