组织模式下的标签位置
当我在标题旁边创建一个标签时,它会对齐并向右移动,但没有达到我想要的程度。
如何确保标签与标题的距离更远?
谢谢。
When I create a tag next to a heading it aligns and moves to the right but not as far as I'd like.
How can I make sure the tags are aligned further away from the heading?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Emacs 23.3.1(Org-mode 版本 6.33x)中,标题标签根据 org-tags-column 变量右对齐。
您可以使用 Mx
customize-variable
RETorg-tags-column
RET 来更改此设置以满足您的要求。In Emacs 23.3.1 (Org-mode version 6.33x), tags for a heading are right-aligned in accordance with the
org-tags-column
variable.You can use M-x
customize-variable
RETorg-tags-column
RET to change this to suit your requirements.我知道这是一个老歌,但我刚刚发现这个片段在我的 i3wm 设置中就像一个魅力,所以我不妨与大家分享。
I know this is an oldie, but I just figured out this snippet that works like a charm in my i3wm setup so I might as well share it with everyone.