Hello everyone,
When the 'org-link-file-path-type' is 'adaptive', a path of file under
home directory or its subdirectory started with tilde ('~') such as
'~/test/1.png'. How to combine nonabbrev with adaptive that expands
the tilde such as '/home/alpha/test/1.png'
C-h v org-link-file-path-type says
------------------------------------------------------------
org-link-file-path-type is a variable defined in `org.el'.
Its value is adaptive
Documentation:
How the path name in file links should be stored.
Valid values are:
relative Relative to the current directory, i.e. the directory of the file
into which the link is being inserted.
absolute Absolute path, if possible with ~ for home directory.
noabbrev Absolute path, no abbreviation of home directory.
adaptive Use relative path for files in the current directory and sub-
directories of it. For other files, use an absolute path.