Skip to content

Export to non-LaTeX formats does not honor labels set with #+name: #1115

Open
@drghirlanda

Description

@drghirlanda

For example:

\begin{equation}
  \label{eq:x}
   x = 1
\end{equation}

cref:eq:x

Exports correctly to markdown, but:

#+name: eq:x
\begin{equation}
   x = 1
\end{equation}

cref:eq:x

exports with a mix of org-generated labels and user-specified labels, which breaks cross-referencing:

\begin{equation}
  \label{orgf29908c}
  x = 1
\end{equation}

equation \ref{eq:x}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions