Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #754

Merged
merged 6 commits into from
Feb 12, 2025
Merged

Fix CI #754

merged 6 commits into from
Feb 12, 2025

Conversation

kaushalmodi
Copy link
Owner

@kaushalmodi kaushalmodi commented Feb 12, 2025

The CI is made to pass with removing tests for 2 features that regressed after Org updates over the past year or more. Those removed tests are readded in:

The logic around this area in `org-hugo-link` is broken at the moment

```
             (caption (when (org-string-nw-p caption)
                        (format "%s%s%s%s"
                                "<span class=\"figure-number\">"
                                (format (org-html--translate
                                         (concat
                                          (cdr (assoc 'figure org-blackfriday--org-element-string))
                                          " %d:")
                                         info)
                                        (org-export-get-ordinal
                                         useful-parent info
                                         nil #'org-html--has-caption-p))
                                " </span>"
                                caption)))
```
Remove tests with links to other posts in the same file.
@kaushalmodi kaushalmodi merged commit c7aa8a9 into main Feb 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant