christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

org-version not defined? (with org-mode 7.9) #11

Closed BeSlayed closed 11 years ago

BeSlayed commented 11 years ago

This perhaps is just an issue with my install, I'm not sure. But it seems that since I upgraded to the newest org-mode (from git) that org-toodledo complains that it can't find the org-version variable, and won't sync.

The workaround that fixes this, for me, is to add to my .emacs:

(require 'org-version) (setq org-version (org-release))

christopherjwhite commented 11 years ago

I found some info on the org mailing list regarding this:

http://thread.gmane.org/gmane.emacs.orgmode/59337 http://comments.gmane.org/gmane.emacs.orgmode/55412

So this looks like an org installation issue. Can you try some of the solutions listed above and see if that resolves the problem?

If not, sounds like you should post the problem to org-mode.

...cj

On 8/31/12 7:12 PM, BeSlayed wrote:

This perhaps is just an issue with my install, I'm not sure. But it seems that since I upgraded to the newest org-mode (from git) that org-toodledo complains that it can't find the org-version variable, and won't sync.

The workaround that fixes this, for me, is to add to my .emacs:

(require 'org-version) (setq org-version (org-release))

— Reply to this email directly or view it on GitHub https://github.com/christopherjwhite/org-toodledo/issues/11..

BeSlayed commented 11 years ago

Thanks, I'll try that.

Benjamin Slade slade@uta.edu slade@uta.edu Dept. of Linguistics & TESOL University of Texas at Arlington [ http://www.jnanam.net/slade/ ]

132E Hammond Hall | Office Hours: TBA

Stæfcræft & Vyākaraṇa (lingblog) - http://staefcraeft.blogspot.com

_प_रो ऽक्ष॑कामा हि _दे_वाः

'The gods love the obscure.' (Śatapathabrāhmaṇa 6.1.1.2)


Choose freedom, choose GNU http://www.gnu.org/ & Linuxhttp://www.whylinuxisbetter.net/ .

On 2 September 2012 15:33, Christopher J. White notifications@github.comwrote:

I found some info on the org mailing list regarding this:

http://thread.gmane.org/gmane.emacs.orgmode/59337 http://comments.gmane.org/gmane.emacs.orgmode/55412

So this looks like an org installation issue. Can you try some of the solutions listed above and see if that resolves the problem?

If not, sounds like you should post the problem to org-mode.

...cj

On 8/31/12 7:12 PM, BeSlayed wrote:

This perhaps is just an issue with my install, I'm not sure. But it seems that since I upgraded to the newest org-mode (from git) that org-toodledo complains that it can't find the org-version variable, and won't sync.

The workaround that fixes this, for me, is to add to my .emacs:

(require 'org-version) (setq org-version (org-release))

— Reply to this email directly or view it on GitHub https://github.com/christopherjwhite/org-toodledo/issues/11..

— Reply to this email directly or view it on GitHubhttps://github.com/christopherjwhite/org-toodledo/issues/11#issuecomment-8225836.

christopherjwhite commented 11 years ago

Closing this for now, I think this should have been resolved by the org team.