Re: [O] gnowsys-mode update?
Hello Thanks everyone for your interest in the project. It is indeed designed to adhere with semantic web, designed on top of GNOWSYS. Org-mode made it all very simple for representing the entire concept inside emacs in a text based format. Please feel free to use it and let me know if any help required. I would appreciate your efforts to test and report any bugs found and also any features that you would like to be incorpated in it. On Sun, Mar 20, 2011 at 5:42 AM, brian powell wrote: > I too am interested in gnowsys-mode and have been meaning to look more > deeply into it. > > I remember reviewing gnowsys-mode and it looked very interesting and > related to the "semantic web" and there was a semantic web workshop in > Reston, VA recently--gnowsys-mode was on the agenda. > > THere may be some exciting apps one could make with a mashup with org-mode > and gnowsys-mode (with one or the other as an emacs sub/"minor-mode"). > > > > On Sat, Mar 19, 2011 at 6:33 PM, Martin Weigele wrote: > >> Thank you very much Nagarjuna G - >> >> Am Samstag, 19. März 2011, 12:19:46 schrieb Nagarjuna G: >> > On Fri, Mar 18, 2011 at 8:25 PM, Martin Weigele >> wrote: >> > > Hi all, >> > > >> > > I've run into some texts about "gnowsys" as a major mode extending >> org, >> > > >> >... >> >... >> > Yes. We use the gnowsys-mode interface for sites running using >> > gnowsys. So far this is the only complete interface for gnowsys. >> > Mostly used by the developers and those who maintain the sites, such >> > as atlas.gnowledge.org >> > >> >> OK I understand now the starting point to understand gnowsys, and, hence, >> for gnowsys on top of orgmode is >> http://www.gnu.org/software/gnowsys . >> >> This is so great. >> >> > I am glad that somewhere some one is interested in this project. It >> > is very encouraging. Let me know what kind of usecase you have >> > thought about for using gnowsys-mode. >> > >> The project is even in pre-infancy state, but it is about using such >> modelling to understand and learn structures in humanities (for me coming >> from >> a CS background). >> >> Martin >> >> > -- Cheers Divya
Concerning previews of LaTeX snippets
Whenever I try to do `C-x C-c C-l`, I get the following error: `org-compile-file: File "/tmp/orgtexEMteNn.svg" wasn't produced Please adjust 'dvisvgm' part of 'org-preview-latex-process-alist'` And following this, I have tried to tweak the value of the variable, but nothing seems to be working. Any thoughts on how to proceed, and what is the best way to have smooth LaTeX previews in Emacs Org? I have heard from Karthik and others that fast previews are going to come, I don't know when but I would be one among many to be waiting for this. Till then, if anything is viable I'd be glad.
[FEATURE] On line-numbers inside Org Babel Source Blocks.
Hello, Org Mode! I've been using Org Mode for literate programming purposes, and would like to have line-numbers within `src` blocks. I am able to export the Org buffer and get the line-numbers, but I am unable to do the same with regards to just in Org buffers. I am aware of `org-edit-special`, but I would rather appreciate if I can just look at a piece of code and know how long it is. I believe a header argument can be useful in toggling this. Since the source blocks can already implement syntax highlighting, font and other means of interacting with displaying Babel source blocks, theoretically this shouldn't be that difficult to implement? I'd be glad to help implementing this feature, if I can be slightly guided on where to refer to look for in the codebase. Regards, Divya Ranjan
Re: [FEATURE] On line-numbers inside Org Babel Source Blocks.
On 7 August 2024 13:59:16 GMT, di...@subvertising.org wrote: >Hello, Org Mode! > >I've been using Org Mode for literate programming purposes, and would like to >have line-numbers within `src` blocks. I am able to export the Org buffer and >get the line-numbers, but I am unable to do the same with regards to just in >Org buffers. I am aware of `org-edit-special`, but I would rather appreciate >if I can just look at a piece of code and know how long it is. I believe a >header argument can be useful in toggling this. > >Since the source blocks can already implement syntax highlighting, font and >other means of interacting with displaying Babel source blocks, theoretically >this shouldn't be that difficult to implement? I'd be glad to help >implementing this feature, if I can be slightly guided on where to refer to >look for in the codebase. > >Regards, > >Divya Ranjan > Any suggestions, Ihor?
Re: Logos of BibTeX, etc.
On 9 October 2024 12:08:26 GMT, Raghavendra Nyshadham wrote: >How do I get the logos of BibTeX, BibLaTeX, XeTeX, XeLaTeX, etc., when >I export an Org document to LaTeX? > >At the moment, when I export an Org file with the content > >LaTeX, BibTeX, BibLaTeX, XeTeX, and XeLaTeX are some associates of TeX. > >using the command C-c C-e l p, I get the correct logos for LaTeX and >TeX, but BibTeX, BibLaTeX, XeTeX, and XeLaTeX are rendered as they >are, i.e., not as logos. > >I am using the builtin Org mode version 9.6.6 in Emacs version 29.1 on >NixOS version 23.05. > >Thank you. > >Raghavendra. > Hello Raghavendra, This is not an Org specific issue, it has to do with what LaTeX class you are using. If you try to render logos for the aforementioned Tex derivatives in vanilla LaTeX with the article/book class then you won't get them rendered. For a discussion on this, see the following exchanges: https://tex.stackexchange.com/questions/281333/how-do-i-get-a-bibtex-logo#281337 https://tex.stackexchange.com/questions/11095/how-to-write-latex-with-parentheses-or-any-other-tex-related-logo Regards, Divya Ranjan, Mathematics, Philosophy and Libre Software
Modifying org-quote blocks
I have been trying to modify my org-blocks that pertain to quotes. I have tried setting the variable `org-fontify-quote-and-blocks` to `t` but that doesn't really do anything. I still get `fixed-pitch` font in quote blocks. I would want to be able to modify the background and font nature of quote blocks, for e.g., changing the `fixed-pitch` font to `variable-pitch` font and maybe change the background color a bit. I also intend to set the text inside any quote block to be automatically indented and italicized, so that it looks promimnent from the rest of the text. I have tried to look through the mailing list to find something, but what I got [0] wasn't really of much help, would be glad if someone can give me a hint or two. [0]: https://lists.gnu.org/r/emacs-orgmode/2018-11/msg00238.html Regards, Divya.
Re: Graph of writing
You might want to look into org-roam and org-roam-ui. Regards, On 31 March 2025 14:41:32 GMT, Mayuresh Kathe wrote: >Is there any means to introduce the graph oriented features like in >https://obsidian.md/ to handle various nodes in a map? > >Best, > >~Mayuresh > Divya Ranjan, Mathematics, Philosophy and Libre Software