Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2014-12-24 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > I just ran `org-test-run-all-tests' in my active WinNT Emacs session > (with Org-mode release_8.3beta-677-g0497e3), and was surprised by the > high number of failures: You probably heavily customized Org, and many tests expect default values for defcustoms to

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2014-12-24 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> I just ran `org-test-run-all-tests' in my active WinNT Emacs session >> (with Org-mode release_8.3beta-677-g0497e3), and was surprised by the >> high number of failures: > > You probably heavily customized Org For sure ;-) > and many

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2014-12-24 Thread Sebastien Vauban
Sebastien Vauban wrote: > Nicolas Goaziou wrote: >> Sebastien Vauban writes: >> >>> I just ran `org-test-run-all-tests' in my active WinNT Emacs session >>> (with Org-mode release_8.3beta-677-g0497e3), and was surprised by >>> the high number of failures: >> >> You probably heavily customized Org >

Re: [O] sql can't export an empty table, gives error

2014-12-24 Thread Gary Oberbrunner
On Tue, Dec 23, 2014 at 5:34 PM, Gary Oberbrunner wrote: > If you try to export this document: > > #+BEGIN_SRC sql :exports both > select 1 limit 0; > #+END_SRC > > It fails to export with an error in *Messages*: > user-error: Empty table - created default table > It also stops processing the d

Re: [O] How do you use `pre-scheduled' deadline skipping with repeaters?

2014-12-24 Thread Mike McLean
On Tue, Dec 23, 2014 at 6:14 PM, Trevor Murphy wrote: > > So, yeah. Do others use this `pre-scheduled' workflow for repeating > deadlines? If so, is there an obvious solution to this little nuisance > that I'm not seeing? > > I do use this style of workflow. But, where I have repeating tasks th

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2014-12-24 Thread Nicolas Goaziou
Sebastien Vauban writes: > Or even more sense: calling `org-babel-execute-maybe' instead? I think it would be better, yes. There is no point in testing `org-ctrl-c-ctrl-c' in "test-ob.el". Regards,

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-24 Thread Rasmus
Hi, Nicolas Goaziou writes: > I think you can push once the issues above are fixed. Thank you for the > work. Pushed! > However, this raises a question: why are we modifying definition at all? > We are only interested in its new label, which we can get without > modifying buffer (i.e. if defin

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-24 Thread Rasmus
Hi, Nicolas Goaziou writes: > You can push the patch once this is fixed. Pushed. See general comments in the other mail. One funny thing I observed was that the following test fails, but only when run via "make test", not from e.g. my "own" Emacs or emacs -q and emacs -q -nw. (should

[O] [git-101] How to push a branch and avoid merge-message? (was: [bug, patch, ox] INCLUDE and footnotes)

2014-12-24 Thread Rasmus
Hi, Rasmus writes: > Please let me know if I did any git mistakes. Somehow the time got skewed > up and it's behind some of your commits in cgit. . . Hmm, inspecting cgit I see that one of those persky merge messages got up there even though it wasn't in my local git log before pushing. Sorry

Re: [O] [git-101] How to push a branch and avoid merge-message?

2014-12-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Hmm, inspecting cgit I see that one of those persky merge messages got up > there even though it wasn't in my local git log before pushing. > Sorry! No worries, this is not a problem. > What is my mistake: > > - I wrote the patch locally in a branch called include. > -

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Pushed. See general comments in the other mail. Thank you. > One funny thing I observed was that the following test fails, but only > when run via "make test", not from e.g. my "own" Emacs or emacs -q and > emacs -q -nw. I don't see any failing test. > When running t

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-24 Thread Rasmus
Hi, Nicolas Goaziou writes: >> When running through "make test" (org-current-level) evaluate to one >> (before expansion) even when narrowed (should be nil). > > Why? `org-current-level' ignores narrowing. Perhaps something changed recently then. In the version I was testing with, (with-temp-

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-24 Thread Rasmus
Nicolas Goaziou writes: >> One funny thing I observed was that the following test fails, but only >> when run via "make test", not from e.g. my "own" Emacs or emacs -q and >> emacs -q -nw. > > I don't see any failing test. When I use something like the attached patch, "make test" goes from passi

Re: [O] How to make appear the "note taken" in the calendar?

2014-12-24 Thread jenia.ivlev
I don't want to use <>. Because I typically use to set the date when I took the note. The date [], I would like to appear in the more granular view that the key "l", in the calendar buffer, gives you.

[O] How to display only state changes in a Logbook?

2014-12-24 Thread Yuri Niyazov
I am trying to figure out how to configure a timeline agenda view that would show only state changes, rather than SCHEDULED or DEADLINE entries. I customized the "Org Agenda Log Mode Items:" entry have only the "state" checkbox on, and "closed" and "clock" are off, and that seems to imply that only

[O] Hi Rasmus. What does you branch do?

2014-12-24 Thread jenia.ivlev
Hello Rasmus. I was to learn emacs lisp and I figured one of the ways to do it is to read someone else's commit. Can you please tell me what feature is your branch implementing? Thanks in advance for your time and kind concern. Jenia.

Re: [O] How do you show the entires in the logbook drawer in the agenda

2014-12-24 Thread jenia.ivlev
I think it should be another version of the logging view that shows the most recent notes. So if I have * TODO Another "loggin" view in the agenda - Note taken on [2014-12-25 Thu 01:48] \\ Right now, this will not appear in the agenda That node should appear in the new logging view. R

Re: [O] How do you show the entires in the logbook drawer in the agenda

2014-12-24 Thread Eric Abrahamsen
jenia.iv...@gmail.com (jenia.ivlev) writes: > I think it should be another version of the logging view that shows the > most recent notes. > > So if I have > > * TODO Another "loggin" view in the agenda > - Note taken on [2014-12-25 Thu 01:48] \\ > Right now, this will not appear in the