nobiot

Results 410 comments of nobiot

> I use the 2022-06-13 commit into doom, commit 72e0e The latest for Org-transcclusion on this GitHub repo is on 2022-06-12, commit 5cb9454. I don't know what this "commit into...

The screen shot was taken in my Ubuntu. For further debugging, you can use edebug and see how [this line](https://github.com/nobiot/org-transclusion/blob/main/org-transclusion-src-lines.el#L109) onwards behave. L109 is to get the value of :end...

One thing I could try to change is to visit the buffer as raw file. Not sure if this is possible. To be sure, what’s the mode you use for...

The content-end 67 is point, I think, not the line number. It should be from org-element. Org-transclusion convers this to line number (based on ox code).

Would you be able to try [this new branch, named lines-org-id](https://github.com/nobiot/org-transclusion/tree/lines-org-id) by any chance? I just pushed a commit to change `find-file-no-select` to open file as a raw file. I...

Great that it worked for you. Sure I’d appreciate your testing if you have some time but please don’t force yourself :)

@chrisbarrett Thank you for the feature request. I understand the issue. Generally, I think it's a question of how we should treat Org headline level 0. At this stage, I'm...

Can you try this and see if it works for you? `#+transclude: [[id:Author2022]] :only-contents :exclude-elements "keyword section" ` I get this for your example above. ![Screenshot from 2022-03-26 20-17-18](https://user-images.githubusercontent.com/12507865/160253978-ba04d6b3-b179-4290-b3e2-b780c207469f.png)

Let me see what I can do....

I had a look. Internally linking to an element within the same file seems to work as is. But with the "file" link like this `[[file:path/to/itself.org::*headline][Heading]]`. The source overlay's region...