Hello,
HIRATA Tadashi writes:
> I found a bug that org-indent-boundary-char doens't have
> org-indent face property in org-indent-mode. This causes an
> appearance issue when you use org-mode with whitespace-mode
> that you can't control org-indent-boundary-char's face
> neither whitespace-space
Hello org-mode developers,
I found a bug that org-indent-boundary-char doens't have
org-indent face property in org-indent-mode. This causes an
appearance issue when you use org-mode with whitespace-mode
that you can't control org-indent-boundary-char's face
neither whitespace-space face nor org-i
Hello,
Rasmus writes:
> There's a bug in ‘org-indent--compute-prefixes’ near ";; Inline tasks line
> prefixes".
>
> If (bound-and-true-p org-inlinetask-show-first-star) is non-nil, then Org
> tries to compute (substring heading-prefix 1). But the initial value of
> ‘heading-prefix’ seems to be
Hi,
There's a bug in ‘org-indent--compute-prefixes’ near ";; Inline tasks line
prefixes".
If (bound-and-true-p org-inlinetask-show-first-star) is non-nil, then Org
tries to compute (substring heading-prefix 1). But the initial value of
‘heading-prefix’ seems to be "", at least some of the time (
I can confirm the issue appears with those two commands. I forwarded
this report to the Emacs bug tracker.
Regards,
Nicolas Goaziou writes:
> Hello,
>
> Thibault Polge writes:
>
>> With visual-line-mode and org-indent-mode activated, C-a and C-e
>> misbehaves on indented text blocks. C-a and C
Hello,
Thibault Polge writes:
> With visual-line-mode and org-indent-mode activated, C-a and C-e
> misbehaves on indented text blocks. C-a and C-e sometimes start jumping
> over lines (ie, go backwards or forward one extra line) and sometimes
> even reverses direction (C-e goes backward). I can
* Summary
With visual-line-mode and org-indent-mode activated, C-a and C-e
misbehaves on indented text blocks. C-a and C-e sometimes start jumping
over lines (ie, go backwards or forward one extra line) and sometimes
even reverses direction (C-e goes backward). I can reproduce this from
emacs -Q
Hello,
Ingo Lohmar writes:
> emacs -nw -q testfile,
> M-x org-mode
> M-x org-indent-mode
>
> Enter following plain list:
>
> - item1
> - item1.1
> - item2
>
> Move to first line ("item1") and C-c * to org-toggle-heading. "item1"
> becomes a heading (ok), "item1.1" gets line/wrap prefix for in
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
On Tuesday, 25 Aug 2015 at 15:05, Nicolas Goaziou wrote:
> Hello,
>
> Eric S Fraga writes:
>
>> I note that this bug was addressed in a recent commit. However, now
>> indent mode *with* a monospaced font has some extra space (the width of
>> a *) at the start of every headline except top level he
Hello,
Eric S Fraga writes:
> I note that this bug was addressed in a recent commit. However, now
> indent mode *with* a monospaced font has some extra space (the width of
> a *) at the start of every headline except top level headings. Also
> seems to affect text that comes before the first h
On Tuesday, 25 Aug 2015 at 13:39, Eric S Fraga wrote:
> Hi,
>
> I note that this bug was addressed in a recent commit. However, now
> indent mode *with* a monospaced font has some extra space (the width of
> a *) at the start of every headline except top level headings. Also
> seems to affect tex
Hi,
I note that this bug was addressed in a recent commit. However, now
indent mode *with* a monospaced font has some extra space (the width of
a *) at the start of every headline except top level headings. Also
seems to affect text that comes before the first headline. Image
attached shows wha
Wait, it seems your patch also fixed another issue!
Until now, org-mode would only indent text correctly up until a certain level
(not sure exactly, but approx 8-10 stars), and would then bug out: the heading,
when demoted further, would be correctly indented by a certain amount of
characters (
Hello,
Jakub Szypulka writes:
> Reproduction of bug: Open an org-file in org-mode with auto-indent turned on
> while using a non-monospaced font.
> Expected result: The headings align with the text contents.
> Actual result: The headings do not align with the text contents.
>
> This has been or
Hello Nicolas,
---
Nicolas Goaziou , 2015-08-20 13:56
> Hello,
>
> Jakub Szypulka writes:
>
>> Reproduction of bug: Open an org-file in org-mode with auto-indent turned on
>> while using a non-monospaced font.
>> Expected result: The headings align with the text contents.
>> Actual result: The
Jakub Szypulka writes:
> Yes it does, I'm impressed! Thanks a lot for the quick fix!
Applied then. Thank you for the feedback.
> I understand those changed will be included by default in the next org
> versions?
Yes, they will.
Regards,
Reproduction of bug: Open an org-file in org-mode with auto-indent turned on
while using a non-monospaced font.
Expected result: The headings align with the text contents.
Actual result: The headings do not align with the text contents.
This has been originally filed two years ago:
http://articl
Anders Johansson gmail.com> writes:
>
> Anders Johansson gmail.com> writes:
>
> >
> > Tobias Getzner gmx.de> writes:
> >
> > >
> > > Hello,
> > >
> > > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
> > > org-indent-mode now underindents item bodies when variable-pi
Anders Johansson gmail.com> writes:
>
> Tobias Getzner gmx.de> writes:
>
> >
> > Hello,
> >
> > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
> > org-indent-mode now underindents item bodies when variable-pitch-mode is
> > used. I. e., in the following document, «lore
Tobias Getzner gmx.de> writes:
>
> Hello,
>
> After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
> org-indent-mode now underindents item bodies when variable-pitch-mode is
> used. I. e., in the following document, «lorem», «ipsum», and «etc.» will
> fall successively short of
Hello,
After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
org-indent-mode now underindents item bodies when variable-pitch-mode is
used. I. e., in the following document, «lorem», «ipsum», and «etc.» will
fall successively short of the item’s respective indent level.
* first
lo
Update: This is now resolved (for me).
The jumping cursor behaviour I was seeing was either a problem with my
installation of Version 7.8.11 org-20120611 or a bug in that version.
Reverting to the built-in version (Version 6.33x) (by turning off
the Emacs package manager) fixed the problem, an
Andrew Stine gmail.com> writes:
>
> When org-indent-mode is active, the cursor repeatedly jumps to the
> bottom of the buffer. This makes using the buffer impossible while
> org-indent-mode is active.
>
I am experiencing the same behaviour (cursor jumping to the end of the buffer
whenever I tr
Andrew Stine writes:
> Byte-compiling org-mode a second time after installation seems to
> permanently solve the problem for me. I suspect that this is not a bug
> with org-mode, but with elpa. Thanks for your assistance.
You might want to file a bug report against Emacs, since gnu-elpa is now
pa
Hello all,
Byte-compiling org-mode a second time after installation seems to
permanently solve the problem for me. I suspect that this is not a bug
with org-mode, but with elpa. Thanks for your assistance.
- Andrew
On Thu, Feb 23, 2012 at 9:44 AM, Nick Dokos wrote:
> Andrew Stine wrote:
>
>> I've tried "-q" and it works, but only because emacs reverts to default
>> version of org-mode. The
>> version I am having trouble with is currently installed through elpa.
>>
>
> Then create a minimal .emacs file that
Andrew Stine wrote:
> I've tried "-q" and it works, but only because emacs reverts to default
> version of org-mode. The
> version I am having trouble with is currently installed through elpa.
>
Then create a minimal .emacs file that will load the right version of org (but
exclude
all your cu
I've tried "-q" and it works, but only because emacs reverts to default
version of org-mode. The version I am having trouble with is currently
installed through elpa.
As to example file, do you mean example org file? If so, I've had trouble
with every org file I've tried, even blank ones.
Regards
Nicolas Goaziou wrote:
> Hello,
>
> Andrew Stine writes:
>
> > When org-indent-mode is active, the cursor repeatedly jumps to the
> > bottom of the buffer. This makes using the buffer impossible while
> > org-indent-mode is active.
>
> I cannot reproduce it. Could you send me an example file
Hello,
Andrew Stine writes:
> When org-indent-mode is active, the cursor repeatedly jumps to the
> bottom of the buffer. This makes using the buffer impossible while
> org-indent-mode is active.
I cannot reproduce it. Could you send me an example file where the
problem happens?
Regards,
--
31 matches
Mail list logo