[O] org keybinding "

2016-01-02 Thread Martin Steffen
Hi, there seems to be a slight inconsistency wrt. exporting and keybinding. I am doing LaTeX via org, more precisely latex/beamer. For latex-only material, I use #+BEGIN_EXPORT LATEX #+END_EXPORT [Side remark: that mark-up seems to be very recent, not very long ago, it had been

Re: [O] org keybinding "

2016-01-02 Thread Nicolas Goaziou
Hello, Martin Steffen writes: > there seems to be a slight inconsistency wrt. exporting and keybinding. > > > I am doing LaTeX via org, more precisely latex/beamer. For latex-only > material, I use > > > #+BEGIN_EXPORT LATEX > > #+END_EXPORT > [...] > What it does

Re: [O] [ANN] Export block syntax change

2016-01-02 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > On Sun, Dec 20, 2015 at 10:06:44PM +0100, Nicolas Goaziou wrote: >> >> I just finalized the syntax change for export blocks. As a reminder, the >> new syntax is: >> >> #+BEGIN_EXPORT backend >> ... >> #+END_EXPORT >> >> instead

Re: [O] [ANN] Export block syntax change

2016-01-02 Thread Suvayu Ali
On Sat, Jan 02, 2016 at 11:54:42AM +0100, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > > On Sun, Dec 20, 2015 at 10:06:44PM +0100, Nicolas Goaziou wrote: > >> > >> I just finalized the syntax change for export blocks. As a reminder, the > >> new

Re: [O] Face size for the ellipsis - a bug?

2016-01-02 Thread Nicolas Goaziou
Hello, Rasmus writes: > Marcin Borkowski writes: > >> when I decrease the text size in Org-mode (using e.g. `C-x -'), the >> ellipses stay large, which is quite annoying. Can I do anything about >> it or is it a bug in Org-mode? > > You are right. It's a bug

Re: [O] [ANN] Export block syntax change

2016-01-02 Thread John Hendy
On Sat, Jan 2, 2016 at 1:54 AM, Suvayu Ali wrote: > Hi, > > On Sun, Dec 20, 2015 at 10:06:44PM +0100, Nicolas Goaziou wrote: >> >> I just finalized the syntax change for export blocks. As a reminder, the >> new syntax is: >> >> #+BEGIN_EXPORT backend >> ... >>

[O] isearch-forward at end of entry

2016-01-02 Thread Michael Brand
Hi all With today's release_8.3.2-441-ga87dea3 on Emacs 24.5 and this org file * d - e - f * g when d is folded: After "M-< C-s f RET" the entry d is folded but I expect it to remain unfolded like after "M-< C-s e RET". Am I doing something wrong?

[O] [PATCH] ox-koma-letter.el: Add support for section

2016-01-02 Thread Daniele Pizzolli
Hello, I was really surprised that headlines, that are so common in org-mode are discarded by default in ox-koma-letter. This patch tries to add the support for them. It works for me but requires some work to fit the coding and documentation convention that are still unknown to me. I will be

Re: [O] Bug: org-indent-mode incomplete refresh after org-toggle-heading [8.3.2 (8.3.2-51-g713fe8-elpaplus @ /home/il/.emacs.d/elpa/org-plus-contrib-20151221/)]

2016-01-02 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > emacs -nw -q testfile, > M-x org-mode > M-x org-indent-mode > > Enter following plain list: > > - item1 > - item1.1 > - item2 > > Move to first line ("item1") and C-c * to org-toggle-heading. "item1" > becomes a heading (ok), "item1.1" gets

[O] [PATCH] Fix typo

2016-01-02 Thread Daniele Pizzolli
Fix a typo. Best, Daniele >From 09f2c70f4e95a9489279b3b3989a2244703bc9c9 Mon Sep 17 00:00:00 2001 From: Daniele Pizzolli Date: Sat, 2 Jan 2016 11:25:15 +0100 Subject: [PATCH] Fix typo --- contrib/lisp/ox-koma-letter.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

Re: [O] Bug: Org Habits does not recalculate the "Scheduled:" line [8.3.2 (release_8.3.2-441-ga87dea @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-02 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > I use Org's habit feature. I expect that when I mark a task such as the > following as done: > > * TODO Weekly Review > SCHEDULED: <2016-01-01 Fri .+1w/2w> > :PROPERTIES: > :STYLE:habit > :END: > > The SCHEDULED line should change, to

Re: [O] Bug: problems with tangled code [8.3.2 (8.3.2-51-g713fe8-elpa @ /home/tobias/.emacs.d/elpa/org-20151221/)]

2016-01-02 Thread Nicolas Goaziou
Hello, Tobias Müller writes: > I have discovered a problem with tangled source code in org-mode. As a > minimal example I set up the following in a file ~/test.org > > * Section > Some Text > #+BEGIN_SRC python :tangle files/file.py :comments link >print('Block 1') >

Re: [O] Bug: Org Habits does not recalculate the "Scheduled:" line [8.3.2 (release_8.3.2-441-ga87dea @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-02 Thread Samuel W. Flint
> Nicolas Goaziou writes: NG> swfl...@flintfam.org (Samuel W. Flint) writes: >>> Nicolas Goaziou writes: >> NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> I use Org's habit feature. I expect that when I mark a task such as the following as done: * TODO

[O] Bug: Asychronous export fails [8.3.2 (8.3.2-52-g6d0af5-elpa @ /home/rrt/.emacs.d/elpa/org-20151228/)]

2016-01-02 Thread Reuben Thomas
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Remove notes blocks from latex export

2016-01-02 Thread Marcin Borkowski
On 2016-01-01, at 21:32, Joon Ro wrote: > Hi, > org-reveal uses notes blocks (#+BEGIN_NOTES) for speaker notes, and I want to > remove those blocks when I export those slides to latex for handouts.For src > blocks it can be done easily with

Re: [O] [PATCH] ox-koma-letter.el: Add support for section

2016-01-02 Thread Rasmus
Hi Daniele, First, thanks for your patch. Daniele Pizzolli writes: > I was really surprised that headlines, that are so common in org-mode > are discarded by default in ox-koma-letter. Why? They are not supported by scrlttr2.cls, except if you download an extra lco file, not