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
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,
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 'ox-
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
I
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
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,
se
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,
-
is there a utility to do this if it gets messed up?
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 a
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.
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 a
is there an easy way to auto-generate a link to the attachments when
exporting org html?
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?
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
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 n
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
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.
Th
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
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 sp
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
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
21 matches
Mail list logo