[O] org-clock-resolving-clocks & idle

2019-02-25 Thread Michaël Cadilhac
Hi there; CONTEXT: When I'm idling with the clock running, Org asks if I want to resolve the clock when I come back (this is by setting org-clock-idle-time). PROBLEM: I'm not sure how recent the change was, but Org started asking me _multiple times_ what I want to do when back. CAUSE: It seems

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-25 Thread Eric Abrahamsen
Emilio Francesquini writes: > Hello, > >> <<<天空>>> >> > >> > 我爱天空和大地 >> > >> >> Org doesn't support mid-word radio targets. Is there any strong reason >> to make a case for Chinese? What about other languages? >> > > My knowledge in Chinese is rather limited, but if it is a little like

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-25 Thread tumashu
At 2019-02-26 03:50:37, "Eric Abrahamsen" wrote: >Emilio Francesquini writes: > >> Hello, >> >>> <<<天空>>> >>> > >>> > 我爱天空和大地 >>> > >>> >>> Org doesn't support mid-word radio targets. Is there any strong reason >>> to make a case for Chinese? What about other languages? >>> >>

[O] Bug: Can't access org agenda custom command [9.2.1 (9.2.1-33-g029cf6-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190225/)]

2019-02-25 Thread Gustavo Barros
-overriding-header "Tasks") (org-agenda-todo-ignore-with-date t) (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote todo) (quote ("SOMEDAY" nil nil) ("ws" "Someday Tasks" todo "SOMEDAY" nil) ("n" "Agenda a

Re: [O] Org can't export inline image link to PDF

2019-02-25 Thread stardiviner
Vladimir Lomov writes: > Hello, > > ** stardiviner [2019-02-23 18:19:05 +0800]: > > [...] > I checked the =Resume.tex= file. The raw latex is this: #+begin_src latex \begin{center} \includegraphics[width=2.0in]{data/images/me_picture 23.jpg} \end{center}

[O] RCE through Org-protocol and org-babel

2019-02-25 Thread Ring <3 Rootkitty
Hi all, Some time ago I discovered a method of executing remote code by controlling the content sent over org-protocol, escaping the capture template, and embedding a org-babel code block. Details are outlined in the blog post bellow. https://rootkitty.tech/post/rce-emacs-capture/ I don't

Re: [O] Bug: Can't access org agenda custom command [9.2.1 (9.2.1-33-g029cf6-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190225/)]

2019-02-25 Thread Alan Schmitt
On 2019-02-26 02:19, Gustavo Barros writes: I've been having trouble with my custom agenda commands since the latest update. The agenda dispatcher used to work fine until the last update, but now, given one of my custom agenda commands, it issues the error

Re: [O] Bug: org-agenda-overriding-columns-format destroyed on revert [9.2.1 (9.2.1-2-gc6d37c-elpaplus)]

2019-02-25 Thread Allen Li
Thank you for the comments, attached new patch. On Mon, Feb 18, 2019 at 9:16 PM Nicolas Goaziou wrote: > > > (defun org-agenda-finalize () > >"Finishing touch for the agenda buffer, called just before displaying > > it." > >(unless org-agenda-multi > > @@ -3783,7 +3784,7 @@

Re: [O] [RFC] Fixing link encoding once and for all

2019-02-25 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > Recently[1], issues about link escaping have resurfaced. I'd like to > solve this once and for all. > > As a reminder, the initial issue is that bracket links, i.e., "[[path]]" > or "[[path][description]]", cannot contain square brackets, for obvious >

Re: [O] org-log-post-message: is it properly reset?

2019-02-25 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > From time to time, I have some spurious "Entry repeats" messages when > editing tasks that have no repetition. I've tracked that down to > org-log-post-message being message'd in org-store-log-note, and I > can't really see anywhere where the variable is

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-25 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: > * lisp/org.el (org-update-radio-target-regexp): Let radio target works well > with Chinese Thank you. > There is no need to force split words with the help > of space for Chinese, this change let the below > example works well. > > <<<天空>>> > > 我爱天空和大地 >

Re: [O] Bug: org-agenda-overriding-columns-format destroyed on revert [9.2.1 (9.2.1-2-gc6d37c-elpaplus)]

2019-02-25 Thread Nicolas Goaziou
Hello, Allen Li writes: > Subject: [PATCH] Fix buffer local org-agenda-overriding-columns-format bug > > Setting org-agenda-overriding-columns-format as a buffer local value > interferes with how it is used as a dynamically scoped var, so use a > separate variable for buffer local setting.

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-25 Thread Emilio Francesquini
Hello, > <<<天空>>> > > > > 我爱天空和大地 > > > > Org doesn't support mid-word radio targets. Is there any strong reason > to make a case for Chinese? What about other languages? > My knowledge in Chinese is rather limited, but if it is a little like Japanese the problem is that those languages

Re: [O] Org can't export inline image link to PDF

2019-02-25 Thread Vladimir Lomov
Hello, ** stardiviner [2019-02-23 18:19:05 +0800]: [...] >>> I checked the =Resume.tex= file. The raw latex is this: >>> >>> #+begin_src latex >>> \begin{center} >>> \includegraphics[width=2.0in]{data/images/me_picture 23.jpg} >>> \end{center} >>> #+end_src >>> >>> No "23.bb", I search over