emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode customization in emacs
@ 2023-05-23 19:54 Fleur Chrysalis
  2023-06-06 13:43 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Fleur Chrysalis @ 2023-05-23 19:54 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Hi,
I've been searching all day for a way to work Org-mode's plain list with the concept map of Org-brain. My problem is that Org-brain displays headings as children of a mind-map parent file, example: File RPG, title: DnD5e, Heading 1 will be shown in org-brain as something like this...

DnD5e
|
|
v
Heading 1

Text inside of it will be shown normally, however. It also doesn't comply with TODO words (doesn't show them), So i've been thinking of using just Checkboxes to mark this. I've come across xit-mode, which contains Boxes for Doing [@], Abandoned [~] (which strikes the task) and Unsure [?]. I would like to add those, even if through customization, like you would with TODO Keywords, but i haven't found out how. Is there a way to add those to the cycle list of checkboxes for org-mode?

[-- Attachment #2: Type: text/html, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-05-23 19:54 Org-mode customization in emacs Fleur Chrysalis
@ 2023-06-06 13:43 ` Ihor Radchenko
  2023-06-06 16:00   ` Fleur Chrysalis
  0 siblings, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2023-06-06 13:43 UTC (permalink / raw)
  To: Fleur Chrysalis; +Cc: emacs-orgmode

Fleur Chrysalis <FleurCode@proton.me> writes:

> I've been searching all day for a way to work Org-mode's plain list with the concept map of Org-brain. My problem is that Org-brain displays headings as children of a mind-map parent file, example: File RPG, title: DnD5e, Heading 1 will be shown in org-brain as something like this...
> ...
> Text inside of it will be shown normally, however. It also doesn't comply with TODO words (doesn't show them), So i've been thinking of using just Checkboxes to mark this. I've come across xit-mode, which contains Boxes for Doing [@], Abandoned [~] (which strikes the task) and Unsure [?]. I would like to add those, even if through customization, like you would with TODO Keywords, but i haven't found out how. Is there a way to add those to the cycle list of checkboxes for org-mode?

Checkboxes only support a limited TODO-like functionality. Last time we
discussed extending the available checkbox states, we decided not to go
in this direction for Org mode.

See https://list.orgmode.org/2022-09-12T14-35-24@devnull.Karl-Voit.at/

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-06-06 13:43 ` Ihor Radchenko
@ 2023-06-06 16:00   ` Fleur Chrysalis
  2023-06-06 16:40     ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Fleur Chrysalis @ 2023-06-06 16:00 UTC (permalink / raw)
  To: yantar92; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1398 bytes --]

Ah, understood, thank you for the reply.
Rather unfortunate that there is no way to extend it or customize it easily.

-------- Mensagem Original --------
Em 6 de jun. de 2023 10:38, Ihor Radchenko escreveu:

> Fleur Chrysalis  writes: > I've been searching all day for a way to work Org-mode's plain list with the concept map of Org-brain. My problem is that Org-brain displays headings as children of a mind-map parent file, example: File RPG, title: DnD5e, Heading 1 will be shown in org-brain as something like this... > ... > Text inside of it will be shown normally, however. It also doesn't comply with TODO words (doesn't show them), So i've been thinking of using just Checkboxes to mark this. I've come across xit-mode, which contains Boxes for Doing [@], Abandoned [~] (which strikes the task) and Unsure [?]. I would like to add those, even if through customization, like you would with TODO Keywords, but i haven't found out how. Is there a way to add those to the cycle list of checkboxes for org-mode? Checkboxes only support a limited TODO-like functionality. Last time we discussed extending the available checkbox states, we decided not to go in this direction for Org mode. See https://list.orgmode.org/2022-09-12T14-35-24@devnull.Karl-Voit.at/ -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at

[-- Attachment #2: Type: text/html, Size: 1615 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-06-06 16:00   ` Fleur Chrysalis
@ 2023-06-06 16:40     ` Ihor Radchenko
  2023-06-06 20:12       ` Fleur Chrysalis
  0 siblings, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2023-06-06 16:40 UTC (permalink / raw)
  To: Fleur Chrysalis; +Cc: emacs-orgmode

Fleur Chrysalis <FleurCode@proton.me> writes:

> Ah, understood, thank you for the reply.
> Rather unfortunate that there is no way to extend it or customize it easily.

Note that I do not fully understand the problem you are trying to solve.
It may be XY problem. Try to check other ways to achieve what you want.
Maybe post a feature request for org-brain?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-06-06 16:40     ` Ihor Radchenko
@ 2023-06-06 20:12       ` Fleur Chrysalis
  2023-06-07  2:22         ` Samuel Wales
  0 siblings, 1 reply; 7+ messages in thread
From: Fleur Chrysalis @ 2023-06-06 20:12 UTC (permalink / raw)
  To: yantar92; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

I got it solved now, found the line to enable TODO headings in Org-brain to show properly. My initial problem was with the todo/doing/done headings not showing up in org-brain thanks to its implementation of org-mode on its mindmap, but now i have the line that allows me to see it, so i got around the issue.

-------- Mensagem Original --------
Em 6 de jun. de 2023 13:36, Ihor Radchenko escreveu:

> Fleur Chrysalis  writes: > Ah, understood, thank you for the reply. > Rather unfortunate that there is no way to extend it or customize it easily. Note that I do not fully understand the problem you are trying to solve. It may be XY problem. Try to check other ways to achieve what you want. Maybe post a feature request for org-brain? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at

[-- Attachment #2: Type: text/html, Size: 1083 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-06-06 20:12       ` Fleur Chrysalis
@ 2023-06-07  2:22         ` Samuel Wales
  2023-06-07 10:21           ` Fleur Chrysalis
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Wales @ 2023-06-07  2:22 UTC (permalink / raw)
  To: Fleur Chrysalis; +Cc: yantar92, emacs-orgmode

great.

so org headings instead of checklists work for you now?

i have lately come to the realization that checklists are not always
as suitable for me as they seem, and that what i need is [possibly
existing, possibly user] features, to be determined, for headings so
that i can use headings like checklists.

this is the opposite of frequent requests, and early version x<8
intentions, for heading-like features for checklists.

features, hmm, idk, donefornow kw, auto-numbering, export tagged items
to a checklist, idk.

the great thing is you get the full power of headings when you need
them.  [i keep wanting to say header for some reason.]


On 6/6/23, Fleur Chrysalis <FleurCode@proton.me> wrote:
> I got it solved now, found the line to enable TODO headings in Org-brain to
> show properly. My initial problem was with the todo/doing/done headings not
> showing up in org-brain thanks to its implementation of org-mode on its
> mindmap, but now i have the line that allows me to see it, so i got around
> the issue.
>
> -------- Mensagem Original --------
> Em 6 de jun. de 2023 13:36, Ihor Radchenko escreveu:
>
>> Fleur Chrysalis  writes: > Ah, understood, thank you for the reply. >
>> Rather unfortunate that there is no way to extend it or customize it
>> easily. Note that I do not fully understand the problem you are trying to
>> solve. It may be XY problem. Try to check other ways to achieve what you
>> want. Maybe post a feature request for org-brain? -- Ihor Radchenko //
>> yantar92, Org mode contributor, Learn more about Org mode at . Support Org
>> development at , or support my work at


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Org-mode customization in emacs
  2023-06-07  2:22         ` Samuel Wales
@ 2023-06-07 10:21           ` Fleur Chrysalis
  0 siblings, 0 replies; 7+ messages in thread
From: Fleur Chrysalis @ 2023-06-07 10:21 UTC (permalink / raw)
  To: samologist; +Cc: yantar92, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2097 bytes --]

Yes, tho headings for To do lists is great and can be used for great potential, most people really like to use checklists thanks to the constant habit createad by stuff like xit-mode, todoist, google Keep and other checklist and text focused todo modes and applications.

To me the greatest thing would come from combining the two methods, a checklist that has a lot of flexibility to be used like a heading and the heading that indicates a bigger project is in the works conveying the broader perspective that the checklists won't have.

But yeah my headings are working as they are supposed to now.

-------- Mensagem Original --------
Em 6 de jun. de 2023 23:22, Samuel Wales escreveu:

> great. so org headings instead of checklists work for you now? i have lately come to the realization that checklists are not always as suitable for me as they seem, and that what i need is [possibly existing, possibly user] features, to be determined, for headings so that i can use headings like checklists. this is the opposite of frequent requests, and early version x wrote: > I got it solved now, found the line to enable TODO headings in Org-brain to > show properly. My initial problem was with the todo/doing/done headings not > showing up in org-brain thanks to its implementation of org-mode on its > mindmap, but now i have the line that allows me to see it, so i got around > the issue. > > -------- Mensagem Original -------- > Em 6 de jun. de 2023 13:36, Ihor Radchenko escreveu: > >> Fleur Chrysalis writes: > Ah, understood, thank you for the reply. > >> Rather unfortunate that there is no way to extend it or customize it >> easily. Note that I do not fully understand the problem you are trying to >> solve. It may be XY problem. Try to check other ways to achieve what you >> want. Maybe post a feature request for org-brain? -- Ihor Radchenko // >> yantar92, Org mode contributor, Learn more about Org mode at . Support Org >> development at , or support my work at -- The Kafka Pandemic A blog about science, health, human rights, and misopathy: https://thekafkapandemic.blogspot.com

[-- Attachment #2: Type: text/html, Size: 2568 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-07 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 19:54 Org-mode customization in emacs Fleur Chrysalis
2023-06-06 13:43 ` Ihor Radchenko
2023-06-06 16:00   ` Fleur Chrysalis
2023-06-06 16:40     ` Ihor Radchenko
2023-06-06 20:12       ` Fleur Chrysalis
2023-06-07  2:22         ` Samuel Wales
2023-06-07 10:21           ` Fleur Chrysalis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).