christopherjwhite / org-toodledo

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

Handle Tags with spaces #38

Open DSMasterson opened 10 years ago

DSMasterson commented 10 years ago

Toodledo allows tags to have spaces whereas Org does not. Therefore, org-toodledo should convert spaces to underscore when moving from Toodledo to Org and vice versa when moving back.

christopherjwhite commented 10 years ago

Interesting idea, but it does present some challenges because you could define a tag in Toodledo with an underscore, so org-toodledo would have to be smart about which underscores to turn back to spaces when going back to Toodledo.

Not impossible, I'll take a look at it.