Re: [O] set modes for org-edit-special (elisp block)

2016-01-23 Thread Kyle Meyer
Hello, Stefan Huchler writes: > Hi, > > org-edit-special opens elisp code with emacs-lisp mode, which is not > bad, but I wanted to try out xah-elisp-mode for am while. > > tried to overwrite or shadow the settings with something like > > (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-li

[O] set modes for org-edit-special (elisp block)

2016-01-23 Thread Stefan Huchler
Hi, org-edit-special opens elisp code with emacs-lisp mode, which is not bad, but I wanted to try out xah-elisp-mode for am while. tried to overwrite or shadow the settings with something like (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-lisp)) am I here at the right place to change t

Re: [O] Wrong type argument: characterp, 134217782 (??)

2016-01-23 Thread Charles C. Berry
On Sat, 23 Jan 2016, Charles C. Berry wrote: On Sat, 23 Jan 2016, Eric S Fraga wrote: On Saturday, 23 Jan 2016 at 14:36, vendo.li...@libero.it wrote: [...] Then I discovered that the backquote symbol was not recognized. Everytime I press it, I get the 'Wrong type argument: characterp, 13421

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Eric Abrahamsen
Thierry Banel writes: > Syncthing is your own cloud. > Released under the Mozilla Public License. Almost, but not quite: you still need your own always-on server somewhere to make it work. I use the Syncthing app on my Android phone, so that the phone kind of works as a "ferry" for getting files

Re: [O] Wrong type argument: characterp, 134217782 (??)

2016-01-23 Thread Charles C. Berry
On Sat, 23 Jan 2016, Eric S Fraga wrote: On Saturday, 23 Jan 2016 at 14:36, vendo.li...@libero.it wrote: [...] Then I discovered that the backquote symbol was not recognized. Everytime I press it, I get the 'Wrong type argument: characterp, 134217782' message in the mini-buffer. Maybe try

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Thierry Banel
Syncthing is your own cloud. Released under the Mozilla Public License. Le 23/01/2016 20:46, Peter Davis a écrit : > I use Dropbox for this purpose. It works perfectly and is completely > transparent. > > -pd >

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Marcin Borkowski
On 2016-01-23, at 19:28, Xebar Saram wrote: > Thanks for the feedback guys! > > Marcin: do you know of good packages or methods to auto push/pull from > emacs each time you save a file (preferably ones that dont require coding > skills :-)) Sadly, no. But this shouldn't be too difficult - basi

[O] R: Re: Wrong type argument: characterp, 134217782 (??)

2016-01-23 Thread vendo.li...@libero.it
Here the Backtrace generated by "M-x toggle-debug-on-error": Debugger entered--Lisp error: (wrong-type-argument characterp 134217782) format("No such math symbol %c on level %d" 134217782 1) apply(format ("No such math symbol %c on level %d" 134217782 1)) error("No such math symbol %c on

Re: [O] Wrong type argument: characterp, 134217782 (??)

2016-01-23 Thread Eric S Fraga
On Saturday, 23 Jan 2016 at 14:36, vendo.li...@libero.it wrote: [...] > Then I discovered that the backquote symbol was not > recognized. Everytime I press it, I get the 'Wrong type argument: > characterp, 134217782' message in the mini-buffer. Maybe try M-x toggle-debug-on-error and see w

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Peter Davis
I use Dropbox for this purpose. It works perfectly and is completely transparent. -pd On Sat, Jan 23, 2016, at 01:28 PM, Xebar Saram wrote: > Thanks for the feedback guys! > > Marcin: do you know of good packages or methods to auto push/pull from > emacs each time you save a file (preferably one

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Xebar Saram
Thanks for the feedback guys! Marcin: do you know of good packages or methods to auto push/pull from emacs each time you save a file (preferably ones that dont require coding skills :-)) thx Z On Sat, Jan 23, 2016 at 4:58 PM, John Kitchin wrote: > you might adapt this: https://github.com/bbat

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread John Kitchin
you might adapt this: https://github.com/bbatsov/super-save it saves buffers when they lose focus. You could also have them commit and push with a little more work. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mell

Re: [O] is orgmode.org's git repo down?

2016-01-23 Thread Nick Dokos
"Robert H. Klein" writes: > Hi, > > On Fri, 22 Jan 2016 17:55:13 -0500 > Gary Oberbrunner wrote: > >> Restarting didn't make git: work, but now http: does. Thanks! > > Yes, the git protocol uses another server program 'git-daemon', not the > web server. > > Anyway, I found a configuration glitch

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Eric S Fraga
On Saturday, 23 Jan 2016 at 09:22, Xebar Saram wrote: > Hi all > > Was wondering about input regarding having all my orgmode files on a > remote server and editing from there? I have a similar situation to you (4 machines, using git + unison) and sympathise. I have managed to be careful enough th

[O] Wrong type argument: characterp, 134217782 (??)

2016-01-23 Thread vendo.li...@libero.it
First of all, I really like using Org-mode! A couple of days ago I discovered I could rapidly insert occasional math expressions in org files with CDLaTeX so I tried to activate it with 'M-x org-cdlatex-mode' but Org mode couldn't find cdlatex.el as it wasn't present in the emacs' folders. I dow

Re: [O] is orgmode.org's git repo down?

2016-01-23 Thread Robert H. Klein
Hi, On Fri, 22 Jan 2016 17:55:13 -0500 Gary Oberbrunner wrote: > Restarting didn't make git: work, but now http: does. Thanks! Yes, the git protocol uses another server program 'git-daemon', not the web server. Anyway, I found a configuration glitch and now it works again. Best regards Robert

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Marcin Borkowski
On 2016-01-23, at 08:22, Xebar Saram wrote: > Hi all > > Was wondering about input regarding having all my orgmode files on a remote > server and editing from there? > > I keep syncing (via git,unison etc) all my org files all the time between 4 > machines and i just had enough :) im not (and pr