Skip to main content

All Questions

Tagged with or
0 votes
0 answers
18 views

In org-agenda, I would like to have tasks without repeater listed at the top followed by tasks with repeater. Within that, the sorting can continue to be default. org-agenda-sorting-strategy has org-...
Deshmukh's user avatar
2 votes
1 answer
23 views

Is it possible to show repeater cookie in org agenda? category:Sched.99x:++99d:TODO Some task How can I do that? org-agenda-prefix-format does not provide any direct repeater element. It talks about %...
Deshmukh's user avatar
0 votes
1 answer
32 views

I know that we can customize org source block begin and end line colors using below config (custom-set-faces! ;; Customize the header line of the source block '(org-block-begin-line :background &...
Gangula's user avatar
  • 419
1 vote
0 answers
37 views

I have a file test.org that includes files a.org and b.org: test.org: #+include: a.org #+include: b.org a.org: * AAA * COMMENT BBB b.org: * CCC * DDD When I export test.org the only section that is ...
Andreas Matthias's user avatar
1 vote
1 answer
29 views

I would like to write a document containing a table of contents and multiple short texts with their own citations. I'm currently using org-cite and org-export to ODT in Emacs 30.1. A minimal example ...
ikaros02's user avatar
0 votes
1 answer
37 views

Why can't I use a condition in the :eval keyword section of the code block? #+BEGIN_SRC emacs-lisp :eval (if (> 2 1) 'yes 'no) (message "This evaluated") #+END_SRC #+RESULTS: : This ...
Garid's user avatar
  • 864
0 votes
0 answers
18 views

I'm looking for a function that deletes all comments from an org-mode file: line comments block comments tree comments (a comment headline with its entire subtree) I know there is org-org-export-to-...
rl1's user avatar
  • 366
1 vote
1 answer
43 views

I have this source block and table in an org-file. #+NAME: testlisp #+begin_src elisp :var testvariable="default string" (progn (message testvariable) ;use the variable in some way ...
kai-dj's user avatar
  • 449

15 30 50 per page
1
2 3 4 5
393