i had an idea of using lisp to solve the header issue like with %(org-insert-heading) , but that dosent seem do to anything. here is the code:
(add-to-list 'org-capture-templates
'("uu" "resturant"
entry
(file+headline "/home/zeltak/org/files/agenda/
travel.org" "Inbox")
"* %^{Description}
:PROPERTIES:
:ID: %(org-id-uuid)
:Rating: %^{rating?|-|1|2|3|4|5}
:price: %^{price in local currancy?|-|0-10|10-20|20-30|30-50|50+}
:Source: %^{Source?}
:Type: %^{Type?|meal|breakfeast|dessert|street}
:Cuisine: %^{Cuisine?|-|Indian|Thai|Vietnamese|Asian|Chinese|Israeli|Italian|American|EastEuro|Mexican|French|Persian|Austrian|Jewish|Japan}
:Fav: %^{Fav|yes|no}
:END:
%(org-insert-heading)
%?
"
))