Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong/missing handling of 'g:org_tags_column' value #343

Open
doak opened this issue Feb 9, 2020 · 0 comments
Open

Wrong/missing handling of 'g:org_tags_column' value #343

doak opened this issue Feb 9, 2020 · 0 comments

Comments

@doak
Copy link

doak commented Feb 9, 2020

According to orgmode's builtin documentation the value of g:org_tags_column shall be handled like this:

"The column to which tags should be indented in a headline. If this number is positive, it specifies the column. If it is negative, it means that the tags should be flushright to that column. For example, -80 works well for a normal 80 character screen. When 0, place tags directly after headline text, with only one space in between."

Currently vim-orgmode handles positive values like it should handle negative values, negative values are not handled at all. Furthermore the value 0 is separated with two spaces (instead of with only one).

To be fair, the documentation of orgmode itself is not clear about the behaviour.

I am using current master (v0.6.0-28-gc6cd668).

This issue could be loosely related to #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant