Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
me inspection, I find that org-protocol-check-filename-for-protocol
seems to discard information about the client, so I cannot set
server-buffer-clients and server-existing-buffer accordingly myself.
I’m writing to ask if there is a better way than advising server-visit-files or
org-protocol-check-filename-for-protocol?
Thanks!
Regards,
Kai
On 23 Jul 2022, at 17:22, Ihor Radchenko wrote:
> Kai von Fintel writes:
>
>>>>> Debugger entered--Lisp error: (void-variable
>>>>> org-latex-babel-language-alist)
>>>>> org-latex--format-spec(
>>>
>>> org-latex-babel-lan
On 23 Jul 2022, at 16:59, Ihor Radchenko wrote:
> Kai von Fintel writes:
>
>> I believe that that this patch has made it impossible to export to latex,
>> because the function =org-latex--format-spec= in =ox-latex.el= still refers
>> to the old variables,
-latex--format-spec(
etc.
— Kai.
e face for captions? Which face should be
used, org-default or should a new face be introduced?
Best regards
Kai
>From ac81515cc85edf36c2ea32028e557362a4bc6d3a Mon Sep 17 00:00:00 2001
From: Kai Harries
Date: Sat, 29 Jan 2022 07:33:21 +0100
Subject: [PATCH] org-fontify-meta-lines-and-blocks: use org
that file. Does this
mean that org-cite will not be part of the 9.5 release?
-- Kai.
On 9 Sep 2016, at 11:48, Eric S Fraga wrote:
On Friday, 9 Sep 2016 at 12:06, Kai von Fintel wrote:
When I embed LaTeX code in a #+BEGIN_SRC latex block and
org-src-fontify-natively is set to t, the code is fontified as LaTeX
code. But when the code is embedded in a #+BEGIN_LaTeX block
that functionality be added?
-- Kai.
Thanks for pointing out!!!
This did the trick for me (using backquote `):
(setq reftex-default-bibliography `(,(concat my-dropbox-path
"bibliography/references.bib")))
Thanks again for your prompt help!
Cheers,
Kai
On Sun, Dec 13, 2015 at 11:59 AM, John Kitchin
wrote:
> That p
?
=== From notes.org ===
. some text with citations
bibliography:/home/kai/Dropbox/bibliography/references.bib
#+BEGIN_SRC emacs-lisp
(org-ref-find-bibliography)
#+END_SRC
#+RESULTS:
| /home/kai/Dropbox/bibliography/references.bib |
: /home/kai/Dropbox/bibliography/references.bib
On Sun, Dec
in my case is
/home/kai/Dropbox/bibliography/references.bib
But if I do not have the link, it returns
~/Dropbox/bibliography/references.bib
It seems some modules are resolving the '~' while some others are not.
Cheers,
Kai
On Sun, Dec 13, 2015 at 2:15 AM, John Kitchin
wrote:
> Th
Dear list,
I just got to know org-ref, and I followed the github help page to manually
install the package and set the default path similar to the configuration
provided in the follow link:
https://github.com/jkitchin/org-ref
And I installed all the dependency packages like helm-bibtex, hydra etc
co.de
Package: Org-mode version 8.2.3c (release_8.2.3c-288-g8c9887 @
/Users/kai/.emacs.d/lisp/org-mode/)
p=" gets exported to HTML as "--help" and
that's what I want to do.
Thank you for your help,
Kai
ssible, I want to control it with export options in a
org file rather than markup rules.
Best regards,
Tsunenobu Kai
Hello everyone,
When I export a org file to html, string "--" in org file is converted
to "–" in html.
I want to display "--" verbatim, so could you tell me how to inhibit
converting "--"?
Thanks, sorry for stupid question
--
Tsunenobu Kai
Bastien writes:
Hi Bastien,
> The patch looks good but I'd like to understand it better.
> Can you send an example configuration working with your patch?
In org-publish-project-alist, i have HTML publishing projects which
should be published to different target directories depending on e.g.
whe
Bastien writes:
Hi Bastien,
> The patch looks good but I'd like to understand it better.
> Can you send an example configuration working with your patch?
In org-publish-project-alist, i have HTML publishing projects which
should be published to different target directories depending on e.g.
whe
d not find. In that case, please let me know how. Otherwise the
attached patch seems to provide the desired effect and it would be great
if it could be added to org-mode.
BR,
Kai
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index ccd2068..4ed2346 100644
--- a/lisp/org-publish.el
+++ b
Hi all,
After spending a few hours experimenting with orgmode's exporting of
tables to LaTeX, I've got three problems to do with wide tables/figures,
which I'm hoping have smarter solutions that what I could find:
1) When one has a table of even moderate width it will "run off the
page" by
With a .org file having headers 4-5 levels deep (e.g. This
Section), I'd like the LaTeX export to treat it as a subsubsubsection
with numbering, e.g. 1.1.1.1. But no luck, and I'm not sure whether I'm
doing something wrong with org-mode, or need to customize my LaTeX
template. In the org
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Nicolas Goaziou gmail.com> writes:
> > Now on to a possible bug. :) I have noticed that when I include named
> > footnotes within an unordered list, the LaTeX exported file has
> > problems, and mixes in the text (after the first word) of a named
> > footnote directly within the text of the unor
ode,
with Emacs 23.2.50. An example .org file to test (and hopefully
reproduce) the problem is included below; the problem can be seen by
doing an export to LaTeX (with optional view in PDF).
Thanks in advance for any help/debugging,
Kai
Test Orgmode's Handling of Named Footnotes
* In
t of the value of
org-replace-disputed-keys. Now with org-replace-disputed-keys set to t, the
shifted arrow key just start/extend the region (with
pc-selection-mode/shift-select-mode turned on). It's not a big deal to me. I
just noticed a change in how things work.
/Kai
>
>
> >
>
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Carsten Dominik wrote:
> Hi Kai,
>
>
> On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff wrote:
>
>> Hi,
>>
>> i noticed that when using the org-mode clock persistence, the stored
>> clock data gets deleted when i start emacs and exit again without
>> turni
Carsten Dominik wrote:
> Hi Kai,
>
>
> On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff wrote:
>
>> Hi,
>>
>> i noticed that when using the org-mode clock persistence, the stored
>> clock data gets deleted when i start emacs and exit again without
>> turni
Carsten Dominik wrote:
>
> On Oct 23, 2009, at 10:20 AM, Kai Tetzlaff wrote:
>
>> John Wiegley wrote:
>>> On Oct 22, 2009, at 6:32 PM, Kai Tetzlaff wrote:
>>>
>>>> 'Cannot restart clock because task does not contain unfinished clock'
&g
John Wiegley wrote:
> On Oct 22, 2009, at 6:32 PM, Kai Tetzlaff wrote:
>
>> 'Cannot restart clock because task does not contain unfinished clock'
>>
>> When i look at the corresponding clock line the previously running clock
>> has now indeed been stopped
ated by the variable
`org-clock-persist'."
- (when org-clock-persist
+ (when (and org-clock-persist
+ (or org-clock-loaded (not (file-exists-p
org-clock-persist-file
(let (b)
(with-current-buffer (find-file (expand-file-name
org-clock-persist-file))
uring emacs
startup when i have an open clock in one of my org files.
BR,
Kai
Press key for agenda command:
OVERVIEW
Restoring clock data
Loading c:/kt/.org-clock-save.el (source)...done
OVERVIEW
CONTENTS...done
Loading vc-hg...done
OVERVIEW
Clock stopped at [2009-10-22 Do 11:03] after HH:MM = 0:
For inserting templates, you may wish to investigate skeleton.el. It
comes with Emacs. One needs to twist one's mind somewhat to
understand how to use it, but you can look at the twisting to be
a chance to excercise your mind to keep it fit :-)
d for filling,
e.g. via M-q.)
There is a key for this, see below. Use it at the beginning of the
line to set the fill prefix to nothing.
Kai
C-x . runs the command set-fill-prefix
which is an interactive compiled Lisp function in `fill.el'.
It is bound to C-x ..
(set-fill-prefix)
Set
35 matches
Mail list logo