Results 119 comments of Jakob Schöttl

To be honest, I also liked it better when the toolbar was below the headings. My reason for that is: - I often click on a header to see its...

I'm happy to see progress here! I stumbled upon a kind-of use case yesterday: I want to convince my colleague to use Orgmode as his task planner. What's missing for...

@munen Yes, I got this download only the very first time, I signed in with GitLab (after the authorization step)! So it's hard to reproduce...

> > Should the raw description be used for search or should only certain parts ( as in header.get('description').filter(d=>d.get('type')==='text')) be used? > > The latter. Are you sure @munen? E.g....

I change this issue to aim for a future support of the OS share systems.

Here is one more error: ``` parse(OrgDoc, "") parse(OrgDoc, "") ``` (same for inactive timestamps or timestamps with repeaters) I think it would be best to fall back to parse...

Yeah, parsing of blocks is kind of broken... if you specify exactly what you want to parse (`:block`), it works but it's apparently not correctly integrated. It's about here in...

I guess *because* `shouldNotIndentOnExport` has no default defined, it defaults to `false` => indentation. I just got the case again where a new colleague messed up whitespaces in our shared...

I think this is a misunderstanding: - if `org-adapt-indentation` is `t`, the indentation level *is* adapted. But it's now `nil` by default. - if `shouldNotIndentOnExport` is `true`, it does *not*...