Takaaki ISHIKAWA

Results 59 comments of Takaaki ISHIKAWA

One thing we have to care about is the ordering of command options. In the current implementation, it assumes that ` ... `. So if a command working on Windows...

Hi. Bastien, Today, I have the same issue. But when I changed the following line, L6962 in org.texi, then I was able to generate an output file as `org.pot`. (NG:...

Here is the point: https://code.orgmode.org/bzg/org-mode/src/maint/doc/org.texi#L6962 Actually, the error will possibly be happen if we do not line break right after `@noindent`. So I use a tiny perl script to do...

That's fantastic news!! I'll support you anything I can :) OK, honestly I'm trying to translate the manual to Japanese again, but I don't want to too much rash on...

@mquinson Thanks! @bzg I have checked the concern on the latest `.texi` tangled from `org-manual.org` at master branch, and no error didn't occur when generating `org.pot`. Good! I also confirmed...

I'm not sure but the following line could be the reason of the error. If you disable `company-box` during org mode presentation, then the error will not probably be occurred....

Note: before applying a change described below, please resolve #54. So, this is happen because of an advice for `+org-present--hide-first-heading-maybe-a` configured in `~/doom.d/modules/lang/org/contrib/present.el`. Regarding updates on `org-narrow-to-subtree` at 68a44eadac00d07e2b45b10da60e0e3cd6300d6f and...

Thank you for providing nice comments. I would like to understand your requests in detail. Comment 1: Hiding tree contains COMMET In my understanding, the heading with COMMENT will skip...

Currently, not. You mean when you enter presentation mode, source codes should be displayed without any control commands like BEGIN_SRC?