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

2016-01-10 Thread Andrew Hyatt
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 reproduce it, though. I'll mark this as unreproducible now, and close it in a few weeks if you can't reproduce it either under Emacs 25. Steve Purce

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

2016-01-10 Thread Kaushal Modi
Out of curiosity, which org-mode version will see this change in export-block syntax?

Re: [O] importing?

2016-01-10 Thread John Kitchin
You have some luck with pandoc html to orgmode. Raimund writes: > Good morning, > > I think I caught the exporting issues - but is there a way to, say, > import from html to org-mode? I couldn't find something about this in > the info pages. > > ray -- Professor John Kitchin Doherty Hall A207F

[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-10 Thread Samuel W. Flint
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] Bug: repeaters on TODOs with notes that contain org-formatted dates causes SCHEDULE line to disappear upon org-todo from commit 481719fbd5751aaa9c672b762cb43aea8ee986b0 onward [8.3.2 (release_

2016-01-10 Thread Nicolas Goaziou
Hello, "Bradley M. Kuhn" writes: > Repeaters on TODOs with notes that contain org-formatted dates causes > SCHEDULE line to disappear upon org-todo from commit > 481719fbd5751aaa9c672b762cb43aea8ee986b0 onward. Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] Bug: repeaters on TODOs with notes that contain org-formatted dates causes SCHEDULE line to disappear upon org-todo from commit 481719fbd5751aaa9c672b762cb43aea8ee986b0 onward [8.3.2 (release_8.3.

2016-01-10 Thread Bradley M. Kuhn
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] `org-make-tags-matcher' broken by lexical-binding

2016-01-10 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > I found out that `org-make-tags-matcher' relies heavily on the dynamic > binding. Unfortunately, this is not the only one. > First of all, it assumes that the `todo-only' variable is scoped > in. This is simple to fix by making todo-only a parameter of the > funct

Re: [O] importing?

2016-01-10 Thread Raimund
Am 10.01.2016 um 10:11 schrieb Marcin Borkowski: On 2016-01-10, at 10:03, Raimund wrote: Good morning, I think I caught the exporting issues - but is there a way to, say, import from html to org-mode? I couldn't find something about this in the info pages. pandoc? yes, and I tried but w

Re: [O] importing?

2016-01-10 Thread Marcin Borkowski
On 2016-01-10, at 10:03, Raimund wrote: > Good morning, > > I think I caught the exporting issues - but is there a way to, say, > import from html to org-mode? I couldn't find something about this in > the info pages. pandoc? > ray Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/M

[O] importing?

2016-01-10 Thread Raimund
Good morning, I think I caught the exporting issues - but is there a way to, say, import from html to org-mode? I couldn't find something about this in the info pages. ray

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

2016-01-10 Thread Michael Brand
Hi Nicolas On Sat, Jan 9, 2016 at 6:54 PM, Nicolas Goaziou wrote: > > Michael Brand writes: > > > My current ERT for test-org-feed.el > > > >(equal > > "5 % Less (See\n Item \"3)\" Somewhere)" > > (org-feed-format-entry > > '(:title "5 % less (see\n item \"3)\" somewhere)") > >