Sina Sabbagh
Sina Sabbagh
Following the discussions on #518, here's a new issue for RTL support. I'm going to create a pull request soon, addressing following issues: - Persian translation, - RTL styles (including...
This PR contains the following: - Persian translation, - RTL styles (including Bootstrap), - functionality to switch to RTL style based on locale, - locale numbers in various views Please...
I have problem running mongo. After starting mongodb service, commanding mongo would result: `Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145 ` And running mongod would result: `ERROR: dbpath (/data/db/)...
Using Ruby 1.9.1, i get this error calling to_orgmode.rb: ``` /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- chronic (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /home/sina/bin/kindle/lib/kindle/note.rb:2:in `' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in...
Hello, I was trying this: `(setq org-pomodoro-clock-break t)` to have my break time counted in. But realized that we have this on `org-pomodoro-short-break-finished`: ``` (when org-pomodoro-clock-break (org-clock-out nil t)) ```...