Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-26 Thread Eric S Fraga
On Thursday, 21 Feb 2019 at 20:42, Nick Helm wrote: > Eric S Fraga writes: > >> It would be great, for others that may be interested, if you could post >> your solution to this list. > > Here's an alternative way to achieve this with today's master. Thank you. -- Eric S Fraga via Emacs 27.0.50,

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-21 Thread Nick Helm
Eric S Fraga writes: > It would be great, for others that may be interested, if you could post > your solution to this list. Here's an alternative way to achieve this with today's master. --- a/lisp/org-table.el 2019-02-21 21:28:34.0 +1300 +++ b/lisp/org-table.el 2019-02-21

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-19 Thread Nicolas Goaziou
Hello, Nick Helm writes: > When the specified column width is one or two characters wider than the > longest cell in the column (26 and 27 char in the example below), the > shrunk column indicator and right-hand table borders do not draw > correctly. > > For example, shrink the following with

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-19 Thread Nick Helm
Nicolas Goaziou writes: > Anyway, I changed the algorithm, so shrinking should now obey to > alignment. By the way, I think this change may have introduced a new bug. When the specified column width is one or two characters wider than the longest cell in the column (26 and 27 char in the

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-19 Thread Nick Helm
Eric S Fraga writes: > On Tuesday, 19 Feb 2019 at 03:16, Nick Helm wrote: > > [...] > >> Great, got it sorted now. Thanks again for your time. > > It would be great, for others that may be interested, if you could post > your solution to this list. Sure, patch below. It's a bit crude, but it

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-19 Thread Eric S Fraga
On Tuesday, 19 Feb 2019 at 03:16, Nick Helm wrote: [...] > Great, got it sorted now. Thanks again for your time. It would be great, for others that may be interested, if you could post your solution to this list. thanks, -- Eric S Fraga via Emacs 27.0.50, Org release_9.2-193-ge7901c

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-18 Thread Nick Helm
Nicolas Goaziou writes: > Nick Helm writes: > >> Could you tell me what functions govern this feature? > > You may want to have a look into `org-table--shrink-field' and > `org-table--make-shrinking-overlay'. Great, got it sorted now. Thanks again for your time.

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-18 Thread Nicolas Goaziou
Nick Helm writes: > That's a shame. Feel free to demonstrate a practical use-case, if you want to. > Could you tell me what functions govern this feature? You may want to have a look into `org-table--shrink-field' and `org-table--make-shrinking-overlay'. Regards,

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-18 Thread Nick Helm
Nicolas Goaziou writes: > Nick Helm writes: > >> But, the rest of the time, can't the indicator serve both purposes - >> indicate a shrunken column and the presence of truncated cells - when it >> is limited to places where text is hidden? > > I find it confusing -- you may actually miss the

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-18 Thread Nicolas Goaziou
Hello, Nick Helm writes: > But, the rest of the time, can't the indicator serve both purposes - > indicate a shrunken column and the presence of truncated cells - when it > is limited to places where text is hidden? I find it confusing -- you may actually miss the information that the current

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-18 Thread Nick Helm
Nicolas Goaziou writes: > Anyway, I changed the algorithm, so shrinking should now obey to > alignment. Thank you for the feedback. Thank you – this is a welcome improvement. >> | <5> …| >> | one …| >> | one …| >> >> This is misleading - cell 3 contains no additional content yet the >>

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-17 Thread Nicolas Goaziou
Hello, Nick Helm writes: > If that's the case, it's a significant loss of functionality. This would > mean, for instance, that it's no longer possible to format financial > data with a uniform column width. "significant" may be relative. The feature has been available on master for months, and

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-16 Thread Nick Helm
Thank you for your response. Nicolas Goaziou writes: > Nick Helm writes: >> >> The column is no longer right aligned. > > This is by design, so you can often edit the field without expanding the > column. I'm not sure I follow. Are you saying the ability align cell contents in a shrunk

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-15 Thread Nicolas Goaziou
Hello, Nick Helm writes: > Create a new table: [...] > | | > | one | > | two is a longer cell | > > and shrink to size with C-c TAB: > > |…| > | one …| > | two is a longer cell

[O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-14 Thread Nick Helm
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.