Re: [O] Change in appearance of org-todo-keywords

2017-08-06 Thread Josh Moller-Mara
Colin Baxter writes: > As of today, TODO now appears with three sets of un-requested double > colons after it, as in TODO :: :: :: > > The behaviour doesn't occur with emacs -q, so the cause is presumably in > my ~/.emacs. I can't work out what's wrong with my

Re: [O] clock start time is gone

2017-08-06 Thread Samuel Wales
this mce produces "clock start time is gone" bug in emacs -Q. emacs 24, org maint. === * b * clock in here, then sort below, then try to clock out here *** SOMEWHAT b *** c *** c *** c *** c *** sort here by alpha * asdfasd * asdfasd * asdfasd * asdfasd * asdfasd *** c *** c

Re: [O] Different listing styles for same babel language?

2017-08-06 Thread Michael Gauland
I recently wrote: >> My org documents include lots of source code blocks, in a variety of >> languages. I use the listings package to give each language a >> distinctive look. >> >> Lately, my work has involved using shell commands on different machines, >> as different users. I'd like to give

Re: [O] Happily exporting LaTeX, now want to export to text and HTML, can't figure how to handle latex markup

2017-08-06 Thread Grant Rettke
On Wed, Aug 2, 2017 at 11:15 AM, Berry, Charles wrote: >> On Aug 1, 2017, at 10:20 PM, Grant Rettke wrote: >> >> I'm happily exporting an Org-Mode document to LaTeX using the nifty >> `letterine' package. An example is attached. Writing using it has

Re: [O] exporting org to latex, execute matlab before exporting

2017-08-06 Thread Grant Rettke
On Wed, Aug 2, 2017 at 7:08 AM, Uwe Brauer wrote: > Which is what I want. When I convert the org file to latex I am again > asked to execute the src block, which I don't want since it is already > executed. How can I avoid this question, without deleting the src block. > This is

[O] Add-Easy-Template-for-COMMENT-C to org.el

2017-08-06 Thread Grant Rettke
Good afternoon, Attached is a patch to an Easy Template binding `C' for `COMMENT'. The tests had the same 1 failure before and after I made the change "1 unexpected results: FAILED test-org/refile-get-targets" I'm already in the FSF assignment book. Sincerely, Grant Rettke

[O] [PATCH v3] ob-vala.el: Add Vala support to Babel

2017-08-06 Thread Christian Garbs
* lisp/ob-vala.el: Add support for the Vala language to Babel. * testing/lisp/test-ob-vala.el: Add tests for ob-vala.el. * doc/org.texi (Working with source code): Add Vala to the list of supported languages. --- doc/org.texi | 1 + etc/ORG-NEWS | 13 +

Re: [O] refile workflow -- move to same heading in different file?

2017-08-06 Thread Raymond Zeitler
Adam Porter writes: >Raymond Zeitler writes: -snip- >This is why I recommended Helm. I'm glad you did, because when I got the same [No Match] response fromthe package installer, I realized you were right that Emacs wasn't setup correctly. >Check out the

Re: [O] [PATCH] Fix ox-md remote image links export

2017-08-06 Thread Jay Kamat
Hi, > Thank you for the report and the patch. I have committed a slightly > different change. Does it solve your issue? Yup, this commit solves my issues, thanks! It's also a lot cleaner than my patch :). Thanks again, -Jay On Sun, Aug 6, 2017 at 12:15 AM, Nicolas Goaziou

Re: [O] Tiny patch to fix one small error in the info documentation

2017-08-06 Thread Kyle Meyer
Marshall handheld Flax writes: > From: marshall flax > > Date: Sat, 5 Aug 2017 20:27:28 -0400 > > Subject: [PATCH] Docs: One should be "wary" rather than "weary" of > executing code blocks The formatting of your patch is a bit off. Please see

Re: [O] [Orgmode] Slow speed of week and month views

2017-08-06 Thread John Kitchin
Karl Voit writes: > Hello John, > > Great to read your thoughts on the topic - I am a huge admirer of > your work and we both seem to cope with similar issues with > Org-mode. Thanks! I am an equal admirer of the Memacs package. I think we share some common interests there. I came across the

[O] Tiny patch to fix one small error in the info documentation

2017-08-06 Thread Marshall handheld Flax
From: marshall flax Date: Sat, 5 Aug 2017 20:27:28 -0400 Subject: [PATCH] Docs: One should be "wary" rather than "weary" of executing code blocks --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi

Re: [O] Slow speed of week and month views

2017-08-06 Thread Adam Porter
Karl Voit writes: >> It might be helpful if you posted a censored version of your large Org >> files somewhere. There's a function by Nicolas that replaces all the >> characters with "x", and there's also a function that replaces words >> with random words of the same

Re: [O] refile workflow -- move to same heading in different file?

2017-08-06 Thread Adam Porter
Raymond Zeitler writes: Hi Ray, > A final update... it works. Of course you knew that, but I was > convinced otherwise. Glad you got it working. :) > > One Internet search result for "Emacs No Match" linked to a subtopic > of Completion in the Emacs manual. So I read more

Re: [O] Slow speed of week and month views

2017-08-06 Thread Karl Voit
* Nicolas Goaziou wrote: > Karl Voit writes: > >> I just learned about elp-instrument-package. What prefixes are of interest to >> you? > > "org-" prefix. The nice thing about `elp-instrument-package' is that is > reports the number of times a

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-06 Thread Christian Garbs
Hello On Sun, Aug 06, 2017 at 02:22:31AM +0200, Nicolas Goaziou wrote: > Christian Garbs writes: > > Currently I run into a problem with the test case: I have created an > > org file containing some Vala code and an .el file with some tests, > > It would be better to have all

Re: [O] Slow speed of week and month views

2017-08-06 Thread Karl Voit
Hi Adam, * Adam Porter wrote: > Karl Voit writes: > >> With a fairly modified configuration (like mine on [0]) and a large >> set of long Org-mode files I can't publish, it is hard to do >> analysis here. So I can offer to report any performance

Re: [O] Log change TODO state after clock-out

2017-08-06 Thread Nicolas Goaziou
Hello, Roman Rudakov writes: > I've tried to remove line (org-inhibit-logging t) locally, it have solved > my problem partially. > > If I clock-in and then clock-out the same headline everything is ok (Task 1 > in my example) > . But if I clock-in Task 2, Then go to Task 3

Re: [O] Disable indent-tabs-mode in org-src buffers if appropriate

2017-08-06 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > For the most part Org now honors the file-local value of > `indent-tabs-mode' as set in an Org file. When that value is `nil' and > a buffer used to edit a source block from that file contains lines that > begin with tabs, then those tabs are

Re: [O] Slow speed of week and month views

2017-08-06 Thread Nicolas Goaziou
Karl Voit writes: > I just learned about elp-instrument-package. What prefixes are of interest to > you? "org-" prefix. The nice thing about `elp-instrument-package' is that is reports the number of times a function is called. > un-compiled agenda profiler-report: Thank

Re: [O] Slow speed of week and month views

2017-08-06 Thread Adam Porter
Karl Voit writes: > With a fairly modified configuration (like mine on [0]) and a large > set of long Org-mode files I can't publish, it is hard to do > analysis here. So I can offer to report any performance annoyances > and anything you need to execute (report) on my

Re: [O] Slow speed of week and month views

2017-08-06 Thread Karl Voit
Hi Nicolas, * Nicolas Goaziou wrote: > > Karl Voit writes: > >> First: I've occasionally mentioned all kinds of performance issues >> over the last years. btw, working within my Memacs agenda [1] with a bit under a million lines of Org-mode is the

Re: [O] Slow speed of week and month views

2017-08-06 Thread Nicolas Goaziou
Hello, Karl Voit writes: > First: I've occasionally mentioned all kinds of performance issues > over the last years. That's important indeed. But performance issues needs a proper profiling report to be useful. The type of data being processed (i.e., something that would

Re: [O] Slow speed of week and month views

2017-08-06 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi Nicolas, > Karl Voit writes: > >> My daily agenda takes twenty seconds, my weekly approximately a >> minute and generating a monthly agenda is something I can only do >> when I plan to leave the computer for a

Re: [O] org-agenda time grid broken ?

2017-08-06 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > Nicolas Goaziou writes: > >> Hello, >> >> Julien Cubizolles writes: >> >>> Did I miss an important change to the way org-agenda-files is to be >>> used ? >> >> It is probably related to the

Re: [O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-08-06 Thread Nicolas Goaziou
Hello, Oleh Krehel writes: > I updated Org recently and noticed that the agenda display looks very > broken, especially in `org-agenda-log-mode'. > > I did a bisect; reverting commit > 912a385518bcf2e320cc161d573ad329111de6c7 fixes it. > Anyone else have this problem?

Re: [O] [Orgmode] Slow speed of week and month views

2017-08-06 Thread Karl Voit
Hello John, Great to read your thoughts on the topic - I am a huge admirer of your work and we both seem to cope with similar issues with Org-mode. * John Kitchin wrote: > > One is to use the new dynamic module capability to write an org parser in > C, or a dedicated

Re: [O] [PATCH] Fix ox-md remote image links export

2017-08-06 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > I discovered a bug in the ox-md exporter and have created a patch to fix it: > > Previously, this image link: > [[https://git-scm.com/images/l...@2x.png]] > > would export to: > ![img](//git-scm.com/images/l...@2x.png) > > which is an invalid

Re: [O] org-agenda time grid broken ?

2017-08-06 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> Did I miss an important change to the way org-agenda-files is to be >> used ? > > It is probably related to the change in `org-agenda-time-grid'. See new > docstring. I've looked