Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Suvayu Ali
Hi Achim,

On Wed, Oct 10, 2012 at 06:05:59PM +0200, Achim Gratz wrote:
 Achim Gratz writes:
  What is not working is re-loading of org-export-latex.  How it manages to 
  drop
  the name and make nil out of this I don't know (yet).
 
 Some files in Org provide more than one feature and at least one of
 those then doesn't have a name that corresponds to the filename.  It
 turns out that there is a fuction to ask for the filename a feature was
 loaded from, so I'll just use this one instead of the symbol name.  This
 should fix that bug for real…
 

I have a couple of third party org libraries that are causing this
problem for me.  I couldn't follow the discussion properly, could you
please elaborate how I might fix these libraries so that org-reload
works properly?

Here are my messages:

  Some error occured while reloading Org features
  (org-occur-goto org-search-goto)
  Please check *Messages*!
  Org-mode version 7.9.2 (release_7.9.2-434-gc23dea @ ...)

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.



Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Achim Gratz
Suvayu Ali writes:
 I have a couple of third party org libraries that are causing this
 problem for me.  I couldn't follow the discussion properly, could you
 please elaborate how I might fix these libraries so that org-reload
 works properly?

Whatever your problem is, it's clearly different from the one that was
discussed.

 Here are my messages:

   Some error occured while reloading Org features
   (org-occur-goto org-search-goto)
   Please check *Messages*!
   Org-mode version 7.9.2 (release_7.9.2-434-gc23dea @ ...)

So did you check *Messages*?  What do these libraries return when loaded
(they should return t).


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Suvayu Ali
Hi Achim,

On Thu, Oct 11, 2012 at 08:17:57PM +0200, Achim Gratz wrote:
 Suvayu Ali writes:
  Here are my messages:
 
Some error occured while reloading Org features
(org-occur-goto org-search-goto)
Please check *Messages*!
Org-mode version 7.9.2 (release_7.9.2-434-gc23dea @ ...)
 
 So did you check *Messages*?  What do these libraries return when loaded
 (they should return t).
 

I thought I skimmed through it, but I apparently missed them!  Anyway
they do return t but it is obvious from the message below that
org-reload does not like that these libraries are not in the usual org
directories (they are not part of contrib).

  Loading /home/jallad/.emacs.d/lisp/org-occur-goto.el (source)...done
  Had to fall back onto load-path, something is not quite right...
  
  [...]
  
  Loading /home/jallad/.emacs.d/lisp/org-search-goto...done
  Had to fall back onto load-path, something is not quite right...

Does this mean I will have to live with it or is there a work around?

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.



Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Achim Gratz
Suvayu Ali writes:
 I thought I skimmed through it, but I apparently missed them!  Anyway
 they do return t but it is obvious from the message below that
 org-reload does not like that these libraries are not in the usual org
 directories (they are not part of contrib).

They are not part of Org, but you've put them into the namespace of Org.

 Does this mean I will have to live with it or is there a work around?

You can put them into the contrib dir (which is found by looking up
where org-contribdir would load from).  There can only one such place.
Or you rename them so that they don't start with org.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds




Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Suvayu Ali
On Thu, Oct 11, 2012 at 09:06:42PM +0200, Achim Gratz wrote:
 Suvayu Ali writes:
  I thought I skimmed through it, but I apparently missed them!  Anyway
  they do return t but it is obvious from the message below that
  org-reload does not like that these libraries are not in the usual org
  directories (they are not part of contrib).
 
 They are not part of Org, but you've put them into the namespace of Org.
 

Well, I just got them from Emacswiki; they were originally posted on
this list.

  Does this mean I will have to live with it or is there a work around?
 
 You can put them into the contrib dir (which is found by looking up
 where org-contribdir would load from).  There can only one such place.
 Or you rename them so that they don't start with org.
 

Thanks a lot for both suggestions.  I will see which one suits me best.

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.



Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Nicolas Goaziou
Hello,

Achim Gratz strom...@nexgo.de writes:

 Suvayu Ali writes:
 I thought I skimmed through it, but I apparently missed them!  Anyway
 they do return t but it is obvious from the message below that
 org-reload does not like that these libraries are not in the usual org
 directories (they are not part of contrib).

 They are not part of Org, but you've put them into the namespace of
 Org.

By the way shouldn't testing/ and testing/lisp/ directories be allowed
to contain features? At the moment reloading with feature `org-test'
present returns errors like:

  Loading ~/.emacs.d/org-mode/testing/org-test.el (source)...done
  Had to fall back onto load-path, something is not quite right...


Regards,

-- 
Nicolas Goaziou



Re: [O] Error on reload but none in Messages Buffer?

2012-10-11 Thread Achim Gratz
Nicolas Goaziou writes:
 By the way shouldn't testing/ and testing/lisp/ directories be allowed
 to contain features? At the moment reloading with feature `org-test'
 present returns errors like:

It's a warning, not an error.  It's there so that you aren't missing
when a file is not loaded from where it should be loaded from.  In this
case it's easy to see that only the org-test files are involved and you
don't even need to look into *Messages*.

   Loading ~/.emacs.d/org-mode/testing/org-test.el (source)...done
   Had to fall back onto load-path, something is not quite right...

IMHO, org-test and org-test-ob-consts should probably not be reloaded by
org-reload, so they could be filtered out.  Taking a leaf from babel and
perhaps the new exporter, giving them a prefix of ot- rather than
org-test might be an idea for the future.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/10/12 19:37, Achim Gratz wrote:
 Rainer M Krug writes:
 When reloading org after update, I get the following messages in the message 
 buffer, where
 there is apparentkly an error - but I can't see any?
 
 It's a bug in org-reload, please pull again.  Thank you for the report.

Hi Achim,

unfortunately I still get the same message (below)

Cheers,

Rainer


Loading /home/rkrug/.emacs.d/org-mode/lisp/ob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-R...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-comint...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-emacs-lisp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-eval...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-keys...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-lob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-plantuml...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-ref...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-sh...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-table...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-tangle...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-agenda...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bbdb...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-beamer...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bibtex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-compat...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-docview...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-entities...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-faces...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-footnote...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-gnus...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-html...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-indent...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-info...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-irc...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-jsinfo...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-list...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-macs...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mew...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mhe...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-mime.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-notmuch.el 
(source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-pcomplete...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-protocol...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-rmail...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-src...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-vm...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-w3m...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-wl...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-version.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-loaddefs.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...done
Some error occured while reloading Org features
(nil)
Please check *Messages*!
Org-mode version 7.9.2 (release_7.9.2-428-ge2e545.dirty @ 
/home/rkrug/.emacs.d/org-mode/lisp/)

 
 
 Regards, Achim.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1HPAACgkQoYgNqgF2egqEmACgiKOLADtYsZccJN2XL1nFGQvj
NHQAn2rpT6BaF1/po8xPlFxpO14OkqZn
=4jvl
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz

Rainer M Krug r.m.krug at gmail.com writes:
 unfortunately I still get the same message (below)

I don't see how this is possible unless one of the loaded
files returns '(nil)' instead of 't' when loaded.  Could 
you go to org-reload and change

 (load-misses ()))
+   (message %s lfeats)
(setq load-misses
- (delq 't
+ (delq 'tt
(mapcar (lambda (f)
  (or

This will always get you an error, but record the full list 
before stripping the successful returns, so it will be easier 
to see where that '(nil)' might come from.


Regards,
Achim. 




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 12:55, Achim Gratz wrote:
 
 Rainer M Krug r.m.krug at gmail.com writes:
 unfortunately I still get the same message (below)
 
 I don't see how this is possible unless one of the loaded files returns 
 '(nil)' instead of 't' 
 when loaded.  Could you go to org-reload and change
 
 (load-misses ())) +   (message %s lfeats) (setq load-misses - (delq 
 't +  (delq 'tt 
 (mapcar (lambda (f) (or
 
 This will always get you an error, but record the full list before stripping 
 the successful 
 returns, so it will be easier to see where that '(nil)' might come from.

OK - I get a warning when compiling:

In org-reload:
org.el:20024:19:Warning: reference to free variable `lfeats'

and on running org-reload afterwards an error:

call-interactively: Symbol's value as variable is void: lfeats

I don't assume this is normal?

Rainer

 
 
 Regards, Achim.
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1YsIACgkQoYgNqgF2egoVSwCfWdd0B2JIATYXiZFM/P/c/ttR
he4An1TFM78UrKx70AeAYh3Z+Q7vttCN
=KmQY
-END PGP SIGNATURE-




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Memnon Anon
Rainer M Krug r.m.k...@gmail.com writes:

 On 10/10/12 12:55, Achim Gratz wrote:

 (load-misses ())) +   (message %s lfeats) (setq load-misses -(delq 
 't +  (delq 'tt 
 (mapcar (lambda (f) (or

 OK - I get a warning when compiling:

 In org-reload:
 org.el:20024:19:Warning: reference to free variable `lfeats'

(load-misses ())) +   (message %s lfeats) 
That should probably be ^lfeat

Memnon




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug R.M.Krug at gmail.com writes:
 OK - I get a warning when compiling:
 
 In org-reload:
 org.el:20024:19:Warning: reference to free variable `lfeats'
 
 and on running org-reload afterwards an error:
 
 call-interactively: Symbol's value as variable is void: lfeats
 
 I don't assume this is normal?

No, a typo, make that lfeat (without the s).


Regards,
Achim.






Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 14:48, Achim Gratz wrote:
 Rainer M Krug R.M.Krug at gmail.com writes:
 OK - I get a warning when compiling:
 
 In org-reload: org.el:20024:19:Warning: reference to free variable `lfeats'
 
 and on running org-reload afterwards an error:
 
 call-interactively: Symbol's value as variable is void: lfeats
 
 I don't assume this is normal?
 
 No, a typo, make that lfeat (without the s).
 

OK - here is the output:

(ob ob-R ob-comint ob-emacs-lisp ob-eval ob-exp ob-keys ob-latex ob-lob 
ob-plantuml ob-ref ob-sh
ob-table ob-tangle org-agenda org-archive org-bbdb org-beamer org-bibtex 
org-compat org-docview
org-entities org-exp org-export-latex org-faces org-footnote org-gnus org-html 
org-indent org-info
org-irc org-jsinfo org-latex org-list org-macs org-mew org-mhe org-mime 
org-notmuch org-pcomplete
org-protocol org-rmail org-src org-vm org-w3m org-wl org-version org)
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-R...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-comint...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-emacs-lisp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-eval...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-keys...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-lob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-plantuml...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-ref...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-sh...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-table...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-tangle...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-agenda...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-archive...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bbdb...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-beamer...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bibtex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-compat...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-docview...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-entities...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-faces...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-footnote...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-gnus...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-html...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-indent...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-info...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-irc...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-jsinfo...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-list...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-macs...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mew...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mhe...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-mime.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-notmuch.el 
(source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-pcomplete...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-protocol...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-rmail...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-src...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-vm...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-w3m...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-wl...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-version.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-loaddefs.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...done
Some error occured while reloading Org features
(t t t t t t t t t t t t t t t t t t t t t t t nil t t t t t t t t t t t t t t 
t t t t t t t t t t)
Please check *Messages*!
Org-mode version 7.9.2 (release_7.9.2-428-ge2e545.dirty @ 
/home/rkrug/.emacs.d/org-mode/lisp/)
byte-code: Beginning of buffer
byte-code: Beginning of buffer


 
 Regards, Achim.
 
 
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1dE4ACgkQoYgNqgF2egraQQCfTVK8df8DTCOqVlccmF/I0fCD
IOIAn3f/3nf0aiAIJSBBpxbehahRHHMC
=BKrb
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug r.m.krug at gmail.com writes:
 OK - here is the output:

What is not working is re-loading of org-export-latex.  How it manages to drop
the name and make nil out of this I don't know (yet).  What happens if you
manually re-load org-expotr-latex?


Regards,
Achim.








Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 15:34, Achim Gratz wrote:
 Rainer M Krug r.m.krug at gmail.com writes:
 OK - here is the output:
 
 What is not working is re-loading of org-export-latex.  How it manages to 
 drop the name and
 make nil out of this I don't know (yet).  What happens if you manually re-load
 org-expotr-latex?

I did:

 (load /home/rkrug/.emacs.d/org-mode/lisp/org-latex)
t

t as the result.

Is this what I should try?

I assume this does not help.

I also tried:


(load /home/rkrug/.emacs.d/org-mode/lisp/org-jsinfo)
t
(load /home/rkrug/.emacs.d/org-mode/lisp/org-faces)
t

Rainer
 
 
 Regards, Achim.
 
 
 
 
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1fLgACgkQoYgNqgF2egodIACdGBP7x1QTupjhRYg6QiOwgEIU
KBkAnRTrAYOKEancFJzpMLNm03TixCQE
=7ayX
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Achim Gratz writes:
 What is not working is re-loading of org-export-latex.  How it manages to drop
 the name and make nil out of this I don't know (yet).

Some files in Org provide more than one feature and at least one of
those then doesn't have a name that corresponds to the filename.  It
turns out that there is a fuction to ask for the filename a feature was
loaded from, so I'll just use this one instead of the symbol name.  This
should fix that bug for real…


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 18:05, Achim Gratz wrote:
 Achim Gratz writes:
 What is not working is re-loading of org-export-latex.  How it manages to 
 drop the name and
 make nil out of this I don't know (yet).
 
 Some files in Org provide more than one feature and at least one of those 
 then doesn't have a
 name that corresponds to the filename.  It turns out that there is a fuction 
 to ask for the
 filename a feature was loaded from, so I'll just use this one instead of the 
 symbol name.
 This should fix that bug for real…

Perfect - problem solved:

Successfully reloaded Org
Org-mode version 7.9.2 (release_7.9.2-432-g545166.dirty @ 
/home/rkrug/.emacs.d/org-mode/lisp/)

Thanks a lot,

Rainer

 
 
 Regards, Achim.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1nzQACgkQoYgNqgF2egohGACfe2xZwXPidkreTTgWPz15+0IS
iCEAniURJMVhAJMhayYP3HGpdgTKH9ah
=7ktb
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug writes:
 Perfect - problem solved:

Thanks for your patience.

 Successfully reloaded Org
 Org-mode version 7.9.2 (release_7.9.2-432-g545166.dirty @ 
 /home/rkrug/.emacs.d/org-mode/lisp/)

Now if you could satisfy my curiosity and tell me what you do to an
apparently freshly updated Org to make it dirty?


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 18:31, Achim Gratz wrote:
 Rainer M Krug writes:
 Perfect - problem solved:
 
 Thanks for your patience.
 
 Successfully reloaded Org Org-mode version 7.9.2 
 (release_7.9.2-432-g545166.dirty @
 /home/rkrug/.emacs.d/org-mode/lisp/)
 
 Now if you could satisfy my curiosity and tell me what you do to an 
 apparently freshly updated
 Org to make it dirty?

I was wondering myself...

What *can* make it dirty?

Rainer

 
 
 Regards, Achim.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1pTUACgkQoYgNqgF2egqotQCeLF6i/UAutd3qA2MeWjc7Vrhv
gpAAmwUlct7ukDtEUs85TaB7JkpJtUQ2
=kKyZ
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug writes:
 Now if you could satisfy my curiosity and tell me what you do to an 
 apparently freshly updated
 Org to make it dirty?

 I was wondering myself...

 What *can* make it dirty?

git status

should tell you what it thinks has changed.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Nick Dokos
Rainer M Krug r.m.k...@gmail.com wrote:

 On 10/10/12 18:31, Achim Gratz wrote:
  Rainer M Krug writes:
  Perfect - problem solved:
 
  Thanks for your patience.
 
  Successfully reloaded Org Org-mode version 7.9.2 
  (release_7.9.2-432-g545166.dirty @
  /home/rkrug/.emacs.d/org-mode/lisp/)
 
  Now if you could satisfy my curiosity and tell me what you do to an 
  apparently freshly updated
  Org to make it dirty?
 
 I was wondering myself...
 
 What *can* make it dirty?
 

Rebasing to incorporate local patches after the pull perhaps?

http://orgmode.org/worg/org-faq.html#keeping-local-changes-current-with-Org-mode-development

Nick




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Nick Dokos writes:
 Rebasing to incorporate local patches after the pull perhaps?

No, that'd give a clean state with a different SHA-1.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds




Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/10/12 18:55, Achim Gratz wrote:
 Rainer M Krug writes:
 Now if you could satisfy my curiosity and tell me what you do to an 
 apparently freshly
 updated Org to make it dirty?
 
 I was wondering myself...
 
 What *can* make it dirty?
 
 git status
 
 should tell you what it thinks has changed.

OK - I deleted lisp/org-element.el - don't remember why. I did, as suggested by
git status

git checkout lisp/org-element.el

and this cleaned my org:

Successfully reloaded Org
Org-mode version 7.9.2 (release_7.9.2-432-g545166 @ 
/home/rkrug/.emacs.d/org-mode/lisp/)

Thanks a lot,

Rainer

 
 
 Regards, Achim.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB1vHAACgkQoYgNqgF2egpf1gCfXB3uLzK+A9c26G9k89qYlURX
De8AoIP0GaxWPr4/gIRH0ZuCh61JHytW
=QfFn
-END PGP SIGNATURE-



[O] Error on reload but none in Messages Buffer?

2012-10-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

When reloading org after update, I get the following messages in the message 
buffer, where there
is apparentkly an error - but I can't see any?

Any suggestions?

Rainer

Loading /home/rkrug/.emacs.d/org-mode/lisp/ob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-R...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-comint...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-emacs-lisp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-eval...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-keys...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-lob...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-plantuml...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-ref...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-sh...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-table...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/ob-tangle...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-agenda...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bbdb...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-beamer...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-bibtex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-compat...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-docview...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-entities...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-exp...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-faces...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-footnote...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-gnus...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-html...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-indent...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-info...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-irc...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-jsinfo...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-latex...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-list...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-macs...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mew...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-mhe...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-mime.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/contrib/lisp/org-notmuch.el 
(source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-pcomplete...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-protocol...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-rmail...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-src...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-vm...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-w3m...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-wl...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-version.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...
Loading /home/rkrug/.emacs.d/org-mode/lisp/org-loaddefs.el (source)...done
Loading /home/rkrug/.emacs.d/org-mode/lisp/org...done
Some error occured while reloading Org features
(nil)
Please check *Messages*!
Org-mode version 7.9.2 (release_7.9.2-421-gfaa9ea.dirty @ 
/home/rkrug/.emacs.d/org-mode/lisp/)
byte-code: End of buffer


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB0BvEACgkQoYgNqgF2egrjbgCfXyzIw8Dcsk9CQi5x5kVtu8En
75UAnjuKYi11y49BaVz4QJYDXJQuVa2q
=c5cF
-END PGP SIGNATURE-



Re: [O] Error on reload but none in Messages Buffer?

2012-10-09 Thread Achim Gratz
Rainer M Krug writes:
 When reloading org after update, I get the following messages in the message 
 buffer, where there
 is apparentkly an error - but I can't see any?

It's a bug in org-reload, please pull again.  Thank you for the report.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds