私は組織モードで作業しており、タイトルではなく番号でセクションを参照するリンクを生成しようとしています。
* Section One
:PROPERTIES:
:CUSTOM_ID: sec:one
:END:
* Section Two
#+label: sec:two
I can reference Section One with [[#sec:one]] and [[#sec:one][Section One]],
but I can't get the actual section number (1) to resolve.
見たい
As you can see in Section 1
みたいな書き方で
As you can see in Section [[sec:one]],
何か案は?