danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

Sublime orgmode under Linux #3

Closed smonff closed 12 years ago

smonff commented 12 years ago

Is it supposed to work under Linux?

danielmagnussons commented 12 years ago

Not tested, tried briefly with Mac OS, syntax highlight was working but no keys. Added Default (OSX).sublime-keymap ( copy from windows in orgmode dir) and keys started working.

Then there is some windows hack within code to open browser and such, which need a bit more time to get working.

Some tweaks and it should work =)

a search gives;

DEFAULT_OPEN_LINK_COMMANDS = dict(

Standard universal can opener for OSX.

darwin=['open'],
# Found at:
# - http://frank.zinepal.com/open-a-file-in-the-default-application-using
# - http://commandwindows.com/tipsandtricks.htm#startcommand

win32=['cmd', '/C', 'start'],

# Dunno yet - help anyone?
# linux= FIXME ???

)

so i guess there is some work to be done.

smonff commented 12 years ago

I can confirm that syntax highlight works fine but keys don't... Maybe I will fix it if I can.

Keep in touch.