[O] Feature request - Decouple org's keybindings from their functions

2018-11-26 Thread mithraeum
I'd like to request that org's keybindings be separated from the functions they use to do their work. This would greatly ease the use of these functions by people who want to use their own keybindings rather than relying on keybindings that org provides. The reason I ask is that recently I've

Re: [O] Compact timestamps?

2018-11-26 Thread Shérab
Nicolas Goaziou (2018/11/26 23:58 +0100): > See `org-agenda-time-grid'. I don't use a grid actually, I use the list mode. Shérab.

Re: [O] Compact timestamps?

2018-11-26 Thread Nicolas Goaziou
Hello, Shérab writes: > Dear all, > > Currently my org-agenda-prefix-format contains this: > > ((agenda . " %?:t %s") > > In the agenda view, this leads to an itme being displayed like: > > 18:00..: My appointment > > I'd like to aovid the ".." used to pad the timestamp becuase I

Re: [O] CUSTOM_ID property does not support Chinese

2018-11-26 Thread Nicolas Goaziou
Hello, stardiviner writes: > Here is the example: > > #+begin_src org > * headline > :CUSTOM_ID: 测试 > #+end_src > > I use org-store-link, and org-insert-link keybindings. But it reports error: > > Position saved to mark ring, go back with ‘M-,’. > if: No match for custom ID: >

[O] Compact timestamps?

2018-11-26 Thread Shérab
Dear all, Currently my org-agenda-prefix-format contains this: ((agenda . " %?:t %s") In the agenda view, this leads to an itme being displayed like: 18:00..: My appointment I'd like to aovid the ".." used to pad the timestamp becuase I am using a braille display so compact

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > I had a quick look at table.el > > It exports only a tabular command, not a table. Is there a way to make org > wrap the > > \begin{tabular} > \end{tabular} > > into a regular > > \begin{table} > \end{table} > > This would be perfectly correct latex, and

Re: [O] suppress ++ markup in orgmode?

2018-11-26 Thread Nicolas Goaziou
Hello, John Kitchin writes: > hm. I would have interpreted it as an empty string with a strikethrough, > followed by a plus. It makes sense to require 1 or more characters > between them though. > > Why is +-+ not a - with a strikethrough? Because it is a table line? It was a bug I was not

Re: [O] Standard Format for Org Outlines?

2018-11-26 Thread David Masterson
Nicolas Goaziou writes: > David Masterson writes: >> It apparently only affects org-insert-heading, but not >> org-insert-heading-respect-content -- I'm not sure why. Is that >> a bug? > They should behave the same way, indeed. Again a minimal example would > help. My example is simple. *

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
I had a quick look at table.el It exports only a tabular command, not a table. Is there a way to make org wrap the \begin{tabular} \end{tabular} into a regular \begin{table} \end{table} This would be perfectly correct latex, and keep the export mechanism, neatly separated Cheers Uli On

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
Thanks for the feedback. Makes sense if the latex code in the tabular environment is generated by table.el. I wonder however why the export to ASCII produces a caption. Cheers Uli On Sat, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > the

Re: [O] Standard Format for Org Outlines?

2018-11-26 Thread Nicolas Goaziou
Hello, David Masterson writes: > It apparently only affects org-insert-heading, but not > org-insert-heading-respect-content -- I'm not sure why. Is that > a bug? They should behave the same way, indeed. Again a minimal example would help. Regards, -- Nicolas Goaziou

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-26 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > I have but one *visual* clue : whereas the fontlock gives me a gray > color for #+title, #+author and #+date (light gray for the tags, dark > blue for the title, medium grey for author and date), "#+language: fr" > remains in red, even after C-c C-c.