Re: [O] Localized org-mode

2018-05-12 Thread Jean-Christophe Helary
> On May 13, 2018, at 7:48, Göktuğ Kayaalp wrote: > > People/packages can define their own keywords for in buffer settings, > and again here translations can cause breakage. That's a design problem, not a l10n problem. Jean-Christophe Helary --- htt

Re: [O] Link "bracket-types"

2018-05-12 Thread Samuel Wales
in case op or anybody else is wondering why i pasted random code, this will show the link location when cursor is over the link. On 5/10/18, Samuel Wales wrote: > (add-hook 'org-mode-hook 'alpha-eldoc-help-echo-mode) > ;; fixme in elisp we want both link eldoc and elisp eldoc > (defun hoka-eldoc

Re: [O] Localized org-mode

2018-05-12 Thread Göktuğ Kayaalp
On 2018-05-12 22:24 +03, ST wrote: >> Furthermore, in the context of this thread, Org allows drawers with >> arbitrary names to be defined (e.g. I have :remotes:\n...\n:end: or >> :NEXT:\n...\n:END: in a file), with a couple names like :PROPERTIES: and >> :LOGBOOK: reserved. This means that you c

Re: [O] Localized org-mode

2018-05-12 Thread ST
> Furthermore, in the context of this thread, Org allows drawers with > arbitrary names to be defined (e.g. I have :remotes:\n...\n:end: or > :NEXT:\n...\n:END: in a file), with a couple names like :PROPERTIES: and > :LOGBOOK: reserved. This means that you can't reliably know if anybody > has :PR

[O] ob-sql, quoting SQL wildcards

2018-05-12 Thread Michael Welle
Hello, I try to fetch some values from an sqlite database (want to grab some statistics from Zotero ;)): #+begin_src sqlite :db zotero.sqlite select value from itemdatavalues where lower(value) like '%gelesen%'; #+end_src The SQL wildcards cause trouble: Evaluate this sqlite code block on your

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-12 Thread Alain . Cochard
Gregor Zattler writes on Sat 12 May 2018 10:20: > > Did you mean 'emacs -Q' with some git branch? If so, I don't > > know how to do it... > > emacs -Q -L /home/cochard/Org/Coch-git/org-mode/lisp/ > > which ads git Org to the load-path > > perhaps even > > emacs -Q -L /home/cochard

[O] Proposal: references from code to text.

2018-05-12 Thread ZHUO QL (KDr2)
Hi all, I just post a proposal for orgmode on my website(generated by orgmode): http://kdr2.com/tech/emacs/1805-proposal-org-ref-code-to-text.html . Here is the source of the proposal: # -*- mode: org; mode: auto-fill; -*- #+TITLE: Proposal for Orgmode: references from code to text. #+AUTHOR: KDr2

Re: [O] Localized org-mode

2018-05-12 Thread Jean-Christophe Helary
> On May 12, 2018, at 20:07, Göktuğ Kayaalp wrote: > How do you know that if you first learned the translated version? Because (define eklemek +) If you run Scheme, you either know or can discover that. Jean-Christophe Helary --- http://mac4transl

Re: [O] Localized org-mode

2018-05-12 Thread Göktuğ Kayaalp
On 2018-05-12 09:29 +09, Jean-Christophe Helary wrote: >> On May 12, 2018, at 7:23, Göktuğ Kayaalp wrote: >>> In Scheme, for ex. you can actually redefine all the language keywords >>> very easily without any impact on the interpreter. >> >> Practical reason: communication. I'm a Turkish speake

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-12 Thread Gregor Zattler
Hi Alain, * alain.coch...@unistra.fr [2018-05-12; 08:32]: > I got: > > Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version > 3.18.9) of 2016-04-11 on buildvm-25.phx2.fedoraproject.org Package: > Org mode version 9.1.13 (release_9.1.13-744-g13fb6a @ > /home/cochard/Org/Coch-git/org-mode/

Re: [O] Link "bracket-types"

2018-05-12 Thread Michael Brand
Hi Nicolas Thank you for the patch. I changed it (attached) to something that preserves org-toggle-link-display and allows more different configs for more different usages, please see the docstring of org-link-brackets. I tried it out with org-toggle-link-display and for org-link-brackets '(0 0),