Re: [O] ox-publish export subtree scopes?

2017-12-09 Thread Narendra Joshi
Kaushal Modi writes: > On Tue, Dec 5, 2017 at 7:31 AM Rasmus wrote: > > If you have any suggestions on how to improve ox-publish to > better suit > please share them. > > > Hello Rasmus, > > I'd like to make the ox-publish based exporting

Re: [O] Bug: shiftmeta[left|right] on multi line items [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/local/share/emacs/27.0.50/lisp/org/)]

2017-12-09 Thread Nathan Aclander
Allen Li writes: > I think what Nicolas is saying is this (^ is point): > > * ^Heading > > M-S-left/right works here. > > * Heading > ^content text > > M-S-left/right does not work here. Let’s assume that it does work > here to be consistent with the feature/bug you

Re: [O] Bug: shiftmeta[left|right] on multi line items [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/local/share/emacs/27.0.50/lisp/org/)]

2017-12-09 Thread Allen Li
On Sat, Dec 9, 2017 at 4:41 PM, Nathan Aclander wrote: > > Nicolas Goaziou writes: > >> I don't qualify this as a bug. These commands explicitly work when point >> is at the beginning of an item. Indeed, the sub-item may be arbitrarily >> large,

Re: [O] Bug: shiftmeta[left|right] on multi line items [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/local/share/emacs/27.0.50/lisp/org/)]

2017-12-09 Thread Nathan Aclander
Nicolas Goaziou writes: > I don't qualify this as a bug. These commands explicitly work when point > is at the beginning of an item. Indeed, the sub-item may be arbitrarily > large, contain tables... it would be confusing to move the whole > sub-list when its structure

[O] Poll: new keybinding for org-insert-structure-template?

2017-12-09 Thread Eric Abrahamsen
Hello all, Rasmus' org-tempo patch has landed, and it's time to make a few adjustments to org-insert-structure-template: I think we're moving to string keys in the template alist, rather than character keys, and also some people noted that the keybinding "C-c C-x w" is too close to "C-c C-x C-w",

Re: [O] Broken org-mode "Column width and alignment" in latest version

2017-12-09 Thread Ruy Exel
Dear Kaushal, The real treat is to read your nice message and to be a member of such a fantastic group of people! Following your advice to stick to a stable release I searched for info on how to install it and I found instructions in http://orgmode.org/org.html#Installation telling me to run

Re: [O] [patch] structure snippet completions

2017-12-09 Thread Berry, Charles
> On Dec 8, 2017, at 1:20 PM, Rasmus wrote: > >> >> A minor gotcha: if you `(require 'org-tempo)' after an org buffer has >> been created you will need to (org-mode-restart) the buffer to enable >> completions. I got stuck trying to add custom templates until I >> realized

Re: [O] [patch] structure snippet completions

2017-12-09 Thread Rasmus
"numbch...@gmail.com" writes: > error report when I `(require 'org-tempo)` Because your org-structure-template-alist is mal-formatted: ("Q" "#+BEGIN_SRC sql-mode ?\n\n#+END_SRC" "#+BEGIN_SRC sql-mode ?\n\n#+END_SRC") Rasmus -- The right to be left alone is a human right

Re: [O] [patch] structure snippet completions

2017-12-09 Thread numbch...@gmail.com
error report when I `(require 'org-tempo)` Debugger entered--Lisp error: (error "Format specifier doesn’t match argument type") format("<%c" "Q") (closure (t) (pair) (format "<%c" (car pair)))(("Q" "#+BEGIN_SRC sql-mode ?\n\n#+END_SRC" "#+BEGIN_SRC sql-mode ?\n\n#+END_SRC")) mapcar((closure