[BUG] org, ispell [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-11-01 Thread Kai Jenkins
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. ---

Find-file using org-protocol

2023-03-15 Thread Kai Ma
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

Re: BUG Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-23 Thread Kai von Fintel
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

Re: BUG Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-23 Thread Kai von Fintel
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,

BUG Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-23 Thread Kai von Fintel
-latex--format-spec( etc. — Kai.

Is org-block really the intended face for captions?

2022-01-28 Thread Kai Harries
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

org-cite not mentioned in ORG-NEWS for 9.5

2021-09-23 Thread Kai von Fintel
that file. Does this mean that org-cite will not be part of the 9.5 release? -- Kai.

Re: [O] Embedded LaTeX fontification

2016-09-13 Thread Kai von Fintel
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

[O] Embedded LaTeX fontification

2016-09-09 Thread Kai von Fintel
that functionality be added? -- Kai.

Re: [O] org-ref is not using default bibliography file

2015-12-12 Thread Kai Chen
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

Re: [O] org-ref is not using default bibliography file

2015-12-12 Thread Kai Chen
? === 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

Re: [O] org-ref is not using default bibliography file

2015-12-12 Thread Kai Chen
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

[O] org-ref is not using default bibliography file

2015-12-12 Thread Kai Chen
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

[O] Bug: footnot not recognized during export [8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)]

2013-11-25 Thread Kai Tetzlaff
co.de Package: Org-mode version 8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)

Re: [O] Inhibit converting "--" to "–"

2012-06-16 Thread Tsunenobu Kai
p=" gets exported to HTML as "--help" and that's what I want to do. Thank you for your help, Kai

Re: [O] Inhibit converting "--" to "–"

2012-06-16 Thread Tsunenobu Kai
ssible, I want to control it with export options in a org file rather than markup rules. Best regards, Tsunenobu Kai

[O] Inhibit converting "--" to "–"

2012-06-16 Thread 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

Re: [O] Variable publishing-directory? (resent with patch as attachment)

2011-08-18 Thread Kai Tetzlaff
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

Re: [O] Variable publishing-directory?

2011-08-18 Thread Kai Tetzlaff
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

[O] Variable publishing-directory?

2011-08-15 Thread Kai Tetzlaff
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

[Orgmode] Are there better ways to export wide LaTeX tables/figures?

2010-12-09 Thread Kai
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

[Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-05 Thread Kai
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

[Orgmode] Bug: relative org file links get exported as href="http:./..." instead of href="./..." [7.01trans]

2010-09-11 Thread Kai Tetzlaff
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. -

[Orgmode] Re: Problem with named footnotes and LaTeX export?

2010-08-12 Thread Kai
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

[Orgmode] Problem with named footnotes and LaTeX export?

2010-08-12 Thread Kai
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

Re: [Orgmode] Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right

2009-10-28 Thread Kai Tetzlaff
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 > > > > >

[Orgmode] Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right

2009-10-27 Thread Kai Tetzlaff
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. -

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-24 Thread Kai Tetzlaff
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

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-24 Thread Kai Tetzlaff
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

[Orgmode] Re: Org-mode version 6.31trans; Problem with new 'away time' feature

2009-10-24 Thread Kai Tetzlaff
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

[Orgmode] Re: Org-mode version 6.31trans; Problem with new 'away time' feature

2009-10-23 Thread Kai Tetzlaff
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

[Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-23 Thread Kai Tetzlaff
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))

[Orgmode] Org-mode version 6.31trans; Problem with new 'away time' feature

2009-10-22 Thread Kai Tetzlaff
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:

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-17 Thread Kai Großjohann
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 :-)

[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-09 Thread Kai Großjohann
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