Hi all,

I'm trying to use naughty to show my agenda for the current week (using
emacs' org-mode).  For that I create a shell command:

--8<---------------cut here---------------start------------->8---
echo \
  "naughty.notify({ title = '<title>', text  = '<text>', width = 650})" \
  | awesome-client -
--8<---------------cut here---------------end--------------->8---

This works well for <text> which is not too long and doesn't use many
lines.  But if the text gets above a certain length, no pop-up appears
anymore, but there's no error message...

Here's an example of what works and what doesn't:

       http://pastebin.ca/1351782

Any ideas what's wrong here?

Bye,
Tassilo


-- 
To unsubscribe, send mail to [email protected].

Reply via email to