プロパティ、バッファ内設定などの自動調整はどのように有効になりますか?
私はいつもこのようなものになってしまい、手動で調整する必要があります。
#+STARTUP: indent
#+PRIORITIES: A C B
#+COLUMNS: %ITEM %foo %bar
* section
:PROPERTIES:
:foo: foo
:barbaz: barbaz
:END:
ただし、いくつかの兆候の調整が自動的に行われる必要があることがわかりました。たとえば、これがあります:
(defcustom org-property-format "%-10s %s"
"How property key/value pairs should be formatted by `indent-line'.
When `indent-line' hits a property definition, it will format the line
according to this format, mainly to make sure that the values are
lined-up with respect to each other."
:group 'org-properties
:type 'string)
それを尊重するためにプロパティを修正するコマンドはありますか?で挿入されたプロパティは、org-set-property
その形式に従うべきではありませんか?M-x org-indent-line
私のために何もしませんindent-line
し、存在しません。