Re: [O] AUCTeX key bindings within Org documents

2013-10-21 Thread Fabrice Niessen
Hello, "Fabrice Niessen" wrote: > Due to a friend's request, I've tried to offer AUCTeX key bindings > within Org documents via a minor mode, called "org-auctex-keys". > > If you're interested, check it out at > https://github.com/fniessen/org-auctex-key-bindings. > > Note that I'm willing to

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Joseph Vidal-Rosset
Thanks Nicolas, your reply is helpful for me . Best wishes, Jo. 2013/10/5 Nicolas Richard : > Hello Joseph, > > Joseph Vidal-Rosset writes: >> #+begin_equation >> \label{ECQ} >> \neg A , A \vdash B >> \tag{ECQ} >> #+end_equation > > IIUC, auckeys mode is not meant to insert latex constructs in

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Nicolas Richard
Hello Joseph, Joseph Vidal-Rosset writes: > #+begin_equation > \label{ECQ} > \neg A , A \vdash B > \tag{ECQ} > #+end_equation IIUC, auckeys mode is not meant to insert latex constructs in org mode, but to get an "org equivalent" or org-like effect for a given key chord. The aim is to produce a

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Joseph Vidal-Rosset
2013/10/5 Fabrice Niessen > > I don't have experience with mathematics in Org nor in LaTeX. The problem you > point out does not seem to be related in any way to org-auctex-keys.el, though. > Yes, you are probably right. But the problem lies in the fact that org-mode syntax environment produces t

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Fabrice Niessen
Hi Joseph, Joseph Vidal-Rosset wrote: > Thanks a lot Fabrice for your package to get AUCTeX key binginds within > Org documents. You're welcome. Still a work in progress -- have to address the points of Nicolas, Suvayu and Marcin, among others. > Maybe I do not use it correctly by I want t

Re: [O] AUCTeX key bindings within Org documents

2013-10-04 Thread Joseph Vidal-Rosset
Hello Fabrice, Hi everybody, Thanks a lot Fabrice for your package to get AUCTeX key binginds within Org documents. Maybe I do not use it correctly by I want to point out to you some unwanted results: #+begin_equation \label{ECQ} \neg A , A \vdash B \tag{ECQ} #+end_equation exported i

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Marcin Borkowski
Dnia 2013-10-02, o godz. 13:36:22 Nicolas Richard napisał(a): > Marcin Borkowski writes: > > C-c C-c was my idea - but now I've read this, I agree, this might be > > not a brilliant one. OTOH, C-c C-e got rebound to > > org-auckeys-environment... Dunno. > > Could trigger export in org-ctrl-c-

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
Marcin Borkowski writes: > C-c C-c was my idea - but now I've read this, I agree, this might be > not a brilliant one. OTOH, C-c C-e got rebound to > org-auckeys-environment... Dunno. Could trigger export in org-ctrl-c-ctrl-c-final-hook, i.e. if nothing else worked. -- Nico.

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
AW writes: > How can I get it switched on in every org-buffer automagically? You can do this : (add-hook 'org-mode-hook 'org-auctex-keys-minor-mode) -- Nico.

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread Marcin Borkowski
Dnia 2013-10-01, o godz. 17:08:49 Suvayu Ali napisał(a): > Hi Fabrice, > > On Sun, Sep 29, 2013 at 08:47:09PM +0200, Fabrice Niessen wrote: > > > > | C-c C-c | org-export-dispatch| > > You might want to avoid this. By default, Org uses it to do "smart > stuff": update local

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread AW
Am Freitag, 27. September 2013, 13:21:40 schrieb Fabrice Fabrice Niessen: > Hello, > > Due to a friend's request, I've tried to offer AUCTeX key bindings within > Org documents via a minor mode, called "org-auctex-keys". > > If you're interested, check it out at > https://github.com/fniessen/org-

Re: [O] AUCTeX key bindings within Org documents

2013-10-01 Thread Suvayu Ali
Hi Fabrice, On Sun, Sep 29, 2013 at 08:47:09PM +0200, Fabrice Niessen wrote: > > | C-c C-c | org-export-dispatch| You might want to avoid this. By default, Org uses it to do "smart stuff": update local setup, enumerated lists, statistics cookies, complete capture, evaluate cu

Re: [O] AUCTeX key bindings within Org documents

2013-09-30 Thread Fabrice Niessen
Hello, "Fabrice Niessen" wrote: > Nicolas Richard wrote: >> "Fabrice Niessen" writes: >>> Due to a friend's request, I've tried to offer AUCTeX key bindings within >>> Org >>> documents via a minor mode, called "org-auctex-keys". >> >> I checked that out because I often find myself doing C-c C

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Marcin Borkowski
Dnia 2013-09-28, o godz. 12:30:01 Achim Gratz napisał(a): > Am 28.09.2013 11:56, schrieb Suvayu Ali: > > I think "Public Domain" is the most open you can go. > > It isn't, simply because there is no way to put something into the > public domain in many jurisdictions and what exactly is meant by

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Achim Gratz
Am 28.09.2013 11:56, schrieb Suvayu Ali: I think "Public Domain" is the most open you can go. It isn't, simply because there is no way to put something into the public domain in many jurisdictions and what exactly is meant by "public domain" differs by jurisdiction as well. Otherwise "GPL

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Marcin Borkowski
Dnia 2013-09-28, o godz. 11:56:05 Suvayu Ali napisał(a): > On Sat, Sep 28, 2013 at 10:15:28AM +0200, Fabrice Niessen wrote: > > > > > >> If you're interested, check it out at > > >> https://github.com/fniessen/org-auctex-key-bindings. > > > > > > I see no licence, which I think (though IANAL) is

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Suvayu Ali
On Sat, Sep 28, 2013 at 10:15:28AM +0200, Fabrice Niessen wrote: > > > >> If you're interested, check it out at > >> https://github.com/fniessen/org-auctex-key-bindings. > > > > I see no licence, which I think (though IANAL) is equal to a strict and > > super restrictive copyright ; is that intende

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Fabrice Niessen
Hello Marcin, Marcin Borkowski wrote: >> Due to a friend's request, I've tried to offer AUCTeX key bindings >> within Org documents via a minor mode, called "org-auctex-keys". >> >> If you're interested, check it out at >> https://github.com/fniessen/org-auctex-key-bindings. >> >> Note that I'm

Re: [O] AUCTeX key bindings within Org documents

2013-09-28 Thread Fabrice Niessen
Hello Nicolas, Nicolas Richard wrote: > "Fabrice Niessen" writes: >> Due to a friend's request, I've tried to offer AUCTeX key bindings within Org >> documents via a minor mode, called "org-auctex-keys". > > I checked that out because I often find myself doing C-c C-e while in > org-mode, but I ex

Re: [O] AUCTeX key bindings within Org documents

2013-09-27 Thread Marcin Borkowski
Dnia 2013-09-27, o godz. 13:21:40 "Fabrice Niessen" napisał(a): > Hello, > > Due to a friend's request, I've tried to offer AUCTeX key bindings > within Org documents via a minor mode, called "org-auctex-keys". > > If you're interested, check it out at > https://github.com/fniessen/org-auctex-k

Re: [O] AUCTeX key bindings within Org documents

2013-09-27 Thread Nicolas Richard
Hello Fabrice, "Fabrice Niessen" writes: > Due to a friend's request, I've tried to offer AUCTeX key bindings within Org > documents via a minor mode, called "org-auctex-keys". I checked that out because I often find myself doing C-c C-e while in org-mode, but I expected it would insert #+BEGI

[O] AUCTeX key bindings within Org documents

2013-09-27 Thread Fabrice Niessen
Hello, Due to a friend's request, I've tried to offer AUCTeX key bindings within Org documents via a minor mode, called "org-auctex-keys". If you're interested, check it out at https://github.com/fniessen/org-auctex-key-bindings. Note that I'm willing to add extra AUCTeX keys -- but I don't use