# -*- mode: snippet -*-
# name:Clipboard with no newline
# key:tt
# --

Clibboard content without newline:
[[${1:`(replace-regexp-in-string "[\n\r]+" " " (current-kill 0))`}][$0]]



CLIBBOARD:
${1:`(current-kill 0)`}$0


CP without newline:
${1:`(replace-regexp-in-string "[\n\r]+" " " (current-kill 0))`}$0





* Case `(replace-regexp-in-string "[\n\r]+" " " (current-kill 0))`
   :PROPERTIES:
   :ReportedDate: <`(format-time-string "%Y-%m-%d")`>
   :Product: ${1:$$(yas-choose-value '("Tableau Desktop" "Tableau Server" "Tableau Cloud" "Tableau Bridge"))}
   :Tags:
   :END:
PROBLEM STATEMENT (as of today):
