* lisp/org.el: Update documentation of `org-add-link-type'.
This commit is contained in:
parent
4d880b150f
commit
03ddcc63bb
|
@ -8268,7 +8268,8 @@ EXPORT should format the link path for export to one of the export formats.
|
||||||
It should be a function accepting three arguments:
|
It should be a function accepting three arguments:
|
||||||
|
|
||||||
path the path of the link, the text after the prefix (like \"http:\")
|
path the path of the link, the text after the prefix (like \"http:\")
|
||||||
desc the description of the link, if any, nil if there was no description
|
desc the description of the link, if any, or a description added by
|
||||||
|
org-export-normalize-links if there is none
|
||||||
format the export format, a symbol like `html' or `latex' or `ascii'..
|
format the export format, a symbol like `html' or `latex' or `ascii'..
|
||||||
|
|
||||||
The function may use the FORMAT information to return different values
|
The function may use the FORMAT information to return different values
|
||||||
|
|
Loading…
Reference in New Issue