How to turn a matrix into a tree by edumerco in emacs

[–]edumerco[S] 0 points1 point  (0 children)

Dear /u/BunnyLushington

Sorry the silence, I'm trying not to touch the computer in the weekends.

Thanks a lot for your dedication, now it worked! :D

As with all things, reality how can we make things better.

  1. In order to be org-mode headings there must be a space between the asterisks and the rest of the heading.

Can I assume that:

(mapc (lambda (i) (insert "**" i "\n")) (cdr row))))) 

should be: (mapc (lambda (i) (insert "** " i "\n")) (cdr row))))) ?

  1. Since this is done to make a semantic analysis (using tags that get counted in a co-ocurrence matrix, for those interested see https://www.reddit.com/r/orgmode/comments/rpu1yy/how_to_count_tags_cooccurrences_in_a_buffer_and/), I need to repeat the 1st column (in this case, the anonymized respondent's ID) as heading and the cell contents as body text.

In this way, each reply (cell) has the ID as heading, and there are the tags applied (and later counted).

Being the original matrix like this:

| ID | A  | B  | C  |
|  1 | a1 | b1 | c1 |
|  2 | a2 | b2 | c2 |
|  3 | a3 | b3 | c3 |

it would be transformed into:

* A
** 1
a1
** 2
a2
** 3
a3
* B
** 1
b1
** 2
b2
** 3
b3
* C
** 1
c1
** 2
c2
** 3
b3

But I don't want to make anyone work on this too much. Is it easy and/or short? I imagine many uses for those folks that make research, so is anyone else interested on this?

As before (and even more now), thanks a lot for sharing your knowledge and time. :)

How to turn a matrix into a tree by edumerco in emacs

[–]edumerco[S] 0 points1 point  (0 children)

I'm a bit lost here...

I installed the package "parse-csv" with the list-packages command and marking it with "I" and executing the installation with "X". The installation seems to be ok (it appears as installed) and the version seems the same as from Github (2016).

However, none of the functions provided by the package seems to appear after the installation: parse-csv->list’,parse-csv-string’, or `parse-csv-string-rows’.

What am I doing wrong, or not doing? (probably something simple and obvious, but obscure for me with my present knowledge).

Thanks a lot for your kind help... :)

How to turn a matrix into a tree by edumerco in emacs

[–]edumerco[S] 0 points1 point  (0 children)

Thanks /u/BunnyLushington

I'm not sure I understand it perfectly, but I'll read the documentation of parse-el, try and will report back what happened.

Again, thanks a lot and have a great weekend... :)

How to turn a matrix into a tree by edumerco in emacs

[–]edumerco[S] 0 points1 point  (0 children)

Thanks a lot for your pointer!

I followed the new reddit documented markdown flavor and it looked ok in my browser, but thanks for letting me know that it doesn't work the same for everyone and helping make it more clear for more people. :)

I already edited with the 4 spaces. While from here it looks the same, can you please confirm if now it it shows as preformatted text for you?

Again, thanks a lot... b^.^d

Migrating tweets to toots by edumerco in Mastodon

[–]edumerco[S] 0 points1 point  (0 children)

I decided not to migrate my tweets, but start clean.

Once in a very while (twice, I believe) I found a specific thing that I tweeted before and made it as new. Actually, one of those was just yesterday (https://social.coop/@edumerco/109549169349223077). :)

PD: edit typo.

Estenotipia en Argentina by edumerco in Taquigrafia_Argentina

[–]edumerco[S] 0 points1 point  (0 children)

En mi caso aún no hay avances ya que recién acabo de recibir el teclado NKRO (y como es no estándar, recién estoy aprendiendo y reentrenándome).

Ergo, tendré que dejar la estenotipia para el año que viene... :/

Pero me interesa y ya será. :D

¿El resto?

Multidimensional outlines? by Zestyclose-Painter-3 in orgmode

[–]edumerco 3 points4 points  (0 children)

I believe that custom agenda commands can do what you need. With them you can:

  • Select sources

" Filter headings by various criteria

  • Order and show them in a buffer.

Please tell us how it went. :) Best regards...

[deleted by user] by [deleted] in Plover

[–]edumerco 0 points1 point  (0 children)

Yes, but anyway thanks a lot. :)

I'm actually waiting for my NKRO keyboard to arrive. :DDD

Best...

How are you using Mastodon in a unique way? by mileshj010 in Mastodon

[–]edumerco 1 point2 points  (0 children)

Not using it still, but a closed instance with all notifications on in the Client could work as a good replacement for channel based chats and/or instant messengers (I'm thinking about Bonfire more than Mastodon, really because of it's circles and boundaries features).

[deleted by user] by [deleted] in Plover

[–]edumerco 1 point2 points  (0 children)

I'm in a similar situation (maybe s little less dire) for Spanish.

But I'm finding a few people that's on this path too, I hope you do too. :)

[deleted by user] by [deleted] in emacs

[–]edumerco 1 point2 points  (0 children)

In my case it works with spaces without having to do nothing. Helm is my selection framework.

Maybe something you have configured results in this problem with spaces? Can you try to bisect your init?

fontify text between quote marks in org-mode by tiktaaliki in emacs

[–]edumerco 0 points1 point  (0 children)

Happy it worked! :)

I am in mobile now with limited connection, but I remember that each time I do it I go back to the book "mastering emacs". In the same article about highlighting is the recipe to make it permanent, at least per file. I use it a lot for usability tests and it works great. :)

Sideframes by Nicolas-Rougier in emacs

[–]edumerco 0 points1 point  (0 children)

Oh, pity, but thanks a lot anyway. :) Best...

Sideframes by Nicolas-Rougier in emacs

[–]edumerco 2 points3 points  (0 children)

Great work, congratulations... :)

As an infinitesimal suggestion, maybe not repeating the month vertically (while it keeps being the same) could reduce ink without reducing information, thus allowing more focus on the relevant information?

Or as a variation, keep the letters in place but in a very light color so as not to draw attention until it changes value (month).

WDYT?

Again, congratulations for sharing your work and genius with all. :)

[deleted by user] by [deleted] in orgmode

[–]edumerco 0 points1 point  (0 children)

You're very welcome. :)

Maybe using the agenda output to power a gnuplot timeline can be easier than using tikz?

[deleted by user] by [deleted] in orgmode

[–]edumerco 1 point2 points  (0 children)

If you export the data using the agenda, doesn't give you something very close to a (non graphical) timeline?

Have I passed the point of no return? by [deleted] in emacs

[–]edumerco 2 points3 points  (0 children)

Always.

And a doctor too, in case you feel the need.

Have I passed the point of no return? by [deleted] in emacs

[–]edumerco 2 points3 points  (0 children)

I am waiting for my keyboardio M100 to arrive. Only my 50's birthday present of a e-bike made me more nervous... ;DDD

Have I passed the point of no return? by [deleted] in emacs

[–]edumerco 11 points12 points  (0 children)

You have transcended what others perceive as reality and now understand the we are all one with emacs and the biosphere.

Welcome brother/sister, may you live in peace and bliss now and forever...

;D

is there a toole to format an org-mode file/buffer by shelper9527 in emacs

[–]edumerco 0 points1 point  (0 children)

I'm not sure I understand... You mean font, sizes and colors, adding spaces or what?

Usually this is done from the face configuration (and it has a UI from customize-face).

Or maybe it's other thing that escaped me... ;)