Hi all, I'm recently starting to work on an org-mode alternative using Scribble and Racklog. There are several features that I depend on, and I also hit bugs during the process. I would really appreciate it if someone can do reviews for those pull requests rather than keeping then staled.
- Scribble unicode support: allow input of unicode characters for LaTeX using XeLaTeX (https://github.com/racket/scribble/pull/75), and support several unicode character set in tags (https://github.com/racket/scribble/pull/77). - Scribble hidden elements: allow an element to be completely hidden during render process (https://github.com/racket/scribble/pull/78). - Scribble local traverse get/set: add a #:local keyword for set function to allow locally setting a value in traverse period (https://github.com/racket/scribble/pull/74). - Bugs in Scribble: collect-element inside a traverse-element is not handled (https://github.com/racket/scribble/pull/73). - Bugs in Racklog: %is does not support applying keyword arguments (https://github.com/racket/racklog/issues/1). -- Wei -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/ccd38b86-9c0b-44de-aaf6-39daf4aaa7f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
