emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Visualizing org files
@ 2018-09-07 23:18 Marcelo de Moraes Serpa
  2018-09-08  2:21 ` Bingo
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Marcelo de Moraes Serpa @ 2018-09-07 23:18 UTC (permalink / raw)
  To: Org Mode

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

Hey all,

I'm a long org-mode user and I absolutely love it. During the years I've
been using org, nothing else came close to being so simple and so powerful
as org - and I a lot tried different productivity apps.

One thing that would nicely complement org, in my opinion, would be a
visualization mode for its buffers. Right now I sometimes use Freeplane*[0]
to draft/brainstorm complex ideas or problems/solutions and then attach it
to an org item and write more specific action items there.

It'd be nice to have everything in a Freemind map, if needed. What I'm
proposing is a way to visualize org buffers in Freeplane and vice-versa.

It could also be a script that uses something like graphviz*[1] to create a
graph of one or more org buffers, like Sasha Chua did here:
http://pages.sachachua.com/evil-plans/, although I prefer using Freeplane
since it allows me to edit the org file as a mind-map, visually, if I want.

I think a script to automatically transform the Freeplane XML to org and
vice-versa wouldn't be too hard to come up with. The graphviz solution is
also interesting and Sasha already provides the snippets.

Are any other people out there that are already doing something similar to
what I described above? Maybe we could share some ideas on how to tackle
this feature or if it'd be worth adding it into the org core ;)

Cheers!

- Marcelo

*[0] https://www.freeplane.org/wiki/index.php/Home
*[1] https://www.graphviz.org/

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

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

* Re: Visualizing org files
  2018-09-07 23:18 Visualizing org files Marcelo de Moraes Serpa
@ 2018-09-08  2:21 ` Bingo
  2018-09-08  2:58   ` Samuel Wales
  2018-09-13 10:00 ` Visualizing org files Adam Porter
  2018-09-17  5:27 ` stardiviner
  2 siblings, 1 reply; 14+ messages in thread
From: Bingo @ 2018-09-08  2:21 UTC (permalink / raw)
  To: Org Mode

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

Le 8 septembre 2018 04:48:18 GMT+05:30, Marcelo de Moraes Serpa <celoserpa@gmail.com> a écrit :
>Hey all,
>
>I'm a long org-mode user and I absolutely love it. During the years
>I've
>been using org, nothing else came close to being so simple and so
>powerful
>as org - and I a lot tried different productivity apps.
>
>One thing that would nicely complement org, in my opinion, would be a
>visualization mode for its buffers. Right now I sometimes use
>Freeplane*[0]
>to draft/brainstorm complex ideas or problems/solutions and then attach
>it
>to an org item and write more specific action items there.
>
>It'd be nice to have everything in a Freemind map, if needed. What I'm
>proposing is a way to visualize org buffers in Freeplane and
>vice-versa.
>
>It could also be a script that uses something like graphviz*[1] to
>create a
>graph of one or more org buffers, like Sasha Chua did here:
>http://pages.sachachua.com/evil-plans/, although I prefer using
>Freeplane
>since it allows me to edit the org file as a mind-map, visually, if I
>want.
>
>I think a script to automatically transform the Freeplane XML to org
>and
>vice-versa wouldn't be too hard to come up with. The graphviz solution
>is
>also interesting and Sasha already provides the snippets.
>
>Are any other people out there that are already doing something similar
>to
>what I described above? Maybe we could share some ideas on how to
>tackle
>this feature or if it'd be worth adding it into the org core ;)
>
>Cheers!
>
>- Marcelo
>
>*[0] https://www.freeplane.org/wiki/index.php/Home
>*[1] https://www.graphviz.org/

Hi, 
  There have been attempts for similar things.

 1. There was org-freemind :  https://www.emacswiki.org/emacs/FreeMind. To convert between org and freemind files. It went out of maintenance and bitrotted. Doesn't work anymore, but the code is available for you to play with.

2. There is org-mind-map : https://github.com/theodorewiles/org-mind-map . Simple, and it works. It uses graphviz. It is somewhat based on Sacha's evil-plans.

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

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

* Re: Visualizing org files
  2018-09-08  2:21 ` Bingo
@ 2018-09-08  2:58   ` Samuel Wales
  2018-09-08  9:23     ` Eric S Fraga
  0 siblings, 1 reply; 14+ messages in thread
From: Samuel Wales @ 2018-09-08  2:58 UTC (permalink / raw)
  To: Bingo; +Cc: Org Mode

pretty unrelated, but a reminder that there is org-du | xdu or so
which shows subtree byte counts.

On 9/7/18, Bingo <right.ho@gmail.com> wrote:
> Le 8 septembre 2018 04:48:18 GMT+05:30, Marcelo de Moraes Serpa
> <celoserpa@gmail.com> a écrit :
>>Hey all,
>>
>>I'm a long org-mode user and I absolutely love it. During the years
>>I've
>>been using org, nothing else came close to being so simple and so
>>powerful
>>as org - and I a lot tried different productivity apps.
>>
>>One thing that would nicely complement org, in my opinion, would be a
>>visualization mode for its buffers. Right now I sometimes use
>>Freeplane*[0]
>>to draft/brainstorm complex ideas or problems/solutions and then attach
>>it
>>to an org item and write more specific action items there.
>>
>>It'd be nice to have everything in a Freemind map, if needed. What I'm
>>proposing is a way to visualize org buffers in Freeplane and
>>vice-versa.
>>
>>It could also be a script that uses something like graphviz*[1] to
>>create a
>>graph of one or more org buffers, like Sasha Chua did here:
>>http://pages.sachachua.com/evil-plans/, although I prefer using
>>Freeplane
>>since it allows me to edit the org file as a mind-map, visually, if I
>>want.
>>
>>I think a script to automatically transform the Freeplane XML to org
>>and
>>vice-versa wouldn't be too hard to come up with. The graphviz solution
>>is
>>also interesting and Sasha already provides the snippets.
>>
>>Are any other people out there that are already doing something similar
>>to
>>what I described above? Maybe we could share some ideas on how to
>>tackle
>>this feature or if it'd be worth adding it into the org core ;)
>>
>>Cheers!
>>
>>- Marcelo
>>
>>*[0] https://www.freeplane.org/wiki/index.php/Home
>>*[1] https://www.graphviz.org/
>
> Hi,
>   There have been attempts for similar things.
>
>  1. There was org-freemind :  https://www.emacswiki.org/emacs/FreeMind. To
> convert between org and freemind files. It went out of maintenance and
> bitrotted. Doesn't work anymore, but the code is available for you to play
> with.
>
> 2. There is org-mind-map : https://github.com/theodorewiles/org-mind-map .
> Simple, and it works. It uses graphviz. It is somewhat based on Sacha's
> evil-plans.


-- 
The Kafka Pandemic: <http://thekafkapandemic.blogspot.com>

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

"You’ve really gotta quit this and get moving, because this is murder
by neglect." ---
<http://www.meaction.net/2017/02/03/pwme-people-with-me-are-being-murdered-by-neglect>.

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

* Re: Visualizing org files
  2018-09-08  2:58   ` Samuel Wales
@ 2018-09-08  9:23     ` Eric S Fraga
  2018-09-10  3:09       ` Samuel Wales
  0 siblings, 1 reply; 14+ messages in thread
From: Eric S Fraga @ 2018-09-08  9:23 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Org Mode, Bingo

On Friday,  7 Sep 2018 at 19:58, Samuel Wales wrote:
> pretty unrelated, but a reminder that there is org-du | xdu or so
> which shows subtree byte counts.

Link?  I cannot find this package/code.  Thanks.
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4

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

* Re: Visualizing org files
  2018-09-08  9:23     ` Eric S Fraga
@ 2018-09-10  3:09       ` Samuel Wales
  2018-10-01 12:13         ` Karl Voit
  0 siblings, 1 reply; 14+ messages in thread
From: Samuel Wales @ 2018-09-10  3:09 UTC (permalink / raw)
  To: Samuel Wales, Bingo, Org Mode

https://github.com/novoid

[even the government of canada is on github it seems O.o
https://github.com/canada-ca ]


On 9/8/18, Eric S Fraga <esflists@gmail.com> wrote:
> On Friday,  7 Sep 2018 at 19:58, Samuel Wales wrote:
>> pretty unrelated, but a reminder that there is org-du | xdu or so
>> which shows subtree byte counts.
>
> Link?  I cannot find this package/code.  Thanks.
> --
> Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4
>


-- 
The Kafka Pandemic: <http://thekafkapandemic.blogspot.com>

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

"You’ve really gotta quit this and get moving, because this is murder
by neglect." ---
<http://www.meaction.net/2017/02/03/pwme-people-with-me-are-being-murdered-by-neglect>.

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

* Re: Visualizing org files
  2018-09-07 23:18 Visualizing org files Marcelo de Moraes Serpa
  2018-09-08  2:21 ` Bingo
@ 2018-09-13 10:00 ` Adam Porter
  2018-09-13 11:06   ` Van L
  2018-09-17  5:27 ` stardiviner
  2 siblings, 1 reply; 14+ messages in thread
From: Adam Porter @ 2018-09-13 10:00 UTC (permalink / raw)
  To: emacs-orgmode

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> What I'm proposing is a way to visualize org buffers in Freeplane and vice-versa. 

I would love that!

> I think a script to automatically transform the Freeplane XML to org
> and vice-versa wouldn't be too hard to come up with.

I am not as confident as you, but I would love that as well.  :) Both
the Freeplane and Org formats have many features, and I would not want
to use a solution that didn't provide a 1-to-1, lossless translation
between them.

I guess the biggest part of the solution would be code that translates a
Freeplane file into an org-element tree that can be re-interpreted into
an Org file.

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

* Re: Visualizing org files
  2018-09-13 10:00 ` Visualizing org files Adam Porter
@ 2018-09-13 11:06   ` Van L
  2018-09-17  5:28     ` stardiviner
  0 siblings, 1 reply; 14+ messages in thread
From: Van L @ 2018-09-13 11:06 UTC (permalink / raw)
  To: org-mode-email


>> Freeplane XML to org

I took a look at images of Freeplane XML and it is boring.

What I’d like to do is tile triangles (and the normal) as clusters and/or scatters on meaningful planes of data/concepts which see a landscape having moving parts in Disney’s Tron Hollywood movie but less dark. And, like in the map apps for navigating by in the smartphone you can tilt to adjust the angle to horizon for 3D effect.

How about Pixar’s USD (Universal Scene Description) information exchange format?

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

* Re: Visualizing org files
  2018-09-07 23:18 Visualizing org files Marcelo de Moraes Serpa
  2018-09-08  2:21 ` Bingo
  2018-09-13 10:00 ` Visualizing org files Adam Porter
@ 2018-09-17  5:27 ` stardiviner
  2 siblings, 0 replies; 14+ messages in thread
From: stardiviner @ 2018-09-17  5:27 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: Org Mode


Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> Hey all,
>
> I'm a long org-mode user and I absolutely love it. During the years I've been using org,
> nothing else came close to being so simple and so powerful as org - and I a lot tried
> different productivity apps.
>
> One thing that would nicely complement org, in my opinion, would be a visualization mode
> for its buffers. Right now I sometimes use Freeplane*[0] to draft/brainstorm complex
> ideas or problems/solutions and then attach it to an org item and write more specific
> action items there.
>
> It'd be nice to have everything in a Freemind map, if needed. What I'm proposing is a way
> to visualize org buffers in Freeplane and vice-versa.
>
> It could also be a script that uses something like graphviz*[1] to create a graph of one
> or more org buffers, like Sasha Chua did here: http://pages.sachachua.com/evil-plans/,
> although I prefer using Freeplane since it allows me to edit the org file as a mind-map,
> visually, if I want.
>
> I think a script to automatically transform the Freeplane XML to org
> and vice-versa

I have same idea. I know there is an package called ox-freemind. It can export Org to mindmap. The really awesome is real-time synchronize visualization Org and Mindmap program. I don't know how to implement at Freemind or Freeplane etc mindmap program side. But Org side should not be that hard, because markdown real-time preview is possible.

> wouldn't be too hard to come up with. The graphviz solution is also interesting and Sasha
> already provides the snippets.
>
> Are any other people out there that are already doing something similar to what I
> described above? Maybe we could share some ideas on how to tackle this feature or if it'd
> be worth adding it into the org core ;)
>
> Cheers!
>
> - Marcelo
>
> *[0] https://www.freeplane.org/wiki/index.php/Home
> *[1] https://www.graphviz.org/


--
[ stardiviner ] don't need to convince with trends.
       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

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

* Re: Visualizing org files
  2018-09-13 11:06   ` Van L
@ 2018-09-17  5:28     ` stardiviner
  0 siblings, 0 replies; 14+ messages in thread
From: stardiviner @ 2018-09-17  5:28 UTC (permalink / raw)
  To: Van L; +Cc: org-mode-email


Van L <van@scratch.space> writes:

>>> Freeplane XML to org
>
> I took a look at images of Freeplane XML and it is boring.
>
> What I’d like to do is tile triangles (and the normal) as clusters and/or scatters on meaningful planes of data/concepts which see a landscape having moving parts in Disney’s Tron Hollywood movie but less dark. And, like in the map apps for navigating by in the smartphone you can tilt to adjust the angle to horizon for 3D effect.
>
> How about Pixar’s USD (Universal Scene Description) information exchange format?

Sounds very cool!!!

-- 
[ stardiviner ] don't need to convince with trends.
       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
      

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

* Re: Visualizing org files
  2018-09-10  3:09       ` Samuel Wales
@ 2018-10-01 12:13         ` Karl Voit
  2018-10-01 20:56           ` Samuel Wales
  0 siblings, 1 reply; 14+ messages in thread
From: Karl Voit @ 2018-10-01 12:13 UTC (permalink / raw)
  To: emacs-orgmode

* Samuel Wales <samologist@gmail.com> wrote:
> https://github.com/novoid

https://github.com/novoid/org-du/

Thanks for mentioning. I got the impression, I am the only one who
likes those kind of visualizations ;-)

Even https://github.com/novoid/org-du/graphs/traffic doesn't look
like there is much going on in terms of visitors ...

-- 
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/

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

* Re: Visualizing org files
  2018-10-01 12:13         ` Karl Voit
@ 2018-10-01 20:56           ` Samuel Wales
  2018-10-03 23:25             ` Marcelo de Moraes Serpa
  0 siblings, 1 reply; 14+ messages in thread
From: Samuel Wales @ 2018-10-01 20:56 UTC (permalink / raw)
  To: Karl Voit; +Cc: emacs-orgmode

market more :]

or you could convert it to an emacs visualization in the agenda buffer :]

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

* Re: Visualizing org files
  2018-10-01 20:56           ` Samuel Wales
@ 2018-10-03 23:25             ` Marcelo de Moraes Serpa
  2018-10-04  7:29               ` blogging with lazyblorg (was: Visualizing org files) Karl Voit
  0 siblings, 1 reply; 14+ messages in thread
From: Marcelo de Moraes Serpa @ 2018-10-03 23:25 UTC (permalink / raw)
  To: Samuel Wales; +Cc: news1142, Org Mode

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

Oh wow Karl, lot's of 'hidden' gems there. Not related to this thread but I
specially liked `lazyblorg`, I actually had a very similar idea and was
about to develop something like that, you saved me a bunch of time :)

On Mon, Oct 1, 2018 at 3:57 PM Samuel Wales <samologist@gmail.com> wrote:

> market more :]
>
> or you could convert it to an emacs visualization in the agenda buffer :]
>
>

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

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

* blogging with lazyblorg (was: Visualizing org files)
  2018-10-03 23:25             ` Marcelo de Moraes Serpa
@ 2018-10-04  7:29               ` Karl Voit
  0 siblings, 0 replies; 14+ messages in thread
From: Karl Voit @ 2018-10-04  7:29 UTC (permalink / raw)
  To: emacs-orgmode

* Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>
> Oh wow Karl, lot's of 'hidden' gems there. 

Thanks. Glad that you like it. Consider following Atom/RSS feeds of
https://karl-voit.at/ to get updates on my PIM/Emacs activity. I
hope that I'm going to implement tag-specific feeds so that you are
able to follow #pim or #emacs and don't get any non-related updates.

> Not related to this thread but I specially liked `lazyblorg`, I
> actually had a very similar idea and was about to develop
> something like that, you saved me a bunch of time :)

Oh, it took quite some effort and time to go where lazyblorg
currently is ;-) Feedback welcome.

-- 
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/

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

* Re: Visualizing org files
@ 2018-10-19  8:41 Van L
  0 siblings, 0 replies; 14+ messages in thread
From: Van L @ 2018-10-19  8:41 UTC (permalink / raw)
  To: emacs-org list

>>> Freeplane XML to org
>>
>> I took a look at images of Freeplane XML and it is boring.
>>
>> What I’d like to do is tile triangles (and the normal) as clusters
>> and/or scatters on meaningful planes of data/concepts which see a
>> landscape having moving parts in Disney’s Tron blockbuster Netflix
>> movie but less dark. And, like in the map apps for navigating by in
>> the smartphone you can tilt to adjust the angle to horizon for 3D
>> effect.
>>
>> How about Pixar’s USD (Universal Scene Description) information exchange 
>> format? 
>>
> Sounds very cool!!!

This app isn’t even close

  https://imindmap.com

and Org Mode is to have reproducible work in labwork!

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

end of thread, other threads:[~2018-10-19  8:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 23:18 Visualizing org files Marcelo de Moraes Serpa
2018-09-08  2:21 ` Bingo
2018-09-08  2:58   ` Samuel Wales
2018-09-08  9:23     ` Eric S Fraga
2018-09-10  3:09       ` Samuel Wales
2018-10-01 12:13         ` Karl Voit
2018-10-01 20:56           ` Samuel Wales
2018-10-03 23:25             ` Marcelo de Moraes Serpa
2018-10-04  7:29               ` blogging with lazyblorg (was: Visualizing org files) Karl Voit
2018-09-13 10:00 ` Visualizing org files Adam Porter
2018-09-13 11:06   ` Van L
2018-09-17  5:28     ` stardiviner
2018-09-17  5:27 ` stardiviner
  -- strict thread matches above, loose matches on Subject: below --
2018-10-19  8:41 Van L

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).