navigate to next radio target?

2022-10-17 Thread kevinbanjo
Hi everyone: Is there a function to move the cursor to the next or previous radio target? I'd like to bind that to a key. I'm talking about moving to the link to the target, not the target itself. TIA, -Kevin

html exporting svgs created by mermaid codeblocks

2022-08-10 Thread kevinbanjo
Hi everyone. I recently have been trying to build a website that has some embedded flowcharts created by mermaid and I'd really like them to be svg but orgmode only embeds the name of the image file and not the actual inline image in the exported html. How can I fix this? TIA, -Kevin

discovering export (and other) keywords?

2022-07-18 Thread kevinbanjo
this page: https://orgmode.org/manual/Macro-Replacement.html#index-macro-replacement_002c-during-export says: Org also recognizes macro references in keywords, such as ‘CAPTION’, ‘TITLE’, ‘AUTHOR’, ‘DATE’, *and for some back-end specific export options.* How do I discover what those back end

Re: substitutions in html export?

2022-07-17 Thread kevinbanjo
On Sun, Jul 17, 2022 at 11:54 AM Berry, Charles wrote: > Kevin, > > > On Jul 17, 2022, at 10:18 AM, kevinbanjo wrote: > > > > > > > > On Sun, Jul 17, 2022 at 7:24 AM Ihor Radchenko > wrote: > > See inline calls in > https://orgmode.org/manual/Ev

Re: substitutions in html export?

2022-07-17 Thread kevinbanjo
When I look at the doc string for (org-macro-replace-all) it says: *Optional argument KEYWORDS, when non-nil is a list of keywords,* *as strings, where macro expansion is allowed.* I tried passing it '("export-block") but it didn't work, but it seems like something like that should be close.

Re: substitutions in html export?

2022-07-17 Thread kevinbanjo
On Sun, Jul 17, 2022 at 11:54 AM Berry, Charles wrote: > Kevin, > > > On Jul 17, 2022, at 10:18 AM, kevinbanjo wrote: > > > > > > > > On Sun, Jul 17, 2022 at 7:24 AM Ihor Radchenko > wrote: > > See inline calls in > https://orgmode.org/manual/Ev

Re: substitutions in html export?

2022-07-17 Thread kevinbanjo
On Sun, Jul 17, 2022 at 7:24 AM Ihor Radchenko wrote: > See inline calls in > https://orgmode.org/manual/Evaluating-Code-Blocks.html#Evaluating-Code-Blocks > I did this and it didn't work (but the one outside the export block did): #+title:test #+name: numbers #+begin_src emacs-lisp :exports

substitutions in html export?

2022-07-17 Thread kevinbanjo
Hi everyone: Is there any way to make something like this actually work? #+title:test #+macro: num 50 #+name: numbers #+begin_src emacs-lisp no-export 40 #+end_src #+begin_export html the result is {{{num}}} another result is <> #+end_export

[O] creating a link to an html file under msys2 (windows path issue)

2019-07-24 Thread kevinbanjo
Hi everyone. I'm trying to create a link to my emacs org-mode manual on my desktop at c:\Users\Kevin\Desktop\org.html in one of my org-mode files and I can't for the life of me figure out what the path is supposed to be. Under msys2 it should be something like: /c/users/kevin/desktop/org.html

[O] problems with attach after moving files

2018-03-27 Thread kevinbanjo
hi, I moved my org and data/ files to another machine and now when I go to open an attachment I can't do it with org-attach open. I can however hit enter on the heading like a link and it opens dired which then allows me to select it. Any idea why this no longer works?

[O] attachments in html export

2017-09-06 Thread kevinbanjo
is there an easy way to auto-generate a link to the attachments when exporting org html?

[O] directory from which attachments are taken

2017-09-05 Thread kevinbanjo
I'm downloading files into my "~/Downloads" directory and attaching them to an org file in "~/Private/org" and every time it tries to look in the latter for the attachment and I have to navigate back to the former. Is there a setting where I can direct it where to initially look for the files to

[O] disable execute script/program query

2017-09-04 Thread kevinbanjo
Hi: Is there any way to disable the yes/no query every time you click on a link that executes a shell script or elisp command? I haven't been able to locate a custom variable or anything.

[O] links to id:

2017-08-31 Thread kevinbanjo
I've moved my .org-id-locations file into cloud storage (similar to a dropbox folder). I set the org-id-locations-file to point to that file. I set up a link to the id. It works fine for that one session of emacs. After I quit and restart, then I click on the link it says it can't be found and

[O] recreating .org-id-locations file

2017-08-31 Thread kevinbanjo
is there a utility to do this if it gets messed up?

[O] header spacing

2017-08-30 Thread kevinbanjo
when I do an alt-enter to create a heading below at the same level it puts one space before what I type for the heading name. When I want to demote that heading with alt-right it puts two which I then have to go back and delete. How do I stop the two spaces and only get one when demoting? TIA,

[O] keyboard scrolling with inline images

2017-08-30 Thread kevinbanjo
Hi, I have an orgfile with some inlined images. They aren't really big. I mean they are only about 1/2 or less the size of my emacs frame, but I can't seem to scroll past them with the keyboard. I start with the cursor on the top of the file and I hit down arrow and it goes down to the image,

[O] org-refile completion and helm

2017-08-28 Thread kevinbanjo
Hi, I was thinking this is the solution to my problem of not seeing all the subcategories when I go to refile a subtree to another org file in another folder: https://emacs.stackexchange.com/questions/14535/how-can-i-use-helm-with-org-refile but I'm not finding a variable: org-completion-use-ido

[O] can't export default koma letter

2016-08-29 Thread kevinbanjo
Hi, I installed the get-stable version in ~/0work/org-mode and did the make on it (see my previous email). I then added (push "~/0work/org-mode/lisp" load-path) (push "~/0work/org-mode/etc" load-path) (push "~/0work/org-mode/contrib" load-path) (require 'org) (eval-after-load 'ox '(require

[O] Bug: broken agenda view? [8.0.2 (8.0.2-dist @ /usr/share/emacs/site-lisp/org-mode/)]

2013-06-20 Thread kevinbanjo
when given this file: * top level :@home: ** TODO next level :@town: * more top :@work: and doing C-cat I get this: Global list of TODO items of type: ALL Available with `N r': (0)[ALL] Isn't that wrong? It shows NO todo items. Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu,

[O] problem with agenda view?

2013-06-19 Thread kevinbanjo
i create this little org file:https://pastebin.sabayon.org/pastie/12827 and I try and do an agenda view showing todos, or showing one of the tags, and all I get is this: Global list of TODO items of type: ALL Available with `N r': (0)[ALL] What's wrong? -- -Kevin The world belongs