Hi I am using the following template without problem in the latest stable org version I just upgraded via the package system.
(setq org-capture-templates '( ("G" "Generic README.org file (table format)" table-line (file+headline (expand-file-name (read-file-name "Name of file (curr dir;table format)!: ")) "Overview") "|%f| %U|%A|" :prepend t) ("w" "Web site" entry (file "") "* %a :website:\n\n%U %?\n\n%:initial") )) However when I use the latest master from git I obtain an error I attach
Debugger entered--Lisp error: (error "Invalid file location: nil") signal(error ("Invalid file location: nil")) error("Invalid file location: %S" nil) org-capture-expand-file((expand-file-name (read-file-name "Name of file (curr dir;table format)!: "))) org-capture-target-buffer((expand-file-name (read-file-name "Name of file (curr dir;table format)!: "))) org-capture-set-target-location() org-capture(nil) funcall-interactively(org-capture nil) call-interactively(org-capture nil nil) command-execute(org-capture)