Skip to content

Implemented option to set type of reference in org files and option if user should be ask for filename #12

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hokreb
Copy link

@hokreb hokreb commented May 16, 2025

I have created the two feature request I proposed (#10, #11), and after looking into the sources, I thought, it might be easy for me to implement them, so voila, if you find then useful feel free to incorporate them.

I defined two new customize var (defcustom):

  • org-ros-ask-for-filename
    if set to true, user is ask for filename, if nil, the default-filename will be used
  • org-ros-link-type
    if set to 'link, the link with the display-name is insert into the buffer
    if set to 'inline-image only a link to the image file is set (so it will be imported to published documents)

The default values of the vars are chosen in a way, that the original functionality is not changed.

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