I would like to automatically enable column view (on the first topic) when I open a specific .org file. Is there any way to do this?
Switch to column-veiwthe first heading.
column-veiw
test.org
# Local Variables: # eval: (goto-char (point-min)) # eval: (outline-next-heading) # eval: (org-columns) # End: * test A * test B
Yes. One way to do this is to add a local file variable for this org file.
# Local Variables: # eval: (org-columns) # End: