Op do 28 feb. 2019 om 08:51 schreef Cecil Westerhof :
> I can set a checkbox to intermediate with:
> C-u C-u C-c C-x C-b
>
> But I want to do it with code. How would I do that?
>
Found it. Quit simple:
(org-toggle-checkbox '(16))
--
Cecil Westerhof
On Wed, 27 Feb 2019 at 10:49, Nicolas Goaziou wrote:
>
> Hello,
>
> Neil Jerram writes:
>
> > I'm not sure how much freedom you have here, but I think it would be
> > both clearer - by avoiding confusion with URL-escaping - and easier to
> > type, to use an entirely different form of escaping in
Hello,
Jens Lechtenboerger writes:
> I copied that from the address bar of my browser, probably two years
> ago. Today, I was surprised by a compilation failure.
Link syntax is currently unstable. We fix it on one side and it breaks
elsewhere.
This thread is an attempt to make the link synta
在 2019-02-25 20:31:24,"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
Today I noticed the export templates inserted by org are still uppercase:
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS:
#+LATEX_HEADER:
#+LATEX_HEADER_EXTRA:
#+DESCRIPTION:
#+KEYWORDS:
#+SUBTITLE:
#+LATEX_COMPILER: pdflatex
#+DATE: \today
Is this intentional, is the lowercase convention intended
Hello,
tumashu writes:
> 在 2019-02-25 20:31:24,"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 fo
Hello,
tumashu writes:
> org agenda can not align tags which include multibyte char, please see
> before.png
>
> This patch fix the problem, please see after.png
I replaced (buffer-substring (match-beginning 1) (match-end 1)) with
(match-string 1) and applied your patch.
Thank you.
Regards,
> From: "Wong, Philip"
> Date: Thu, 28 Feb 2019 14:16:25 +
>
> When I insert a date by pressing CTRL+C then period then enter I get
> “<2019-02-28 ¶g¥|>”.
>
> I’m not sure what the strange character is (¶g¥|), can someone help?
Please show a complete recipe, starting from "emacs -Q", to re
Hi all,
I’m seeing that in org 9.2.1 (from org-plus-contrib 20190225) tables
are not respecting column-width specifications. For example, if I create
the following table
| Header 1 |
| <10> |
| This column sho
Oops, forgot to include verbatim markers.
For the following table
```
| Header 1 |
| <10> |
| This column should be truncated to 10 characters |
```
When I align it in org 9.1.9, the column display is truncated a
Hello,
"Galen Menzel" writes:
> I’m seeing that in org 9.2.1 (from org-plus-contrib 20190225) tables
> are not respecting column-width specifications. For example, if
> I create the following table
>
> | Header 1 |
> | <10>
Hello,
Carlos Pita writes:
> Today I noticed the export templates inserted by org are still uppercase:
>
> #+LATEX_CLASS: article
> #+LATEX_CLASS_OPTIONS:
> #+LATEX_HEADER:
> #+LATEX_HEADER_EXTRA:
> #+DESCRIPTION:
> #+KEYWORDS:
> #+SUBTITLE:
> #+LATEX_COMPILER: pdflatex
>
> #+DATE: \today
>
> Is
On 28 Feb 2019, at 11:02, Nicolas Goaziou wrote:
Hello,
"Galen Menzel" writes:
I’m seeing that in org 9.2.1 (from org-plus-contrib 20190225)
tables
are not respecting column-width specifications. For example, if
I create the following table
| Header 1
Eli Zaretskii writes:
>> From: "Wong, Philip"
>> Date: Thu, 28 Feb 2019 14:16:25 +
>>
>> When I insert a date by pressing CTRL+C then period then enter I get
>> “<2019-02-28 ¶g¥|>”.
>>
>> I’m not sure what the strange character is (¶g¥|), can someone help?
>
> Please show a complete recip
Robert Pluim writes:
> Eli Zaretskii writes:
>
>>> From: "Wong, Philip"
>>> Date: Thu, 28 Feb 2019 14:16:25 +
>>>
>>> When I insert a date by pressing CTRL+C then period then enter I get
>>> “<2019-02-28 ¶g¥|>”.
>>>
>>> I’m not sure what the strange character is (¶g¥|), can someone help?
Great, thanks!
> From: Robert Pluim
> Cc: "Wong\, Philip" , 34...@debbugs.gnu.org
> Date: Thu, 28 Feb 2019 20:11:45 +0100
>
> Eli Zaretskii writes:
>
> >> From: "Wong, Philip"
> >> Date: Thu, 28 Feb 2019 14:16:25 +
> >>
> >> When I insert a date by pressing CTRL+C then period then enter I get
> >> “<2
I’m using Org mode to document some software. When I see Texinfo used for
this, I see that you can have a subject index and a variable index. How do I
achieve the same thing in Org mode? Can someone point to examples of this?
18 matches
Mail list logo