Re: Second Ctl in keychord not detected

2022-01-19 Thread Anssi Saari
"Loris Bennett" writes: > installed. I am using tmux and want to run > > org-insert-structure-template > > which is bound to > > C-c C-, > > When I type that, however, the function > > org-priority > > is executed instead, which is bound to > > C-c , > Does anyone know what is

C-c C-, in a terminal?

2021-12-28 Thread Anssi Saari
Hi all, while it's not an ORG mode question exactly, I have a problem with org-insert-structure-template and it's default shortcut, C-c C-, in terminals. As C-, isn't usually a control character in a terminal, terminals send just the comma if I hit C-,. Some terminals (at least wsltty) do send

Re: mobile org

2019-11-18 Thread Anssi Saari
Charles Philip Chan writes: > I personally use Orgzly. I use a directory on my device as the > repository and sync it with Foldersync. Just curious but what do you sync to with Foldersync? > However, I have been following Orgzly's development, Webdav and git > sync have just been implemented.

Re: [O] Syncing methods for org files and org-mobile.el

2017-01-13 Thread Anssi Saari
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > On Friday, 13 Jan 2017 at 08:50, Anssi Saari wrote: >> When I tried MobileOrg I think I used Dropbox. But since initiating >> manual sync from Emacs seemed mandatory I just didn't get much use out >> of MobileOrg. > > B

Re: [O] Syncing methods for org files and org-mobile.el

2017-01-13 Thread Anssi Saari
Sean Escriva writes: > Greetings fellow Org users, > > I'm the current maintainer for MobileOrg iOS[1] and am interested to > get feedback from any org-mobile users. What do you use to sync org > files across different machines, how could the current org-mobile > workflow

Re: [O] org-babel C math.h issue

2016-03-10 Thread Anssi Saari
Nick Dokos writes: > You can test that that's the case: put your program into a file, say foo.c, > and > execute > > gcc -o foo.out -lm foo.c > > Does that give you undefined references? Does for me. gcc --version says gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 So is it gcc

Re: [O] org-babel C math.h issue

2016-03-10 Thread Anssi Saari
Oz Ben-Ami writes: > A minimal working example, attached, includes the following snippet: > > #+BEGIN_SRC C :includes '( ) :flags -lm > int i=9; > printf("%d\n",(int)sqrt(i)); > #+END_SRC I get the same problem, Ubuntu 14.04.3 LTS, GNU Emacs 24.3.1, Org-mode version 8.2.10.