vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Allow to change the tw

Open hadronized opened this issue 5 years ago • 2 comments

For whatever reason, my current textwidth is set to 77 in org filetypes. I tried to use an autocommand to give it a higher value, but this is not respected.

au FileType org setlocal tw=120

Any idea? Thanks in advance.

hadronized avatar Sep 23 '20 14:09 hadronized

It’s set in the plugin here. If you configure your own tw in /after/ftplugin/org.vim you can override.

skbolton avatar Oct 10 '20 19:10 skbolton

Overwrite the textwidth set by vim-orgmode by setting the following global variable. let g:org_tag_column=120

joostsijm avatar Jan 23 '22 20:01 joostsijm