emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Q: ox-md does not translate link searches to #bookmarks in markdown [9.4.4 (release_9.4.4 @ /snap/emacs/current/usr/share/emacs/27.2/lisp/org/)]
@ 2021-05-11 15:26 Phil Marneweck
  2021-05-12  5:05 ` Tim Cross
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Marneweck @ 2021-05-11 15:26 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

Hi

Is this by design?

I expected to following

[[file:some-file.org::#some-heading][some text]]

to translate to this

[some text](some-file.md#some-heading)

So in org-md-link I would have thought that the default would be more like
this

(t (if (not desc) (format "<%s>" path)
 (format "[%s](%s%s)" desc path (or (org-element-property :search-option
link) ""))))

You would of course have to do some sanity checking on search-option to
just take care of id versus headline searches etc.

Regards
Phil

[-- Attachment #2: Type: text/html, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-12  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 15:26 Q: ox-md does not translate link searches to #bookmarks in markdown [9.4.4 (release_9.4.4 @ /snap/emacs/current/usr/share/emacs/27.2/lisp/org/)] Phil Marneweck
2021-05-12  5:05 ` Tim Cross

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).