semente

Results 47 comments of semente

> Hey, if I set tray-background to a variable such as`${color.bg}` it looks inconsistent like yours but if I use the code string like `#33000000` it works. ~And I could...

hey people! what is the status of this PR? I could give a hand.

Yea! this is much better solution! On Tue, 2 Mar 2021, at 23:54, Lincoln de Sousa wrote: > > Hmm, I think I may have overthought this issue; what if...

I think this deserve a mention in https://emacs.love/weblorg/api.html#symbol-weblorg-route :)

And thank you very much by the way! I'll be testing all the recent changes asap!

Hey @clarete, I'm using this now. It works and, with the help of #39, I now can do what I would but I felt it a bit confusing. Look what...

> hmm, why can't you use file_slug in :url? Hey @clarete! It doesn't work: ``` Template Error: parameter :url of route pages: Variable `file_slug' not declared ``` > I wonder...

hey @clarete, sorry for the delay! You mean having a function similar to `(weblorg-route)` that could export a directory, converting orgs to htmls and copying the other files? It works...

This came in my mind: ``` (weblog-directory :name "my-directory" :directory "path/to/dir/" :recursive nil :template "page.html" ;; the default template, set a different one per file using `#+TEMPLATE:` :output ".build/my-directory/" :url...

> I think it'd be nice to implement this in terms of #32 though, just so we can do this on a per "handler" basis. (Definition of handling is described...