* "\_" sequences in indented lines of column view dynamic blocks
@ 2020-05-10 15:09 Dauer, Michael
2020-05-10 15:33 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Dauer, Michael @ 2020-05-10 15:09 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 424 bytes --]
Hi,
What are the "\_" sequences in indented lines of column view dynamic blocks
good for? I just find them ugly and irritating. See the simple example
below:
#+BEGIN: columnview :indent t :id local
| ITEM | a |
|---------------+---|
| column view | 7 |
| \_ item1 | 3 |
| \_ item1.1 | 3 |
| \_ item2 | 4 |
#+END
And is there a way to omit the root of the branch ("column view" in this
case)?
thx
[-- Attachment #2: Type: text/html, Size: 646 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: "\_" sequences in indented lines of column view dynamic blocks
2020-05-10 15:09 "\_" sequences in indented lines of column view dynamic blocks Dauer, Michael
@ 2020-05-10 15:33 ` Nicolas Goaziou
2020-05-10 15:45 ` Dauer, Michael
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2020-05-10 15:33 UTC (permalink / raw)
To: Dauer, Michael; +Cc: emacs-orgmode
Hello,
"Dauer, Michael" <michael.dauer@smartpm.com> writes:
> What are the "\_" sequences in indented lines of column view dynamic blocks
> good for?
Those are entities, like, e.g., \alpha. They have two effects.
1. They allow indenting the cell in the buffer. Text columns are left
aligned otherwise.
2. They preserve indentation upon export.
> I just find them ugly and irritating.
Sorry about that. Note it is our best idea to solve both problems so
far. It you have something better, please tell us!
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: "\_" sequences in indented lines of column view dynamic blocks
2020-05-10 15:33 ` Nicolas Goaziou
@ 2020-05-10 15:45 ` Dauer, Michael
2020-05-11 17:55 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Dauer, Michael @ 2020-05-10 15:45 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Thanks, understood.
It would be nice to have to have an option to just use other indentation
characters like "." for ASCII or special blanks for other encoding.
And what about the second question? I'm looking for something like a
minlevel argument.
Am So., 10. Mai 2020 um 17:33 Uhr schrieb Nicolas Goaziou <
mail@nicolasgoaziou.fr>:
> Hello,
>
> "Dauer, Michael" <michael.dauer@smartpm.com> writes:
>
> > What are the "\_" sequences in indented lines of column view dynamic
> blocks
> > good for?
>
> Those are entities, like, e.g., \alpha. They have two effects.
>
> 1. They allow indenting the cell in the buffer. Text columns are left
> aligned otherwise.
>
> 2. They preserve indentation upon export.
>
> > I just find them ugly and irritating.
>
> Sorry about that. Note it is our best idea to solve both problems so
> far. It you have something better, please tell us!
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 1443 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: "\_" sequences in indented lines of column view dynamic blocks
2020-05-10 15:45 ` Dauer, Michael
@ 2020-05-11 17:55 ` Nicolas Goaziou
2020-05-18 15:35 ` Dauer, Michael
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2020-05-11 17:55 UTC (permalink / raw)
To: Dauer, Michael; +Cc: emacs-orgmode
Hello,
"Dauer, Michael" <michael.dauer@smartpm.com> writes:
> It would be nice to have to have an option to just use other indentation
> characters like "." for ASCII or special blanks for other encoding.
Do you mean in the Org document? That would break export.
> And what about the second question? I'm looking for something like a
> minlevel argument.
I didn't answer it, so I probably do not have a clue :)
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: "\_" sequences in indented lines of column view dynamic blocks
2020-05-11 17:55 ` Nicolas Goaziou
@ 2020-05-18 15:35 ` Dauer, Michael
2020-05-18 15:53 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Dauer, Michael @ 2020-05-18 15:35 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 901 bytes --]
Why would the following break the export?
#+BEGIN: columnview :indent t :id local
| ITEM | a |
|-------------+---|
| column view | 7 |
| ··item1 | 3 |
| ····item1.1 | 3 |
| ··item2 | 4 |
#+END
U+2063 would be invisible. And the ASCII export could just substitute it
with Blank.
Am Mo., 11. Mai 2020 um 19:55 Uhr schrieb Nicolas Goaziou <
mail@nicolasgoaziou.fr>:
> Hello,
>
> "Dauer, Michael" <michael.dauer@smartpm.com> writes:
>
> > It would be nice to have to have an option to just use other indentation
> > characters like "." for ASCII or special blanks for other encoding.
>
> Do you mean in the Org document? That would break export.
>
> > And what about the second question? I'm looking for something like a
> > minlevel argument.
>
> I didn't answer it, so I probably do not have a clue :)
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 2134 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: "\_" sequences in indented lines of column view dynamic blocks
2020-05-18 15:35 ` Dauer, Michael
@ 2020-05-18 15:53 ` Nicolas Goaziou
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2020-05-18 15:53 UTC (permalink / raw)
To: Dauer, Michael; +Cc: emacs-orgmode
Hello,
"Dauer, Michael" <michael.dauer@smartpm.com> writes:
> Why would the following break the export?
I never said the following would break export. I said your initial
proposal would, i.e. using ".". You changed it meanwhile.
> #+BEGIN: columnview :indent t :id local
> | ITEM | a |
> |-------------+---|
> | column view | 7 |
> | ··item1 | 3 |
> | ····item1.1 | 3 |
> | ··item2 | 4 |
> #+END
>
> U+2063 would be invisible. And the ASCII export could just substitute it
> with Blank.
As a rule of thumb, Org doesn't use non-ASCII characters for its syntax.
This would break this rule.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-05-18 15:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-10 15:09 "\_" sequences in indented lines of column view dynamic blocks Dauer, Michael
2020-05-10 15:33 ` Nicolas Goaziou
2020-05-10 15:45 ` Dauer, Michael
2020-05-11 17:55 ` Nicolas Goaziou
2020-05-18 15:35 ` Dauer, Michael
2020-05-18 15:53 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.