Orgmode for Sublime Text 2 and 3
21–30 of 30 posts
Re: Orgmode for Sublime Text 2 and 3
#22Offtopic, but everytime I want to try Sublime I check to see if it can edit files on remote systems via SSH and it can't. Well you can if you install some package on the remote systems but that's clunky and doesn't count. I'll continue using Emacs.
What I've been doing instead is using the rsync-ssh plugin https://github.com/davidolrik/sublime-rsync-ssh
I keep a local copy of the repo, which allows me to work even without access to the cloud dev environment and makes searching orders of magnitude quicker, but still saves changes to the remote environment whenever I save a file in Sublime.
It's not perfect, but works well enough for my current workflow, so thought I'd share.
Re: Orgmode for Sublime Text 2 and 3
#23Kudos to the author for trying to bring org mode to a wider audience. It was definitely the gateway drug to Emacs for me, and now that I've been using org for awhile I honestly can't see myself ever switching to another personal task manager/productivity tool. I always recommend it to others, but alas, the Emacs barrier is too big for most to overcome. I do have one suggestion: don't try to emulate the feature set of…
How does your agenda view differ from the default?
Re: Orgmode for Sublime Text 2 and 3
#24Kudos to the author for trying to bring org mode to a wider audience. It was definitely the gateway drug to Emacs for me, and now that I've been using org for awhile I honestly can't see myself ever switching to another personal task manager/productivity tool. I always recommend it to others, but alas, the Emacs barrier is too big for most to overcome. I do have one suggestion: don't try to emulate the feature set of…
How does your agenda view differ from the default?
The "Weekly review" is made for a (slightly tweaked) GTD review. It allows me to review all the finished tasks in one plays, which I archive or refile for future reference (this is to mitigate the downside of mixing TODOs with notes --- you might lose important info when you archive a DONE task). Next block reviews the tasks where I'm waiting on something or someone. I can update their status and close them if whatever I was waiting on has happened. Then there are new tasks from my inbox (org-capture) that I refile and assign priorities/schedules/deadlines too. Then there is the agenda for the next week, so I have a chance to plan my work and schedule more tasks if I have the capacity. Then there is the review of all the NEXT actions. Then there are the SOMEDAY tasks, which I review and occasionally promote to TODOs or NEXT actions.
I'm also tinkering with agenda views that give longer term perspective for project planning. However, I'm already running into the limitations of agenda views.
Most of it is inspired by Bernt Hansen's (cited by the OP) and Sacha Chua's configs, though they are doing even more sophisticated stuff at times.
Re: Orgmode for Sublime Text 2 and 3
#252,3 years ago commit. What about Orgmode for other editors? I'd love to see Atom or VSCode get one.
It's a sort of variation on the Turing Tarpit: it's probably technically possible to implement Org-mode in Eclipse or Vim, but it's not easy. Not easy in both from the sense of software architecture and in the sense of the community. People live in Emacs for Mail and NNTP and a Shell and calendars and calculators and do so because Emacs was designed to be easy to extend and the community did. That community has people who have been married to Emacs for ten, twenty, thirty years. That's the kind of relationship that can sustain a decade+ development effort.
Re: Orgmode for Sublime Text 2 and 3
#26Oh, and tables. Having what is basically a spreadsheet that I can manipulate without ever touching my trackpad is a serious win.
Sadly, I doubt these features will ever be available outside of emacs. Org-mode probably deserves it's own app.
Re: Orgmode for Sublime Text 2 and 3
#27Earlier quoted context omitted.
How does your agenda view differ from the default?
Not the parent poster, but I have custom agendas too. The two I use the most are "Today" and "Weekly review". "Today" has the ordinary day agenda block, but sprinkled with habits tracking, as well as the separate list of NEXT actions, sorted by priority and complexity. The view is structured to answer the "What should I be doing right now?" very quickly. The "Weekly review" is made for a (slightly tweaked) GTD review…
But alas, this is the beauty and curse of org mode. I could do this, but will the time investment really make me that much more productive? Maybe, but maybe not.
Re: Orgmode for Sublime Text 2 and 3
#28Re: Orgmode for Sublime Text 2 and 3
#29Anyone know of a good org mode plugin for vim?
Re: Orgmode for Sublime Text 2 and 3
#30Is there a way for Sublime to work directly with Github? I maintain some notes files in org mode directly on Github. https://github.com/melling/ComputerLanguages https://github.com/melling/ErgonomicNotes However, when I want to make big changes, I work locally. Ideally, I'd be warned if I forget to update my local repo when I try to edit.