Re: [Orgmode] XHTML export -   etc.

2007-11-09 Thread Daniel Clemente
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

Re: [Orgmode] XHTML export -   etc.

2007-11-09 Thread Daniel Clemente
@[@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 > > > -

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
...) (... ...) (t ...))) org-ctrl-c-ctrl-c(nil) call-interactively(org-ctrl-c-ctrl-c) recursive-edit() byte-code("Æ @Ç=ƒ!ÈÉÊ\"ˆËÉ!‰A@)¢Ì=ƒ!ÈÍÊ\"ˆÎ !ˆÏ ˆÐ!ˆ\fƒcÑed\" VƒWebˆÒ ¥yˆ`dbˆÒ ¥ Zyˆ`|ˆ)ÓcˆebˆÔÕÖ \"ˆ× ˆÔØ!ˆÙÊÔØ!ˆŠÚ ˆ+ه" [unread-comm

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
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. _

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
> > 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

[Orgmode] „This should not happen“ (C-c C -e h)

2007-11-19 Thread Daniel Clemente
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.

[Orgmode] 3 bugs with the HTML exporter

2007-11-19 Thread Daniel Clemente
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

Re: [Orgmode] „This should not happen“ (C-c C-e h)

2007-11-19 Thread Daniel Clemente
> > 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

[Orgmode] Can't force org-publish-current-project

2007-11-23 Thread Daniel Clemente
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

Debbugs Usage

2021-10-03 Thread Daniel Fleischer
Hi, is debbugs org-mode being used? -- Daniel Fleischer

Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel

2021-10-04 Thread 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

Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel

2021-10-05 Thread 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

Bug: Tag Selection Face Doesn't Toggle

2021-10-06 Thread Daniel Fleischer
044554a2f7. Emacs 29.0.50, hash 9f041cdfaca0f3def74eb7d3348bbf35c12bcc5b. -- Daniel Fleischer

Maintainer Duties

2021-10-06 Thread 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

Re: Maintainer Duties

2021-10-07 Thread 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

[PATCH] Bug: Tag Selection Face Doesn't Toggle

2021-10-08 Thread Daniel Fleischer
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

Re: [PATCH] Bug: Tag Selection Face Doesn't Toggle

2021-10-08 Thread Daniel Fleischer
> 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

Re: MathJax extension does not work

2021-10-10 Thread Daniel Fleischer
#+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

Re: MathJax extension does not work

2021-10-10 Thread 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

[PATCH] Fast tag de-selection face

2021-10-26 Thread Daniel Fleischer
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

Org default is Left-to-right

2021-10-30 Thread Daniel Fleischer
ate it without needing to override it using a hook or toggling it with some elisp code (like I did). Thanks, -- Daniel Fleischer

Re: Org default is Left-to-right

2021-10-30 Thread 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

[PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-14 Thread Daniel Kraus
* 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.

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-14 Thread Daniel Kraus
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 &#x

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-15 Thread Daniel Kraus
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,

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-15 Thread Daniel Kraus
/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

Re: [BUG] org-mode binds C-c C-TAB, which seems illegal [9.5 (9.5-g0a86ad @ /home/il/.config/emacs/elpa/org-9.5/)]

2021-11-19 Thread Daniel Fleischer
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

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-20 Thread Daniel Kraus
x27;s done. (Maybe this is even small enough to count as tinychange if the assignment should take a long time). Cheers, Daniel

Re: A mobile clocking solution?

2021-11-21 Thread Daniel Baker
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

Maintenance Request

2021-11-22 Thread Daniel Fleischer
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

Re: A mobile clocking solution?

2021-11-24 Thread Daniel Baker
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'

Re: Org Mode "Contribute", "Maintenance" pages don't give repository.

2021-12-04 Thread Daniel Fleischer
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

Re: Org Mode "Contribute", "Maintenance" pages don't give repository.

2021-12-05 Thread 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

Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
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

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
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.

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
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

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
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

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-08 Thread Daniel Nemenyi
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.

How to add font-lock keywords

2021-12-11 Thread Daniel Fleischer
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

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-12-22 Thread Daniel Kraus
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

Re: How to add font-lock keywords

2021-12-23 Thread Daniel Fleischer
; gets the new fontification. Thanks, it works with the quote. -- Daniel Fleischer

Re: Feedback on Emacs-Jupyter

2022-01-08 Thread Daniel Fleischer
Hi, I submitted an issue regarding connection file format incompatibility. Other than that I'm looking forward trying your package! -- Daniel Fleischer

Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)]

2022-01-24 Thread Daniel Guimaraes
 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)

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-01-31 Thread Daniel Kraus
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

Re: Maintenance Request

2022-04-21 Thread Daniel Fleischer
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

Re: [tip] Org speed commands improved

2022-04-27 Thread Daniel Fleischer
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

Re: How to export to markdown programmatically without the table of contents?

2022-05-01 Thread 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!

Re: [BUG] - Statistics cookie is part of the org heading title

2022-05-03 Thread Daniel Fleischer
from text using regex. -- Daniel Fleischer

Re: How to export to markdown programmatically without the table of contents?

2022-05-03 Thread 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

Recent changes in org-fold regarding emphasize visibility

2022-05-04 Thread 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

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Daniel Fleischer
about the different code highlighting options in order to understand what you offer. Best, -- Daniel Fleischer

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Daniel Fleischer
about the different code highlighting options in order to understand what you offer. Best, -- Daniel Fleischer

Re: Recent changes in org-fold regarding emphasize visibility

2022-05-05 Thread 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

Re: Recent changes in org-fold regarding emphasize visibility

2022-05-07 Thread Daniel Fleischer
hat case, even formalize it into tests? Best, -- Daniel Fleischer

Re: [PATCH] New LaTeX code export option: engraved

2022-05-07 Thread Daniel Fleischer
las G.? Best, -- Daniel Fleischer

Re: Recent changes in org-fold regarding emphasize visibility

2022-05-08 Thread 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

Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread Daniel Fleming
multiple [[cite:source][text::text]] blocks, but I'd rather use the new syntax if it works. Thank you much! -- Daniel Fleming

Re: Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread 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

Re: Org-ref not working when exporting to LaTeX

2022-05-11 Thread Daniel Fleischer
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

Re: Regarding arbitrary Org blocks

2022-05-11 Thread 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

Re: Org-ref not working when exporting to LaTeX

2022-05-11 Thread 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

Re: [PATCH] (v3) New LaTeX code export option: engraved

2022-05-12 Thread 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

[BUG] HTML export of buffer with fringe indicators

2022-05-17 Thread Daniel Fleischer
rt, say to HTML. I get the error cons: Args out of range: " ", 0, -3 Org cdbb1c9633. Emacs eaa198cd75. Thanks, -- Daniel Fleischer

Re: [BUG] HTML export of buffer with fringe indicators

2022-05-18 Thread 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

Re: [BUG] HTML export of buffer with fringe indicators

2022-05-19 Thread 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

Re: [BUG] HTML export of buffer with fringe indicators

2022-05-21 Thread 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

Re: [PATCH] Avoid ignoring LaTeX export output errors when org-latex-pdf-process is a list

2022-05-22 Thread 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

Re: [PATCH] manual: fix variable name

2022-06-06 Thread Daniel Fleischer
Thanks, merged. -- Daniel Fleischer

Re: [PATCH] org.el (org-latex-preview): With an active region, act on it

2022-06-08 Thread 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

C-S left no longer shifts date entry?

2022-06-10 Thread Daniel Ortmann
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

Re: C-S left no longer shifts date entry?

2022-06-10 Thread Daniel Ortmann
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

Re: [PATCH] org.el (org-latex-preview): With an active region, act on it

2022-06-10 Thread Daniel Fleischer
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

Re: [External] : Re: C-S left no longer shifts date entry?

2022-06-10 Thread Daniel Ortmann
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

Re: Cannot export org mode to collapsible HTML

2020-04-23 Thread Daniel Clemente
> 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

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-24 Thread Daniel Kraus
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

[PATCH] ob-sql: Respect database param when using dbconnection

2020-05-28 Thread Daniel Kraus
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

[BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode

2020-09-22 Thread Daniel Hornung
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

Re: [BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode

2020-09-28 Thread Daniel Hornung
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

org-num-mode for RTL languages

2020-09-30 Thread Daniel Fleischer
cause sometimes the file reads better when everything is aligned left-to-right. Thanks, Daniel

Re: Bug: org-agenda-todo applied to wrong line item [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-10-17 Thread Daniel Dinnyes
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

Re: Bug: Can’t assign to hline relative reference

2020-10-21 Thread Daniel Herzig
, 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

Bug: Org Clock continues in canceled captured note [9.4 (9.4-53-gc97446-elpaplus @ /Users/df/.emacs.d/elpa/org-plus-contrib-20201130/)]

2020-12-04 Thread Daniel Fleischer
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

Re: [PATCH] New remote resource download policy

2022-06-12 Thread Daniel Fleischer
confirm-regexp'. I'll definitely give it a try. -- Daniel Fleischer

Re: [BUG] Ignoring link syntax inside of src blocks [9.5.4 (9.5.4-ged6f8d)]

2022-06-13 Thread Gomez, Daniel
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

[BUG] Ignoring link syntax inside of src blocks [9.5.4 (9.5.4-ged6f8d @ /Users/dangom/.emacs.d.vanilla/straight/build/org/)]

2022-06-13 Thread Gomez, Daniel
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

[BUG] Ignoring link syntax inside of src blocks [9.5.4 (9.5.4-ged6f8d)]

2022-06-13 Thread Gomez, Daniel
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

Re: Org default is Left-to-right

2022-06-14 Thread Daniel Fleischer
Emacs should align the text and it should carry naturally into Org. -- Daniel Fleischer

Re: [PATCH] Don't quote symbols in defcustom types

2022-06-14 Thread Daniel Fleischer
tag "Text properties" 'text-properties))) > + (const :tag "Overlays" overlays) > + (cnost :tag "Text properties" text-properties))) Typo here `cnost`. -- Daniel Fleischer

Re: [PATCH] Don't quote symbols in defcustom types

2022-06-14 Thread Daniel Fleischer
Thanks for the patch, merged. Daniel Fleischer

[BUG] Cursor is moved after changing list bullets

2022-06-14 Thread 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

Re: [BUG] Cursor is moved after changing list bullets

2022-06-14 Thread 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

Re: ox-latex table tabbing support.

2022-06-20 Thread 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

Re: [PATCH] Improve docstrings of agenda date navigation commands

2022-06-20 Thread Daniel Fleischer
d. Merged at e7e37c5b2. Best, -- Daniel Fleischer

Re: ox-latex table tabbing support.

2022-06-24 Thread 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

Re: ox-latex table tabbing support.

2022-06-24 Thread Daniel Fleischer
an option to do GPG signing in git. Daniel Fleischer

Re: [PATCH] describe how to override Author

2022-06-26 Thread Daniel Fleischer
hree ways to do that, depending on 2 spaces here. Looks good and to the point. -- Daniel Fleischer

[PATCH] Re: ox-latex table tabbing support.

2022-06-26 Thread 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

Re: [PATCH] Re: ox-latex table tabbing support.

2022-06-26 Thread Daniel Fleischer
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

how to investigate? org-element-cache Unregistered buffer modifications detected

2022-06-28 Thread Daniel Ortmann
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

Re: [External] : Re: how to investigate? org-element-cache Unregistered buffer modifications detected

2022-06-28 Thread Daniel Ortmann
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:

<    2   3   4   5   6   7   8   9   10   11   >