Suvayu Ali writes:
> Despite that, all the org-e-* files under org-mode/lisp were not removed
> after I did `make cleanall'. I need to do a `git clean -f -x -e
> local.mk' to get rid of them.
The easier way of dealing with this would have been to either check out
maint and then do a "make clean"
On Fri, Feb 08, 2013 at 11:17:28PM +0100, Achim Gratz wrote:
> Suvayu Ali writes:
> > In my local.mk I had `ORG_ADD_CONTRIB = org-e-*' before, but after the
> > switch I removed it (as you had pointed it out in another thread :)).
> > Despite that, all the org-e-* files under org-mode/lisp were not
Suvayu Ali writes:
> In my local.mk I had `ORG_ADD_CONTRIB = org-e-*' before, but after the
> switch I removed it (as you had pointed it out in another thread :)).
> Despite that, all the org-e-* files under org-mode/lisp were not removed
> after I did `make cleanall'.
You would have needed to do
Hi Achim,
While switching to the new exporter I noticed something.
In my local.mk I had `ORG_ADD_CONTRIB = org-e-*' before, but after the
switch I removed it (as you had pointed it out in another thread :)).
Despite that, all the org-e-* files under org-mode/lisp were not removed
after I did `mak