Karl Voit

Results 135 issues of Karl Voit

There is a parsing error when a list item does not contain any data. Example: ``` - a list item - another list item - - previous line has an...

bug
quickfix
maybehuge

So far, `lazyblorg.py` is using `import` to read the configuration file. This might be changed to `exec()` for some reasons mentioned in https://lobste.rs/s/qyhvhc/your_configs_suck_try_real_programming#c_0btczk

enhancement
helpwanted
quickfix

Links with descriptions containing a valid URL like `https://web.archive.org/web/20200602015020/https://karl-voit.at/managing-digital-photographs/` does not work.

bug

- see id:2014-05-09-managing-digital-photographs ``` : All portrait photographs are rotated using [[http://www.sentex.net/~mwandel/jhead/][jhead]]. Also : with jhead, I generate file-name time-stamps from the Exif header : time-stamps. Using [[https://github.com/novoid/date2name][date2name]] I add...

bug
helpwanted
quickfix

This seems to be a tough one: implement support for _italics_ within blog posts without breaking support for determining URLs. To be honest, I did not spend much time investigating...

enhancement
helpwanted
quickfix

In order to learn about the current Python data representation of syntax elements, write the `repr()` for the hard-coded ID of https://github.com/novoid/lazyblorg/blob/master/testdata/end_to_end_test/orgfiles/currently_supported_orgmode_syntax.org in a text file. Document it accordingly in...

enhancement
documentation

The HTMLizer does _a lot_ of string concatenation to generate the resulting text (HTML) files out of the snippets "translated" form the internal data representation of the content. Optimizing performance...

enhancement

- [ ] Reproduce issue - [ ] Inspect options to handle this

bug
helpwanted

Hi, The well known Android tool [Tasker](http://tasker.dinglisch.net/) offers the possibility to invoke external hooks of Android apps that provide such a "plugin" mechanism. (I am sure there is a specific...

Type: feature

Hi, [I've got pretty large Org files](https://karl-voit.at/2020/05/03/current-org-files) and as far as I understood, things like overlays do cause severe performance degradation in large Org files. It would be nice to...