gns which are not part of org's syntax, you wouldn't need
to write \ Ex: \( is unnecesary since ( has no meaning in org.
Sorry for starting anothed discussion :-)
Daniel
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
@[@1@]@ would
be too complex.
@@Greetings@@ :-)
Daniel
2007/11/9, Daniel Clemente <[EMAIL PROTECTED]>:
> >
> > > - you write C-x 8 SPC in your org files
> > > - C-x 8 SPC is exported to on HTML
> > > - C-x 8 SPC is exported to ~ on HTML
> > > -
...) (... ...) (t ...)))
org-ctrl-c-ctrl-c(nil)
call-interactively(org-ctrl-c-ctrl-c)
recursive-edit()
byte-code("Æ @Ç=! ÈÉÊ\"ËÉ!A@)¢Ì=! ÈÍÊ\"Î!Ï Ð!\fc Ñed\"
VW ebÒ
¥y`dbÒ
¥
Zy`|)ÓcebÔÕÖ \"× ÔØ!ÙÊÔØ!Ú +Ù" [unread-comm
It also happens if the target file doesn't exist.
When the file exists, the result is that the old content of the
file is deleted and the note appears anyway at the top. Luckily, the
changes are not written to disk, and you can close the file and open
with to see the old contents.
_
>
> Thanks for the information. I tried to dig this a bit, and found out
> that `org-remember-handler' was confused by the target file not being
> in org-mode, even if it is an org file. Not sure this is relevant here
> though.
>
What do you mean with „not being in org-mode"?
The error app
Hi,
with org-mode 5.13i, I can't export this file to HTML:
** „This should not happen."
Datenmodell:
Item
|- TextItem
|- NameItem
|- Relation
|- BinaryItem
|- Statement
The „|-" at the beginning make that C-c C-e h fails. I attach the
backtrace, at the bottom.
ticles).
*** 3
The next horizontal line () shouldn't be inside a paragraph
(..), but on its own ():
-
Since if you want for instance to apply a background-color or border
to all paragraphs, you don't want that the line al
> > Datenmodell:
> >
> > Item
> > |- TextItem
> > |- NameItem
> > |- Relation
> > |- BinaryItem
> > |- Statement
> >
>
> Org thinks this is a table. Maybe table lines should be recognized as
> beginning *and* ending with a |
That would be better.
By the way: on a line which starts wit
Hi. With org 5.13i,
C-u M-x org-publish-current-project
or:
C-u C-c C-e P
do not force the publishing (as the manual says).
In contrast, forcing „org-publish-current-file" or „org-publish-all" works.
Greets,
Daniel
___
Ema
Hi, is debbugs org-mode being used?
--
Daniel Fleischer
t; ***
> [[https://orgmode.org/worg/org-contrib/babel/examples/org-check.html][Checking
> Your Org Mode Configuration]]
> ***
> [[https://orgmode.org/worg/org-contrib/babel/examples/data-collection-analysis.html][Data
> Collection and Analysis]]
--
Daniel Fleischer
Analysis]]
Pushed a fix for 2 HTML links fixes.
Pushed a fix for "data-collection-analysis".
- "org-check" needs refactor of the latex section in order to compile.
- "org-contrib/babel/library-of-babel" not sure why it doesn't appear on
the server because the file compiles locally to HTML.
--
Daniel Fleischer
044554a2f7.
Emacs 29.0.50, hash 9f041cdfaca0f3def74eb7d3348bbf35c12bcc5b.
--
Daniel Fleischer
sting code (semantics).
5. Review all patches related to the file and then approve them or order
a rework. Finally, merge them.
Or maybe some other aspects?
Thanks,
--
Daniel Fleischer
Daniel Fleischer [2021-10-06 Wed 18:05] wrote:
> Only 30 out of the 122 Elisp files have a maintainer. I'm interested in
> maintaining one or more files but I'm not sure what it means. Can we
> make it clearer, as perhaps other people are interested and want to
> kno
Daniel Fleischer writes:
> Hi, when selecting tags using fast selection and then de-selecting, the
> face doesn't toggle back to regular face.
>
> Fast selection means `org-use-fast-tag-selection' is t.
See attached.
>From 0352757d7012dc543bae4039deaed7bbd401bb9f Mon
> Daniel Fleischer writes:
>
>> Hi, when selecting tags using fast selection and then de-selecting, the
>> face doesn't toggle back to regular face.
>>
It's better to have a default face instead of 'org-default face.
>From f269d3ad99b8ad570c19961831f3
#+begin_src HTML
window.MathJax = {
loader: {load: ['[tex]/mathtools']},
tex: {packages: {'[+]': ['mathtools']}}
};
#+end_src
After that it worked.
Not sure why the "#+HTML_MATHJAX: mathtools.js" doesn't do anything.
Need further investigation.
--
Daniel Fleischer
Daniel Fleischer writes:
> Not sure why the "#+HTML_MATHJAX: mathtools.js" doesn't do anything.
> Need further investigation.
After examining the function 'org-html--build-mathjax-config' in
'ox-html.el' and also looking at the default values of
Bumping a patch; it solves a minor bug in which the tags in the fast tag
selection buffer do not toggle their face back to default after being
selected and deselected.
Attached.
>From 50fd7e953eed7c339886722c8247d9e492113eb8 Mon Sep 17 00:00:00 2001
From: Daniel Fleischer
Date: Fri, 8
ate it without needing to override
it using a hook or toggling it with some elisp code (like I did).
Thanks,
--
Daniel Fleischer
files. I guess I'll
use a hook in my config.
You could also turn it back to nil and see if people complain, as part
of 9.6.
--
Daniel Fleischer
* lisp/ob-clojure.el: Add support for babashka and nbb backend.
---
This adds support to ob-clojure for babashka
(https://github.com/babashka/babashka)
and nbb (node version of babashka).
It doesn't use `params` as I'm not really sure what they're used for and
if they're important for evaluation.
Hi!
Max Nikulin writes:
> On 14/11/2021 22:28, Daniel Kraus wrote:
>> +(defun ob-clojure-escape-quotes (str-val)
>> + "Escape quotes for STR-VAL."
>> + (replace-regexp-in-string "\"" "\\\"" str-val 'FIXEDCASE
babel-eval.
Somehow it doesn't feel too great to create unnecessary temp files
but I looked how other babel backends do it and e.g. ob-js and ob-haskell
use the same logic.
Thanks,
Daniel
>From cc9a24fcc42756cc76d59697bddc94a4ee2c475d Mon Sep 17 00:00:00 2001
From: Daniel Kraus
Date: Sat,
/html/emacs-orgmode/2017-12/msg00241.html
and it also comes up from time to time in other places
like this Reddit thread
https://www.reddit.com/r/emacs/comments/ic4u1m/stop_emacs_from_hiding_other_windows_when/
Thanks,
Daniel
Ingo Lohmar [2021-11-17 Wed 21:19] wrote:
> Can people actually enter "C-c C-TAB" into their emacs (how?), or has
> everybody has just bound another key in their config?
I've noticed it a couple of weeks ago; just rebound
org-force-cycle-archived to (kbd "C-c C-")
--
Daniel Fleischer
x27;s done.
(Maybe this is even small enough to count as tinychange if the
assignment should take a long time).
Cheers,
Daniel
Hi Marcin,
There's an open pull request on github that has a working implementation
for clocking in and out. There's a few ui things to fix. I'm running that
branch at the moment and it works quite well.
-Dan
On Sun, 21 Nov 2021, 12:17 Marcin Borkowski, wrote:
> Hi all,
>
> AFAIK, there are a
Hi all,
I would like to maintain the 'ox-latex.el' file. It's one of the many
files created by Nicolas but few of the files that are not maintained
(by him). I have a long experience (14) with latex and relatively long
experience with org->latex.
Best,
--
Daniel Fleischer
Oops. I'm sorry, I forgot to include the link. That would be for orgzly.
https://github.com/orgzly/orgzly-android/pull/691
On Wed, 24 Nov 2021, 08:44 Marcin Borkowski, wrote:
>
> On 2021-11-21, at 15:25, Daniel Baker wrote:
>
> > Hi Marcin,
> >
> > There'
irst commit as an Org maintainer"
section. The git.sv.gnu.org is a shorthand for git.savannah.gnu.org.
Thanks for reporting this,
--
Daniel Fleischer
resent the git repo link, i.e. the
code earlier and more prominently for those who just want to jump and
examine the code.
--
Daniel Fleischer
this minibuffer and insert the refs I have
chosen.'
I was eventually told on Stack Overflow that M-RET does the job, but I would
have expected either the first option in the HELM buffer to do this, or else
there to be an option in the HELM Select Action list?
Thanks!
Daniel
Emacs : GNU Em
Bruce D'Arcus wrote (on Mon 06 Dec 2021 14:21):
> Certainly not, but I don't believe anyone mentioned org-ref in this thread?
Apologies, I did ('Thanks org-ref I'm done...'), slip of the tongue. I meant
org-cite.
Bruce D'Arcus wrote (on Mon 06 Dec 2021 13:09):
> Presumably you're using the default "basic" org-cite-insert-processor?
Yes, am indeed. My only customization is org-cite-global-bibliography.
> Perhaps you could customize the keybinding for exiting to get the behavior
> you want?
Could have
Nicolas Goaziou wrote (on Mon 06 Dec 2021 17:58):
> The prompt displays : "" to exit, which means you have to select the
> empty value to exit. How you do select that value depends on the
> completion UI.
>
> I admit it is not particularly clear. Maybe we should spell out the
> "empty value" pa
John Kitchin wrote (on Mon 06 Dec 2021 18:09):
> You could consider something like this:
> ...
Text looks good to me personally...
> With Selectrum, ... (don't know what the keybinding here is)
Just installed Selectrum to find out. C-j (selectrum-submit-exact-input) does
the trick.
Hi, I want to add custom keywords to be highlighted. I used
(font-lock-add-keywords nil '(("books" . org-level-4)) t)
but nothing happens after I restart orgmode or call 'font-lock-update'.
--
Daniel Fleischer
Daniel Kraus writes:
> I filled out the copyright assignment and waiting for them.
> I'll mail again when it's done.
Just want to mention that I finally received my signed of the copyright
agreement.
so there is no blocker from this site in case it doesn't count a
; gets the new fontification.
Thanks, it works with the quote.
--
Daniel Fleischer
Hi,
I submitted an issue regarding connection file format incompatibility.
Other than that I'm looking forward trying your package!
--
Daniel Fleischer
I am trying to export a latex tikzpicture, like the following to html:
```
#+begin_src latex :exports results :results raw file :file ex.png
:output-dir ../img/
\begin{tikzpicture}
\draw node[circle, draw] (a) {$a$}
node[circle, draw, right of = a] (b) {$b$}
node[circle, draw, below of = a] (c)
Hi,
just wanted to bump this thread and ask if I can do anything
to move this forward?
I'm using it since a few month and works for me.
Thanks,
Daniel
Daniel Kraus writes:
> Thanks, now I got it :)
>
> Attached is the patch changed the logic to use a temp file with
&g
Edouard Debry [2022-04-21 Thu 00:58] wrote:
> Thanks for offering to maintain 'ox-latex.el'.
>
> One of the thing that could be improved is the generation of svg
> images through tikz. Currently, unless I am mistaken, it does
> not work well. I had to tweak 'ox-latex.el' to make it work again.
> I
at Org speed commands are activated anywhere in the
> header (not just at the beginning of the line) *or* when point is at the
> very beginning of the buffer. This, in my opinion, improves the
> navigation speed:
Very nice idea; I'll give it a try, thanks!
--
Daniel Fleischer
Jeremie Juste [2022-05-01 Sun 22:29] wrote:
> I know where to look now:
>
> (info "(org) Publishing options")
That's a good resource!
from text using regex.
--
Daniel Fleischer
Karl Voit writes:
> Could it be that I don't have "md" as backend somehow? Is there a
> hidden requirement?
The variable `org-export-backends` default value is
'(ascii html icalendar latex odt)
so you need to add 'md.
--
Daniel Fleischer
its in real folded regions. I don't
understand why emphasize markers are treated as folded text.
`org-hide-emphasis-markers` is set to non-nil.
Best,
--
Daniel Fleischer
about the different code highlighting options in
order to understand what you offer.
Best,
--
Daniel Fleischer
about the different code highlighting options in
order to understand what you offer.
Best,
--
Daniel Fleischer
- error : it inserts the text without unfolding; most dangerous.
- show : unfold, insert the text without displaying it; dangerous.
- show-and-error: unfold but inserts the text anyways.
Thanks,
--
Daniel Fleischer
hat case, even formalize it into tests?
Best,
--
Daniel Fleischer
las G.?
Best,
--
Daniel Fleischer
Ihor Radchenko writes:
> I have made changes in invisible edit handling.
> Now, when using 'text-properties style,
> org-fold-check-before-invisible-edits ignores folded links just like it
> does with overlays style.
>
> The commit is 2e4ed52b1.
Looks good; thank
multiple [[cite:source][text::text]]
blocks, but I'd rather use the new syntax if it works.
Thank you much!
--
Daniel Fleming
Professor Kitchin,
I have submitted it here:
https://github.com/jkitchin/org-ref/issues/1010
Thank you!
Dan
John Kitchin writes:
> Can you post this as an issue at
> https://github.com/jkitchin/org-ref/issues?
>
> Thanks.
>
> On Tue, May 10, 2022 at 8:36 PM Dan
got the key "acm:code" literally printed on the
> PDF file, in a bold font.
Hi, org-ref uses its own export engine which you call via (C-c C-e r p).
Please try that and report back if there are still issues.
--
Daniel Fleischer
al features. The
special buffer is for major modes which are not orgmode such as
programming languages or latex which use different
completions/highlighting/minor-modes and editing them in orgmode is a
hassle.
--
Daniel Fleischer
ly formatted
> results without using bibtex/biblatex as the citation processor.
Oops! Thanks for correcting my answer and mentioning the difference
between the CSL and bibtex engines.
--
Daniel Fleischer
Looks good. I had to update `engrave-faces' to 0.3 because of new
variables/functions and it works now. It does what it says on the box so
let's move forward introducing these changes and be open to feedback.
Thank you very much for introducing this feature!
--
Daniel Fleischer
rt, say to
HTML. I get the error
cons: Args out of range: " ", 0, -3
Org cdbb1c9633.
Emacs eaa198cd75.
Thanks,
--
Daniel Fleischer
lock)
(clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer)
(dynamic-block . org-html-dynamic-block) (entity . org-html-entity)
(example-block . org-html-example-block) (export-block . org-html-export-block)
(export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width)
(footnote-reference . org-html-footnote-reference) (headline .
org-html-headline) (horizontal-rule . org-html-horizontal-rule)
(inline-src-block . org-html-inline-src-block) (inlinetask .
org-html-inlinetask) (inner-template . org-html-inner-template) (italic .
org-html-italic) (item . org-html-item) (keyword . org-html-keyword)
(latex-environment . org-html-latex-environment) (latex-fragment .
org-html-latex-fragment) (line-break . org-html-line-break) (link .
org-html-link) (node-property . org-html-node-property) (paragraph .
org-html-paragraph) ...) :exported-data #
:input-buffer "כתיבה.txt" :input-file "/Users/danielfleischer/Doc..."
:html-doctype "xhtml-strict" :html-container "div" :html-content-class
"content" :description nil :keywords nil :html-html5-fancy t
:html-link-use-abs-url nil ...))
org-export-as(html t nil nil (:output-file "כתיבה.html"))
org-export-to-file(html "כתיבה.html" nil t nil nil nil)
org-html-export-to-html(nil t nil nil)
(org-open-file (org-html-export-to-html nil s v b))
(if a (org-html-export-to-html t s v b) (org-open-file
(org-html-export-to-html nil s v b)))
(lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file
(org-html-export-to-html nil s v b(nil t nil nil)
org-export-dispatch(nil)
funcall-interactively(org-export-dispatch nil)
command-execute(org-export-dispatch)
Thanks,
--
Daniel Fleischer
Ihor Radchenko [2022-05-19 Thu 21:43] wrote:
> What if you try to run M-: (htmlize-buffer)
> on your file?
It works, creating an HTML buffer that can be opened and looks good.
--
Daniel Fleischer
Ihor Radchenko [2022-05-20 Fri 16:36] wrote:
> I am unable to reproduce your problem on my side using the following
> steps.
Ok, thanks anyway. BTW, even the steps you took are useful for me for future
debugging.
Best,
Daniel Fleischer
by `org-compile-file'.
Looks good. So the log buffer is going to be a concatenation of all the
logs. Will ox-latex parse the longer log in a meaningful way? Is it just
for the user to find issues by herself after a failed compilation?
Daniel Fleischer
Thanks, merged.
--
Daniel Fleischer
, but I find it often too slow
> and unnecessary.
Hi Miquel, thanks for the patch! It's useful and works nicely - both in
creating and removing the previews. Let's give it a couple more days for
feedback and then feel free to merge the patch.
Thanks,
--
Daniel Fleischer
This morning C-S left no longer shifts the date in the LOGBOOK drawer.
I set the cursor on the second date which was 2022-06-10 initially and
pressed C-S left
... expecting it to be shifted to the 2022-06-09 as shown below.
CLOCK: [2022-06-09 Thu 11:53]--[2022-06-09 Thu 19:20] => 7:27
I've
I think it was actually S left which I was using. (My fingers knew the
command but did not tell my brain.)
... Anyway, that date-shifting no longer is working.
On 6/10/22 09:07, Daniel Ortmann wrote:
This morning C-S left no longer shifts the date in the LOGBOOK drawer.
I set the cursor on
Sébastien Miquel writes:
> Thanks for your comment and testing this.
>
> Note that I do not have merge access to the repository.
OK, I merged it now. Thanks for the contribution!
--
Daniel Fleischer
Works fine with 'emacs -Q'. I will debug further.
Thank you!
On 6/10/22 09:32, Ihor Radchenko wrote:
Daniel Ortmann writes:
This morning C-S left no longer shifts the date in the LOGBOOK drawer.
I set the cursor on the second date which was 2022-06-10 initially and
presse
> Is this happening because org-info.js is no longer being maintained?
Another solution I saw was Daniel Clemente's tool, though I am at a total
loss for what to specify in the org file to incorporate his esquemadorg.js
script. I appreciate any help that could let me export large org files
ant to say that I'm (like everyone else who uses the Emacs `native-comp`
branch
with org-mode from master) are also affected by this and
would appreciate if this can be merged.
Thanks for everyone involved :)
-Daniel
Hi,
I use ob-sql with the :dbconnection param so I don't have my username and
password in my org file.
But often I don't want to use the default database from the dbconnection alist
but
rather specify it explicitly with :database.
Attached is a patch that fixes this.
Thanks,
Dan
Hello,
when in markdown-mode, fill-paragraph behaves strangely in lists if the
orgalist minor mode is enabled.
In the following example, when the cursor is in the first item of the list,
pressing M-q or executing fill-paragraph does not recognize that line 3 is
another list item:
- Nullam eu
Am Sunday, 27 September 2020, 12:35:41 CEST schrieb Nicolas Goaziou:
> Daniel Hornung writes:
> > when in markdown-mode, fill-paragraph behaves strangely in lists if the
> > orgalist minor mode is enabled.
> >
> > In the following example, when the cursor is in the
cause sometimes the file reads better
when everything is aligned left-to-right.
Thanks,
Daniel
I am currently on the master branch, and it seems to have been fixed indeed!
On Tue, 18 Aug 2020 at 03:45, Kyle Meyer wrote:
> Dinnyés Dániel writes:
>
> > I have tried reproducing it with a minimal example, and this seems to
> work
> > for me:
> >
> > * FOO
> > ** TODO baz1
> > SCHEDULED: <2020
, it works
(keeping the other hline-relative parts) . If I stay with the former I get the
same error as you (emacs 26.1, orgmode 9.1.9, Debian stable).
I hope this can help,
Daniel
Am 21. Oktober 2020 03:14:10 MESZ schrieb Dante Catalfamo :
>Hello,
>
>I'm trying to create a table
6_64-apple-darwin19.6.0, NS
appkit-1894.60 Version 10.15.7 (Build 19H15))
of 2020-12-01
Package: Org mode version 9.4 (9.4-53-gc97446-elpaplus @
/Users/df/.emacs.d/elpa/org-plus-contrib-20201130/)
Daniel Fleischer
confirm-regexp'. I'll
definitely give it a try.
--
Daniel Fleischer
nside of org src-blocks?
Emacs : GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin19.6.0, NS
appkit-1894.70 Version 10.15.7 (Build 19H1922))
of 2022-06-10
Package: Org mode version 9.5.4 (9.5.4-ged6f8d)
Regards,
Daniel
The information in this e-mail is intended only for the person to whom
nside of org src-blocks?
Emacs : GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin19.6.0, NS
appkit-1894.70 Version 10.15.7 (Build 19H1922))
of 2022-06-10
Package: Org mode version 9.5.4 (9.5.4-ged6f8d)
Regards,
Daniel
The information in this e-mail is intended only for the person to whom
nside of org src-blocks?
Emacs : GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin19.6.0, NS
appkit-1894.70 Version 10.15.7 (Build 19H1922))
of 2022-06-10
Package: Org mode version 9.5.4 (9.5.4-ged6f8d)
Regards,
Daniel
The information in this e-mail is intended only for the person to whom
Emacs should align the text and it should carry naturally
into Org.
--
Daniel Fleischer
tag "Text properties" 'text-properties)))
> + (const :tag "Overlays" overlays)
> + (cnost :tag "Text properties" text-properties)))
Typo here `cnost`.
--
Daniel Fleischer
Thanks for the patch, merged.
Daniel Fleischer
e. It used to not move which is useful to when trying different
bullet styles. This is due to the changes in
`org-list-struct-apply-struct'. I tried to debug it but I'm not sure
what was the issue the patch was meant to solve.
Thanks,
--
Daniel Fleischer
n call:
emacs -Q -L ./Projects/org-mode/lisp/ -l org list.org
Then put the cursor on one of the hyphens and change its style using
S-right. The bullet will change and the cursor will move to the
beginning of a word instead of stay in place.
--
Daniel Fleischer
Hi Bob,
Thank you very much for the patch. It was merged to master in 4a0d951c.
Also, you were added to the orgmode contributes at
https://orgmode.org/worg/contributors.html.
Thanks for the contribution.
Best,
--
Daniel Fleischer
d. Merged at e7e37c5b2.
Best,
--
Daniel Fleischer
Robert Pluim [2022-06-24 Fri 15:37] wrote:
> Hi Daniel, I see this was committed with you as Author: and Bob as
> Created-by:, which is somewhat unusual. I canʼt find anything about
> Created-by in the descriptions of org-mode's processes (and this is
> the only instance I can
an option to do GPG signing in git.
Daniel Fleischer
hree ways to do that, depending on
2 spaces here.
Looks good and to the point.
--
Daniel Fleischer
ign binding can be dropped
> altogether.
>
> Daniel, in addition to that, there are at least a few other issues with
> 4a0d951c6 that should be addressed:
>
> * the first line of the new docstrings should be a complete sentence.
>
>For example
>
> Return an appropri
l (term-emulate-terminal): Avoid errors if the whole
> | decoded string is eight-bit characters. Don't attempt to save the
> | string for next iteration in that case.
> | * test/lisp/term-tests.el (term-decode-partial)
> | (term-undecodable-input): New tests.
> `----
Thanks for the feedback!
Applied to master 321bfb88b5.
--
Daniel Fleischer
Hey there,
I have a 1.2+ MB org-mode file and have been getting the following
message for a week or two. I have cleaned up content by archiving older
content and have run org-lint to cleanup some syntax issues ...
How to debug this type of issue?
Warning (org-element-cache): org-element--cac
g-element-cache warning
* Now, after a fresh pull of code and a rebuild, NONE of the errors or
warnings occur.
Everything is clean now.
Could loading those smaller files have cleaned or updated the cache? Or
was it your code updates?
Thank you!
On 6/28/22 21:03, Ihor Radchenko wrote:
601 - 700 of 1035 matches
Mail list logo