Re: [O] Org campture recursively expands %-escapes

2016-01-11 Thread Michael Brand
Hi Nicolas On Tue, Jan 12, 2016 at 12:05 AM, Nicolas Goaziou wrote: > > Michael Brand writes: > >> (ert-deftest test-org-capture/fill-template () >> - "Test `org-capture-fill-template' specifications." >> + "Test `org-capture-fill-template' specifications. >> +The tests here are very similar

Re: [O] Dangling Citation

2016-01-11 Thread Kyle Meyer
gongzhitaao writes: > First time to post here. If inappropriate, please let me know. > > The lisp function insert-file-contents used in ox-bibtex does not move point > and insertion-marker to the end of inserted text (I'm not sure it is a bug or > an intention). The result is that the citation i

Re: [O] org-agenda-filter-by-tag-refine defaults to exclude

2016-01-11 Thread Kyle Meyer
Hi Viktor, Viktor Rosenfeld writes: > Hi, > > I noticed that org-agenda-filter-by-tag-refine started to exclude > selected tags by default recently because the 'refine in the call to > org-agenda-filter-by-tag is interpreted as an exclude flag. This seems to have been introduced by 6c6ae99 (org

[O] bug#2409: bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive

2016-01-11 Thread Andrew Hyatt
On Mon, Jan 11, 2016 at 5:43 PM Michael Brand wrote: > Hi Andrew > > I would like to give some feedback to what you originally asked Steve: > > > On Mon, Jan 11, 2016 at 5:19 AM, Andrew Hyatt wrote: > > I can't reproduce this under Emacs 25. As this bug is a bit old, I'm > > guessing it has been

Re: [O] Bug: Habit Logging in incorrect place [8.3.2 (release_8.3.2-490-g157f91 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-11 Thread Samuel W. Flint
> Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> I use habits, and until recently, there was a problem with habit >> repeaters. Now that this is fixed, there's a new problem. When I >> try to set a habit's TODO state to DONE, aside from correctly settin

Re: [O] [PATCH] org-clock.el: Fix column count for :formula %

2016-01-11 Thread Nicolas Goaziou
Hello, Fernando Varesi writes: > * lisp/org-clock.el (org-clocktable-write-default): Count properties > columns when using special :formula % > > The previous count did not consider properties columns, so the generated > formula was incorrect. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Org campture recursively expands %-escapes

2016-01-11 Thread Nicolas Goaziou
Hello, Michael Brand writes: > I would like to push the attached change to add some ERTs with the > commit msg below and would like to ask you for a review first. It looks good. Thank you. Minor suggestions follow. > (ert-deftest test-org-capture/fill-template () > - "Test `org-capture-fill-

Re: [O] Bug: Habit Logging in incorrect place [8.3.2 (release_8.3.2-490-g157f91 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-11 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > I use habits, and until recently, there was a problem with habit > repeaters. Now that this is fixed, there's a new problem. When I try > to set a habit's TODO state to DONE, aside from correctly setting the > SCHEDULED line, and the TODO

Re: [O] Bug: Capture prompt - white space throws a [no match] (resent with version info)

2016-01-11 Thread Nicolas Goaziou
Hello, Charles Millar writes: > Given the following template > > "\| %(org-read-date)\| %^{InputSomething}" > > org-read-date works fine , but > > any attempt to enter a space character in "InputSomething" > > gives the following in the minibuffer Fixed. Thank you. Regards, -- N

[O] bug#2409: bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive

2016-01-11 Thread Michael Brand
Hi Andrew I would like to give some feedback to what you originally asked Steve: On Mon, Jan 11, 2016 at 5:19 AM, Andrew Hyatt wrote: > I can't reproduce this under Emacs 25. As this bug is a bit old, I'm > guessing it has been fixed in the meantime. Please let me know if you > can still reprodu

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-11 Thread Kenneth Jacker
> > Are you sure you have a font that supports italic or boldface variants? > ​Hmmm ... not sure I know how to check that ... Might you suggest a "variable", "function" or "menu item" that would​ ​indicate whether the needed "font support" was there/enabled? ​ > It works out of the box on my E

[O] Dangling Citation

2016-01-11 Thread gongzhitaao
First time to post here. If inappropriate, please let me know. The lisp function insert-file-contents used in ox-bibtex does not move point and insertion-marker to the end of inserted text (I'm not sure it is a bug or an intention). The result is that the citation is a dangling table not inclu

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-11 Thread Marcin Borkowski
On 2016-01-11, at 19:30, Kenneth Jacker wrote: > [ Orgmode v8.3.1 ] > > How can I have Emacs actually display /foo/, *bar*, _blah_ emphasis *in an > Orgmode buffer*? > Note that I am not "exporting" HTML, LaTeX, or friends (where I assume the > above markups get correctly styled as italics, bold

[O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-11 Thread Kenneth Jacker
[ Orgmode v8.3.1 ] How can I have Emacs actually display /foo/, *bar*, _blah_ emphasis *in an Orgmode buffer*? Note that I am not "exporting" HTML, LaTeX, or friends (where I assume the above markups get correctly styled as italics, bold, etc.). Is there some way to do this? "org-fontify-emphas

[O] [PATCH] org-clock.el: Fix column count for :formula %

2016-01-11 Thread Fernando Varesi
* lisp/org-clock.el (org-clocktable-write-default): Count properties columns when using special :formula % The previous count did not consider properties columns, so the generated formula was incorrect. --- lisp/org-clock.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-clock.el

[O] Bug: Capture prompt - white space throws a [no match] (resent with version info)

2016-01-11 Thread Charles Millar
Given the following template "\| %(org-read-date)\| %^{InputSomething}" org-read-date works fine , but any attempt to enter a space character in "InputSomething" gives the following in the minibuffer [No match] GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015

[O] Bug: Capture prompt - white space throws a [no match]

2016-01-11 Thread Charles Millar
Given the following template "\| %(org-read-date)\| %^{InputSomething}" org-read-date works fine , but any attempt to enter a space character in "InputSomething" gives the following in the minibuffer [No match] Charlie Millar

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

2016-01-11 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Out of curiosity, which org-mode version will see this change in > export-block syntax? Org 9.0. See ORG-NEWS in development branch. Regards, -- Nicolas Goaziou