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 @@ FILTER-ALIST
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
> reaso
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.
>
> <<<天空>>>
>
> 我爱天空和大地
>
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.
Appl
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 reset.
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
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 th
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
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
>
todo ""
((org-agenda-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)
(&q
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?
>>>
>>
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}
#+en
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 really
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
"org-agenda-get-restriction-and-c
14 matches
Mail list logo