[O] xml-rpc-request error for wordpress

2015-01-17 Thread Shiyuan
Hi all, I have been using org2blog/wp package to manage my wordpress blog. It had been woking very well until last week when things started to fail. org2blog/wp uses xml-rpc-request to connect to wordpress.com which returns the 301 Error. I haven't changed my emacs config for quite a long time. S

Re: [O] setting priority through S-down and S-up is laggy on i5 cpu

2015-01-17 Thread Nicolas Goaziou
Michael Ziems writes: > thanks for the really good help here. Here the results: > > org-shiftdown > Call Count: 4 > Elapsed time: 3.953 > Average time: 0.98825 I would need the detailed results, i.e., the 10 top entries from the results buffer. Regards,

Re: [O] setting priority through S-down and S-up is laggy on i5 cpu

2015-01-17 Thread Michael Ziems
Hello, thanks for the really good help here. Here the results: org-shiftdown Call Count: 4 Elapsed time: 3.953 Average time: 0.98825 Am 17.01.2015 um 17:22 schrieb Nicolas Goaziou: Michael Ziems writes: what actually is org mode doing during org-shiftdown and org-shiftup as they are quite

Re: [O] New patches WAS Re: [PATCH] inline src block results can be removed

2015-01-17 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: >> (funcall wrap (concat "#+BEGIN_" name) >> - (concat "#+END_" (car (org-split-string name)) >> + (concat "#+END_" (car (org-split-string name))) >> + nil nil (concat "{{{resul

Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Richard
Nicolas Richard writes: > Nicolas Goaziou writes: >> FWIW, I cannot reproduce it. > > I retried and reproduced it with > emacs -Q -g 80x24+0+0 -L ~/sourcetrees/org-mode/lisp > ~/tmp/bug-isearch.org Oops, my message went gone faster than I expected, sorry for its brevity! -- Nicolas Richard

Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Richard
Nicolas Goaziou writes: > Hello, > > Samuel Wales writes: > >> run this (after substituting in where you keep org maint) and search >> for "lightly org": >> >> thanks. >> >> samuel >> >> === call >> >> emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path >> (append (list(substit

Re: [O] bug: isearch hides text that should be shown, ignoring all show variables

2015-01-17 Thread Samuel Wales
On 1/17/15, Nicolas Goaziou wrote: > Anyway, the point here is that you can use `org-reveal' (C-c C-r) to get > a more regular visibility. i am pretty sure that no org variables allow specifying this so that it happens without you doing that. is it the case that doing org-reveal as an after defa

Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Samuel Wales
i use large fonts. perhaps you need to try smaller geometry or larger fonts? On 1/17/15, Nicolas Goaziou wrote: > Hello, > > Samuel Wales writes: > >> run this (after substituting in where you keep org maint) and search >> for "lightly org": >> >> thanks. >> >> samuel >> >> === call >> >> emacs

Re: [O] three bugs/misfeatures in org-reveal (or is org-reveal the wrong way to reveal around point?)

2015-01-17 Thread Samuel Wales
thanks for clarifying. that seems to eliminate all possibility of specifying canonical visibility using org show variables. thus, this is a feature that is strangely missing in org, as opposed to a bug. [yet it is what i think would be a good default for newcomers.] canonical visibility roughly

Re: [O] Usage of org-element api

2015-01-17 Thread Dieter Van Eessen
Hello, Nicolas pointed me in the right direction! It was so obvious that I looked right passed it: Should just create a temp buffer with the text (headline+plainlist+text) i wish to parse, then parse that temp-buffer... so obvious, sorry for the waste of time. Just to give an idea of what I'm try

Re: [O] setting priority through S-down and S-up is laggy on i5 cpu

2015-01-17 Thread Nicolas Goaziou
Michael Ziems writes: > what actually is org mode doing during org-shiftdown and org-shiftup > as they are quite heavy with 302 in comparison to org-shiftleft with > 15. 302 are spent on `org-priority'. Not sure which part is expensive. > i tried elp-instrument-package but im not sure how to ge

Re: [O] setting priority through S-down and S-up is laggy on i5 cpu

2015-01-17 Thread Michael Ziems
Hello, what actually is org mode doing during org-shiftdown and org-shiftup as they are quite heavy with 302 in comparison to org-shiftleft with 15. i tried elp-instrument-package but im not sure how to get data out of it. thanks Am 16.01.2015 um 22:44 schrieb Nicolas Goaziou: Michael Ziems

Re: [O] org-todo-recursive

2015-01-17 Thread Rasmus
Hi, davi...@es.gnu.org (David Arroyo Menéndez) writes: > How can I do a org-todo-recursive? The idea is replace TODO by DONE in > a tree. Someone with a snippet? Does org-depend.el do what you need? [Your message is not very clear] Cheers, Rasmus -- Governments should be afraid of their peop

[O] org-todo-recursive

2015-01-17 Thread David Arroyo Menéndez
Hello! How can I do a org-todo-recursive? The idea is replace TODO by DONE in a tree. Someone with a snippet? Regards.

Re: [O] bug: isearch hides text that should be shown, ignoring all show variables

2015-01-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > a similar bug to "bug: isearch puts ellipses at top of window" [which > has an ecm]: > > * aa > * a > text > *** b > text > *** c > text > * d > > and isearch for text sometimes produces the output below at top of window: > > ... > * a > text > ... > * d > > and som

Re: [O] [PATCH] Proposal for «session» documentation

2015-01-17 Thread Achim Gratz
abonnements writes: > PS: sorry to be curious but I can't figure out is the language behind > "2014ko abenudak 22an, abonnements-ek idatzi zuen" ( :-) ) Basque. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1:

Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > run this (after substituting in where you keep org maint) and search > for "lightly org": > > thanks. > > samuel > > === call > > emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path > (append (list(substitute-in-file-name "$delorgsrc/lisp") > (subs

Re: [O] three bugs/misfeatures in org-reveal (or is org-reveal the wrong way to reveal around point?)

2015-01-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > i think i found one of the bugs in org.el's org-show-context. is > anybody willing to confirm and fix it? > > On 8/5/13, Samuel Wales wrote: >> ;; bug 1: when point is in entry text, the first child of that >> ;; entry shows, but its siblings (i.e. the other c