[SOLVED] (was: what does (json-readtable-error 47) mean (python, jupyter, matlab))

2024-10-02 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi, > I am using ob-ipython (which is a bit outdated) and I already opened an > issue at https://github.com/gregsexton/ob-ipython/issues/226 > However if someone knows how to deal with the (json-readtable-error 47) > error type, I would appreciate it. A solut

[SOLVED] Problems inserting accentuated dates

2024-09-29 Thread Kepa
Kind of solved (thanks to bug-hunter). The cause was this line: (setq locale-coding-system 'utf-8) But I don't know why, and I would like to know. Best regards

[SOLVED]: Issue opening files with accented words, using org-attach-open

2024-08-18 Thread Kepa
Thanks, Ihor. That change worked. (when (eq system-type 'windows-nt) (setq org-file-apps '((\\.\\(docx\\|doc\\)\\' . system) (\\.\\(xlsx\\|xls\\)\\' . system) (\\.\\(pdf\\)\\' . system) (\\.\\(pptx\\|ppt\\)\\' . system) (auto-mode . emacs

[[SOLVED?]] (was: remote calls to tables and (empty entry, NAN))

2024-06-10 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi again >> Uwe Brauer writes: >> This works for me: >> #+TBLFM: $2=if(typeof(remote(table2, @@#$7)) == 12, string(""), >> remote(table2, @@#$7)); E > As you can see in the table2 the row Miller-and-Smith have been > interchanged and so the final table ends

[SOLVED] (was: org table export to latex, longtable, code does not compile)

2024-01-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am running emacs 29 and org mode 9.6.9 > I have set (setq org-latex-line-break-safe "") > Nevertheless the following example This helped (defun my-latex-insert-hline-always (row backend info) "Add a hline to every row when exporting to LaTeX."

[SOLVED] (was: certain files should not be folded)

2023-11-25 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > I'll let others chime in because I definitely get the file with > everything opened. Maybe tell us what version of org and emacs you are > using and also what happens if you start emacs with -Q to not include > your customizations? I am an idiot. I debugged my

[Solved sort of ] (was: org table how to «convert» column formula into row formula)

2023-09-30 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following table > | name | pos | rango | weight | > |--+-+---+| > | | 23 | 329 |307 | > | | 71 | 329 |259 | > | | 77 | 333 |257 | > | | 58 | 333 |276 | > | | 45 | 329 |

[SOLVED] Re: [QUESTION] Hope to improve the `org-set-font-lock-defaults` performance by lazy and limit to current visible area

2023-05-25 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I'm the developer of Org mode package "org-link-beautify" >> https://repo.or.cz/org-link-beautify.git . The package main theory >> is to use org-link-parameters `:activate-func` to do link file preview >> with generating thumbnail ima

[SOLVED] Re: How to change working directory in ob-matlab source block?

2023-04-12 Thread Christopher M. Miles
stardiviner writes: > Is there friend know Emacs Org mode and Matlab here? > > I try to save Matlab plot into image file in another path instead of current > working directory. Like > bellowing code: > > #+headers: :var cwd=(expand-file-name "data/images/" (file-name-directory > (buffer-file-n

Re: [SOLVED] Re: [FEATURE request] hope `org-agenda-custom-commands` can support propertiezed-text.

2023-03-07 Thread General discussions about Org-mode.
stardiviner writes: > [...] >> Does `("c" ,(format ...) ...) work? > > This macro-style expanded string works. I'm curious why have to be expanded? The reason is that org does not expect to run arbitrary sexp (in your case, the (format ...) expression); instead with the backtick and unquote,

[SOLVED] Re: [FEATURE request] hope `org-agenda-custom-commands` can support propertiezed-text.

2023-03-07 Thread stardiviner
[stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Tue, Mar 7, 2023 at 9:59 PM Ihor Radchenko wrote: > stardiviner wr

[SOLVED] (was: how to export to latex with $ constructs rcsinfo)

2023-01-26 Thread Uwe Brauer
> Uwe Brauer writes: > Then just use #+begin_export latex construct Thanks! That solved the problem -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I

[SOLVED] Re: [CLOSED] text-property displayed image has a center-line when the text face has underline attribute

2022-10-19 Thread Christopher M. Miles
d info about `:ascent'. Today (which is after some days) I review this problem and searched the `:ascent' in emacs info manual, found this property explanation. I set it to `:ascent 100` solved the problem. Now the baseline is at the bottom of image. Thanks a lot for pointing it

Solved: Break lines in Query replace. Help.

2022-10-08 Thread Ypo
Working! Thanks, Tomas ^^ By the way, I can't see ~^J~ in my document. Is there a way to see it? Using ~whitespace-mode~ doesn't work for that. Best regards El 08/10/2022 a las 15:03, to...@tuxteam.de escribió: On Sat, Oct 08, 2022 at 01:19:28PM +0200, Ypo wrote: I want to make a "query re

[Solved] was: [BUG] babel R src block with :results output hangs [9.5.2 (9.5.2 @ /usr/share/emacs/site-lisp/elpa/org-9.5.2/)]

2022-10-06 Thread JM Nunes
Dear you, I continued looking for information to understand the bug and come across another bug that lead me to update my ESS package and that solved the problem. Thank you anywayy. Kind regards, On 05/10/2022 23.47, JM Nunes wrote: Source blocks with header arg ':results o

[PATCH] Re: [SOLVED] Re: [QUESTION] How to specific image size attributes under headline scope?

2022-09-11 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >>> When I put it on beginning of org document, then preview inline images, but >>> those global attributes >>> not affected. The inline images still display in actual image size. I want >>> to specify image size >>> under headline pro

Re: [SOLVED] Re: [QUESTION] How to specific image size attributes under headline scope?

2022-09-11 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> When I put it on beginning of org document, then preview inline images, but >> those global attributes >> not affected. The inline images still display in actual image size. I want >> to specify image size >> under headline properties. Is it possible to do this

[SOLVED] Re: [QUESTION] How to specific image size attributes under headline scope?

2022-09-10 Thread Christopher M. Miles
"Christopher M. Miles" writes: > [[PGP Signed Part:Undecided]] > There is attributes setting above image link to specify image inline preview > size. Like this: > > #+begin_src org > ,#+ATTR_ORG: :width 500 > ,#+ATTR_LATEX: :width 5.0in > ,#+ATTR_HTML: :width 500px > [[file:kk/88320740_p0.jpg]]

[SOLVED] Re: [QUESTION] How to specific image size attributes under headline scope?

2022-09-10 Thread Christopher M. Miles
"Christopher M. Miles" writes: > [[PGP Signed Part:Undecided]] > There is attributes setting above image link to specify image inline preview > size. Like this: > > #+begin_src org > ,#+ATTR_ORG: :width 500 > ,#+ATTR_LATEX: :width 5.0in > ,#+ATTR_HTML: :width 500px > [[file:kk/88320740_p0.jpg]]

[SOLVED] Re: ?bug in org-fold-core

2022-08-05 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >>> I am not sure if I understand what you mean. Can you explain in more >>> details? >> >> Sure. This is one entry where 'org-lint' shows as '533 Link to non-existent >> local file ":~/path/to/di

Re: [SOLVED] Re: Something has happened such that I can't export to latex

2022-07-31 Thread Robert Pluim
> On Sat, 30 Jul 2022 08:25:46 +0100, Sharon Kimble > said: Sharon> === Sharon> /autogen.sh Sharon> /configure Sharon> make bootstrap Sharon> make Sharon> === Sharon> And I suspect that the lone 'make' caused the problems, but I haven't done a test build to t

[SOLVED] Re: Something has happened such that I can't export to latex

2022-07-30 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >> foo$ git pull >> - From https://git.savannah.gnu.org/git/emacs/org-mode >>5be0c709b3..d37c0ee5fa main -> origin/main >> Updating 5be0c709b3..d37c0ee5fa >> Fast-forward >> lisp/org.el

[SOLVED: src not comment] (was: the comment environment does not work for checkboxes)

2022-07-29 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> #+BEGIN_COMMENT >> WAIT Computer >> :PROPERTIES: >> :Nr: 4 >> :Comp1:[X] >> :Comp2:[X] >> :END: >> #+END_COMMENT >> Does not. Any idea why? > In a block, you must escape * as ,* — open the environment with C

[SOLVED] (was: count TODO in columnview)

2022-07-27 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I can count checkboxes but not TODOS in columnview it seems. > Here is an example > #+begin_src According to https://orgmode.org/manual/Breaking-Down-Tasks.html a simple [/] is enough, and indeed it is: * Everything [/] Which indeed it is After add

[SOLVED] (was: toggle a checkbox in a property)

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbox does not work for these sort of checkboxes. > The [ ] <> [X] is hardcoded. > Bu

[SOLVED] (was: exporting timestamps to html, day of the week is not exported.)

2022-07-15 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I only now realized that the day of the week of week in a org timestamp > is not exported. (let ((org-time-stamp-custom-formats '("<%A, %B %d, %Y>" . "<%A, %B %d, %Y %H:%M>")) (org-display-custom-times 't)) (org-html-export-to-html))

[SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > When using org-ref-helm-insert-cite-link I would like to insert the > urls, as in this example > @Misc{Author, > author = {Author}, > title= {Global existence of a nonlinear wave equation} > howpublished = {accepted for publication in Jo

[SOLVED] (was: org-ref-insert-link: insert formatted entry: but mark several entries)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > While using org-ref-insert-link, I obtain a list of possible entries > (which I would like to inserted via F7 as formatted citations) > That works well for one entry, but how can I mark several of these? C-space is the solution smime.p7s Description: S

Re: [SOLVED, but ]

2022-05-23 Thread Eric S Fraga
On Sunday, 22 May 2022 at 08:57, Uwe Brauer wrote: > 1. org-table-recalculate-buffer-tables > 2. org-table-iterate-buffer-tables > Can anybody please enlighten me? My understanding is: the first will be suitable if there is a simple one-way transfer of data and the tables are in an order t

[SOLVED, but ] (was: how to update remote calls?)

2022-05-22 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following example It seems that either 1. org-table-recalculate-buffer-tables 2. org-table-iterate-buffer-tables Does the job, the docstring of both function does clarify the difference between both. Can anybody please enlighten me?

[SOLVED] (was: problems with remote (in table) and (org-id-locations-save))

2022-05-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have a strange problem. Till recently the following worked > File x.org > , > | > | * Table > | :PROPERTIES: > | :ID: test-table > | :END: > | > | | Nombres || > | |-+| > | | User4 | 10 | > | | User5 || > | | User6 |

Fwd: solved: how to exclude several single dates from a diary block (was: how to exclude several single dates from a diary block)

2022-04-24 Thread Rainer Thiel
Thank you very much, indeed, Ihor. diary-date was exactly the function I was looking for. Please allow me to report that in the meantime I have found a method that seems to suit my personal needs even better. You can use <%%(org-class 2022 04 11 2022 07 15 4 21 26)> to set every Thursday (4) i

[SOLVED] Re: How can I get capture-link to stop bugging me about mairix?

2022-04-06 Thread Tory S. Anderson
web...@toryanderson.com (Tory S. Anderson) writes: > I upgraded orgmode recently and added org-contrib to my loading. I'm not sure > if that's related or not, but suddenly, when I invoke org-capture on a Gnus > message (which used to happen seamlessly) suddenly I am getting the following > sele

[SOLVED] (was: [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)])

2022-02-05 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Running a more or less recent master commit of org-mode and GNU emacs >> when loading the ol-gnus file I receive the following error >> >> >> Debugger entered--Lisp error: (void-variable file) >> (load file "/home/oub/emacs/site-lisp/p

[Solved] (was: change the fontsize when exporting to HTML, header not really changed)

2022-01-20 Thread Uwe Brauer
>>> "T" == Timothy writes: Hi Timothy > Hi Uwe, >> | #+HTML_HEAD_EXTRA: *{font-size: 108%;} >> >> Now some text is changed as expected the text in the header not really. >> >> Any idea what would be a more appropriate setting? > Try changing the body font size. This /should/ change everythi

[SOLVED] Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-11 Thread Christopher M. Miles
sion "29")" to "t". >> >> I used this method, found the problem is gone. > > Thanks! So much for the idea of byte-compiling the function. > Should be fixed upstream now. > > Best, > Ihor Confirmed problem solved. -- [ stardiviner ]

[SOLVED] Re: How to auto insert inline image link for org-plot/gnuplot result plot?

2022-01-02 Thread stardiviner
I write an advice for this. #+begin_src emacs-lisp ;; `org-plot/gnuplot' advice of auto insert org gnuplot result image file. (advice-add 'org-plot/gnuplot :around #'org-plot/gnuplot-insert-org-image-link) (defun org-plot/gnuplot-insert-org-image-link (origin-func &rest args) "Auto insert

[SOLVED] Re: [BUG] ob-python :results value pp does not working

2022-01-01 Thread Christopher M. Miles
would be very > welcome. > > In addition, this is also mentioned in the Org manual on return values > in Org babel, "Results of Evaluation": > > For languages like Python, an explicit ‘return’ statement is > mandatory when using ‘:results value’. I see,

[SOLVED] (was: (ledger?) The fair Christmas problem: splitting expenses automatically)

2021-12-30 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am not sure whether this is the right place to ask this, but anyhow. > Suppose two friends want to buy Christmas presents, but when they have > finished, they want to have spent the same amount of money. If they > don't a compensation must be transferre

Re: [SOLVED]

2021-12-29 Thread Ihor Radchenko
Uwe Brauer writes: > So if I understand you correctly. I do load my org package too late for > org-real? I think so. My speculation: If the newest Org is not yet in load-path when you load org-real, org-real's (require 'org) will pull-in built-in version of org-compat. Later, when load-path po

Re: [SOLVED]

2021-12-29 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Hmm. I suspect that org-real might not be the problem by itself. >>> Rather you may load it too early and pull-in built-in org. >> >> Well I don't load anything, that is all done by the package system. > I was just guessing. But do yo

Re: [SOLVED]

2021-12-28 Thread Ihor Radchenko
Uwe Brauer writes: >> Hmm. I suspect that org-real might not be the problem by itself. Rather >> you may load it too early and pull-in built-in org. > > Well I don't load anything, that is all done by the package system. I was just guessing. But do you really have init.el with no requires? Best

Re: [SOLVED]

2021-12-28 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I found the culprit, the recently installed org-real pkg. >> >> I uninstalled it and everything was back to normally. > Hmm. I suspect that org-real might not be the problem by itself. Rather > you may load it too early and pull-in bui

Re: [SOLVED] (was: [BUG] org-persist [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)])

2021-12-28 Thread Ihor Radchenko
Uwe Brauer writes: > I found the culprit, the recently installed org-real pkg. > > I uninstalled it and everything was back to normally. Hmm. I suspect that org-real might not be the problem by itself. Rather you may load it too early and pull-in built-in org. Best, Ihor

[SOLVED] (was: [BUG] org-persist [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)])

2021-12-28 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > In connection with my earlier bug report, here is the backtrace when starting > emacs > Debugger entered--Lisp error: (void-function org-file-name-concat) > (void-variable org-descriptive-links) > You should still send this bug report. I found the culprit, t

[SOLVED] Re: [BUG] error on org-element--cache-process-request when TAB indent region select properties drawer

2021-11-21 Thread Christopher M. Miles
x your issue without introducing other errors. > > Best, > Ihor Confirmed problem solved. -- [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F

Re: [SOLVED] (was: [downgrading to matlab 2019a and using 3.5 NOW does not work neither])

2021-11-15 Thread Max Nikulin
On 15/11/2021 20:31, Uwe Brauer wrote: Advice: don't try to upgrade python on a given Ubuntu distribution Anover advice: 1. Avoid unsupported versions of software (Ubuntu-16.04 has only payed support for more than a year) and localize its usage if there is no other way. * reinstall jup

[SOLVED] (was: [downgrading to matlab 2019a and using 3.5 NOW does not work neither])

2021-11-15 Thread Uwe Brauer
It was quite an ordeal, just in case someone runs into a similar problem. Advice: don't try to upgrade python on a given Ubuntu distribution * reinstall jupyter #+begin_src sudo dpkg --purge python3-ptyprocess sudo -H pip3 install --upgrade --force-reinstall --no-cache-dir jupyter sudo -

[SOLVED] Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-05 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> In the source code comment "FIXME" org-agenda always in frontend and popup >> buffer. I can't generate >> org-agenda in background then get the buffer content. >> >> Does anybody knows some tricky method for my code? > > Maybe wrap a

[SOLVED] Re: [BUG] kill-buffer invoked org-persistent-write-all-buffer caused Emacs long suspend

2021-10-28 Thread Christopher M. Miles
profiling again. > > Fixed (hopefully) on main via 1b2d06880. Please, restart emacs after > loading the latest Org (or call M-: (org-persist-gc) before testing. > > A bug introduced in 5ca866d08 caused cache index corruption. > org-persist-gc should fix the corrupted index. > &

[SOLVED] Re: [ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-27 Thread Christopher M. Miles
Thanks, confirmed solved. Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I applied your patch on the latest pulled org-mode source code. Still can't >> org-fill elements >> quickly when region select text contains org headlines, properti

[SOLVED] Re: [BUG] org-agenda generation missing some entries

2021-10-24 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> Confirmed after change from "28" to "29" solved the problem in your steps. >> >> I also tested this change on my current Emacs config. Also confirmed solved >> the prob

[mostly solved] Re: Unable to configure emacs 27.2 to use org 9.5

2021-10-19 Thread Detlef Steuer
Am Mon, 18 Oct 2021 22:28:42 + schrieb Juan Manuel Macías : > Hi Detlef, > > Detlef Steuer writes: > > > I have installed 9.5 with package-install in a clean emacs session, > > it is shown as installed, too, but whatever I try, my org-version is > > shown as 9.4.6, which is included in 27.2.

[SOLVED] Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 18:49, Joseph Vidal-Rosset a écrit : > I just did it. But the problem is always the same... :( I did it in a wrong way. I compiled emacs again, and it works now! Many thanks to all ! Bonne soirée ! Jo.

[SOLVED] (was: how to randomize (scample) regions in a an org buffer)

2021-10-06 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I need to replace private information in my org files, but only region wide. > I found > https://www.reddit.com/r/emacs/comments/6pc0ts/sanitize_buffer_by_replacing_words_with_random/ > Where two such functions are discussed, one is even for org files, >

[SOLVED] (was: how to pull from the git org repo)

2021-10-04 Thread Uwe Brauer
> The error message suggests otherwise. Can you access > that URL from your browser? I found out that using git://git.sv.gnu.org/emacs/org-mode.git Worked, problem solved for me thanks smime.p7s Description: S/MIME cryptographic signature

[checkbox in tables] (was: [SOLVED])

2021-09-30 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 29/09/2021 11:07, Timothy wrote: >> >>> Any idea how to export checkboxes to odt? >>> I mean not just simply having [ ] in the odt document but having them >>> translated as actual boxes. >>> >>> Either using latex ⊠ >>> or UTF8 ☒ >> I’m wondering, would

Re: [SOLVED] (was: how to export checkboxes to odt?)

2021-09-29 Thread Max Nikulin
On 29/09/2021 11:07, Timothy wrote: Any idea how to export checkboxes to odt? I mean not just simply having [ ] in the odt document but having them translated as actual boxes. Either using latex ⊠ or UTF8 ☒ I’m wondering, would this be worth adding to ox-odt? LibreOffice has some objec

Re: [SOLVED]

2021-09-28 Thread Uwe Brauer
>>> "T" == Timothy writes: > Hello, >>> Any idea how to export checkboxes to odt? >>> I mean not just simply having [ ] in the odt document but having them >>> translated as actual boxes. >> >> Either using latex ⊠ >> or UTF8 ☒ > I’m wondering, would this be worth adding to ox-odt? I think

Re: [SOLVED] (was: how to export checkboxes to odt?)

2021-09-28 Thread Timothy
Hello, >> Any idea how to export checkboxes to odt? >> I mean not just simply having [ ] in the odt document but having them >> translated as actual boxes. > > Either using latex ⊠ > or UTF8 ☒ I’m wondering, would this be worth adding to ox-odt? All the best, Timothy

[SOLVED] (was: how to export checkboxes to odt?)

2021-09-28 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Any idea how to export checkboxes to odt? > I mean not just simply having [ ] in the odt document but having them > translated as actual boxes. Either using latex $\boxtimes$ or UTF8 ☒ smime.p7s Description: S/MIME cryptographic signature

Re: bug#48199: 28.0.50; [POSSIBLY SOLVED] Org mode surprisingly usurps Calendar key binding

2021-08-27 Thread tomas
On Fri, Aug 27, 2021 at 08:42:22AM +0200, tomas wrote: > On Fri, Aug 27, 2021 at 05:37:40AM +0200, Lars Ingebrigtsen wrote: [...] > > I can't reproduce this with "emacs -Q", or after visiting etc/ORG-NEWS, > > with the current Emacs trunk. > > FWIW, I've seen that problem too, but it seems fixed

[SOLVED] Re: [QUESTION] Add advice on command org-add-note not working

2021-08-20 Thread stardiviner
Thanks Samuel, using `org-store-log-note’ indeed solved the problem. Great solution. > On Aug 20, 2021, at 4:45 PM, Samuel Loury wrote: > > "Christopher M. Miles" writes: > >> <#secure method=pgpmime mode=sign> > > Beware this did not actually s

[SOLVED] Re: Function for retrieving the link of an Org Mode buffer

2021-08-15 Thread Rodrigo Morales
On Sat, 14 Aug 2021 at 07:48, John Kitchin wrote: > I would probably do it like this: > Thanks for the help! I just found this question at Emacs SE: https://emacs.stackexchange.com/questions/38276 which asks this exact question. I'm mentioning it just in case someone has this question again. P.

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Fri, Jun 25, 2021 at 06:54:25AM +1000, Tim Cross wrote: [...] > My view is that if org-mode is stealing the calendar bindings by default > i.e. user has not enabled some specific option/configuration to do this, > then this is a bug [...] AFAIU, Stephen just gave his green light to Stephen's p

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Tim Cross
t 05:28:36PM +0200, to...@tuxteam.de wrote: >>> > >>> > [calendar insert-diary-entry doing funny things] >>> > >>> > OK, I solved it by setting `org-calendar-insert-diary-entry-key' to >>> > [106], which is a ?j. It was set to ?i, which hi

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 05:04:02PM +0200, Nicolas Goaziou wrote: > Hello, > > Stephen Berman writes: > > > Yeah, the next time Org is merged to the Emacs master branch, forcing me > > to first stash and then reapply my patch locally, I'll ask if anyone > > objects to the patch being committed to

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Nicolas Goaziou
Hello, Stephen Berman writes: > Yeah, the next time Org is merged to the Emacs master branch, forcing me > to first stash and then reapply my patch locally, I'll ask if anyone > objects to the patch being committed to master. Sure, go ahead. Regards, -- Nicolas Goaziou

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
> >> > [calendar insert-diary-entry doing funny things] >> > >> > OK, I solved it by setting `org-calendar-insert-diary-entry-key' to >> > [106], which is a ?j. It was set to ?i, which hijacked calendar's >> > original key map. >>

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: > On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > > > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > > > [calendar insert-diary-entry doing funny things] > > >

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > [calendar insert-diary-entry doing funny things] > > OK, I solved it by setting `org-calendar-insert-diary-entry-key' to > [106], which is

[SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-23 Thread tomas
On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: [calendar insert-diary-entry doing funny things] OK, I solved it by setting `org-calendar-insert-diary-entry-key' to [106], which is a ?j. It was set to ?i, which hijacked calendar's original key map. Now I still

[SOLVED] (was: some progress matlab-kernel, a python path problem?)

2021-06-22 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I would see if you can open a jupyter notebook and start a notebook with > the mat lab kernel. If not, it either isn’t installed, or maybe is > installed in a different jupyter. > If you get errors here, the issue is outside of org mode. For example, the > hyla

[SOLVED] (was: org-table-eval-formula for rows?)

2021-06-16 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I know it is perfectly possible to have org-table-eval-formula for > columns, however sometimes I have tables with very many columns that are > difficult to read and even org-table-toggle-column-width does not help. > That is why I would like to transpose

Solved: One habit malfunctioning

2021-06-15 Thread Ypo
Solved: It was a problem with the LOGBOOK. There were 2 days for the same week, instead of 1. Sorry I didn't show the whole LOGBOOK in the previous message. - State "HECHO"  from ""   [2021-04-07 mi. 09:02] - State "HECHO"  from ""   [2021-04-06 ma. 10:14] Best regards

SOLVED: Could habits appear in the correspondent hour in org-agenda?

2021-05-30 Thread Ypo
It works, thanks! El 30/05/2021 a las 6:04, Ihor Radchenko escribió: Ypo writes: Hi! Thanks for answering. It was just a thought. Habits appear like this (not sure how images can be attached in the mail list): borrar-1 I thought it would be interesting to have the option to show them like t

[SOLVED] (was: BUG? Frequency table does not work any more.)

2021-05-16 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am currently running 9.4.5, well actually a version compiled from git > master, that I upgraded a couple of weeks ago. > Commit is e641d3736036732e7642807146a97b0876cb8b83 My bad, I deleted an important information in the table, everything works as expe

SOLVED: Problems while trying to load feature

2021-03-16 Thread Ypo
Thanks, Nick. SOLVED :-) El 15/03/2021 a las 17:00, emacs-orgmode-requ...@gnu.org escribió: Message: 30 Date: Mon, 15 Mar 2021 11:15:29 -0400 From: Nick Dokos To:emacs-orgmode@gnu.org Subject: Re: Problems while trying to load feature Message-ID:<878s6o8n3i@alphaville.usersys.redhat.

[SOLVED] Re: [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links

2021-02-05 Thread Christopher Miles
<#secure method=pgpmime mode=sign> Problem solved by adding an condition to detect current mode whether it is org-agenda-mode. -- [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/ IRC(fr

Re: advanced search for patterns [SOLVED]

2021-01-06 Thread Samuel Wales
you're welcome. things like (setq org-agenda-search-view-always-boolean t) (setq org-agenda-search-view-force-full-words t) in manual. On 1/6/21, HJ wrote: > >  Yes Samuel! This does work! Thank you! ( Although I haven't figured > out yet which variable(s) you might be referring to ... ) > >  

Re: advanced search for patterns [SOLVED]

2021-01-06 Thread HJ
 Yes Samuel! This does work! Thank you! ( Although I haven't figured out yet which variable(s) you might be referring to ... )  - HJ On 1/4/21 11:38 PM, Samuel Wales wrote: correction: *{pat1} {pat2} {pat3} -{pat4} should do the trick iiuc and if you have the varialbe setc.

Re: batch export: org-babel-execute:shell undefined? (SOLVED)

2020-12-31 Thread Greg Minshall
apologies. (org-babel-do-load-languages) (rtfm!) is what i was lacking. (progn (org-babel-do-load-languages 'org-babel-load-languages '((shell . t))

[solved] Re: When will 9.4 be on orgmode/elpa ?

2020-09-21 Thread Detlef Steuer
Just to close the thread: The update to 9.4 resolved at least my issue. Thx! Detlef Am Fri, 18 Sep 2020 08:57:15 +0200 schrieb Detlef Steuer : > Hi all, > > I use https://orgmode.org/elpa/ org-plus-contrib to stay uptodate with > org. > > As it seems GNU elpa has org-9.4. > > Normally I woul

[solved it] (was: org-time-stamp in German or Spanish or....)

2020-09-06 Thread Uwe Brauer
>>> "SN" == Stefan Nobis writes: > Uwe Brauer writes: >> But it still inserts <2020-09-06 Sun> > What's the value of `system-time-locale'? I found that I had to re-run sudo locale-gen de_DE.UTF-8 sudo dpkg-reconfigure locales Then it worked as expected. Thanks! <2020-09-06 So>

Re: [SOLVED] Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link

2020-08-22 Thread Lars Ingebrigtsen
"numbch...@gmail.com" writes: > Thanks Lars. I will wait for new update in Emacs source code, then re-compile > Emacs. The fix has been pushed already. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no

[SOLVED] Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link

2020-08-22 Thread numbch...@gmail.com
Thanks Lars. I will wait for new update in Emacs source code, then re-compile Emacs. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner

[SOLVED] Re: [BUG] The latest commit "f4687993c53a5339e" caused inline image preview try to convert PDF file link

2020-08-17 Thread numbch...@gmail.com
Aha, I checkout that commit again, indeed, pdf exist before. Weird, When I revert this commit. The issue is gone. This is weird. Do you have same problem? Hmm, I tried to pull again, Now with the latest commit. The problem is gone. I guess I must messed something up when I debug org-link-beautify.

[SOLVED] Re: [Discuss] separate (recenter window-line) out of org-agenda-redo

2020-07-30 Thread numbch...@gmail.com
This is very useful, thanks Marco. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Wed, Jul 29, 2020 at 4:21 AM Mar

[SOLVED] (was: join tables columnwise columnames are ignored)

2020-07-14 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Consider please the following to tables > #+begin_src > ,#+TBLNAME: test3 > | Email | State| > |-+--| > | us...@gmail.com | Sent | > | us...@gmail.com | not sent | > ,#+TBLNAME: test4 > | Email | Sta

[SOLVED] Re: [BUG] org-fill-paragraph [M-q] not apply on last paragraph

2020-07-07 Thread stardiviner
stardiviner writes: > After recently (about weeks) update in Org Mode "master" branch. I found [M-q] > org-fill-paragraph command not apply on the last paragraph of region select > large part of text. I don't have this problem before. > > And I confirmed this problem with minimal Emacs config w

Re: [SOLVED] Q: placement of initialization for org-time-stamp-formats

2020-07-06 Thread hj-orgmode-1
On 7/3/20 3:51 PM, Robert Pluim wrote: On Fri, 3 Jul 2020 15:18:40 +0200, hj-orgmod...@hj.proberto.com said: hj-orgmode-1>  Hello again. hj-orgmode-1>  After a lot of searching and trying, I finally figured one thing that hj-orgmode-1> seems to work: ( I am no lisp programmer,

SOLVED: Exporting HTML on save

2020-07-03 Thread Russell Adams
I ran into a situation with a simple file where I wanted it to be exported to html every time I saved. After some troubleshooting and IRC help I was able to get a header/file local variable to work. Posting here for others to save time! Place this at the top of your .org file: # -*- eval: (add-ho

[SOLVED] Re: How to defint functions for other org link parameters like :face :display etc?

2020-05-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Kitchin writes: > Here is a real minimal example: > > #+BEGIN_SRC emacs-lisp > (defun a-func (start end path bracketp) > (let ((d (concat "@" path))) > (set-text-properties start end `(display ,d > > > (org-link-set-parameters "alin

Re: [Solved]: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-18 Thread Nicolas Goaziou
Hello, silipwn writes: > On removing the variable, it works fine. The GPG configuration directly > takes my mail address to get the key. The other issue was I also had > a revoked key with the same email, that > might have been causing an error, mentioned in the earlier mail. While trying to un

Re: [Solved]: Bug: org-encrypt-entry fails [9.4 (nil @ /home/silipwn/.emacs.d/.local/straight/build/org-mode/)]

2020-05-15 Thread silipwn
Hello, On 15.05.2020 21:17, Nicolas Goaziou wrote: This is not a valid value: `org-crypt-key' must be a string. On removing the variable, it works fine. The GPG configuration directly takes my mail address to get the key. The other issue was I also had a revoked key with the same email, that

[SOLVED] Re: Babel cached result active timestamps cause headline displayed in Org Agenda

2020-05-13 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I agree, this angle brackets is unnecessary. > > OK. Thank you for the feedback. > > #+RESULTS[2020-05-12 13:24:05 808b...]: > > is not possible, because > > [2020-05-12 13:24:05

[SOLVED] Re: org-set-tags function will overwrite original tags when use it pragmatically

2020-04-25 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I use function ~org-set-tags~ pragmatically like this: > > [...] > >> But I found a problem, it will overwrite original tags. It's not appending >> method. > > Well, it is expected ac

Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines

2020-04-19 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I thought intuitively that property drawers "mostly expanded" and regular >> drawers like :LOGBOOK: drawer "mostly folded". > > There is no such thing as ":LOGBOOK:" drawers. There are

Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines

2020-04-19 Thread Nicolas Goaziou
Hello, stardiviner writes: > I thought intuitively that property drawers "mostly expanded" and regular > drawers like :LOGBOOK: drawer "mostly folded". There is no such thing as ":LOGBOOK:" drawers. There are property drawers, and regular drawers. "LOGBOOK" belongs to the latter. >> Another (b

Re: [SOLVED] Re: [PATCH] Show hidden drawers when org-cycle on headlines

2020-04-19 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> This sounds reasonable. (I deleted my patch on my local fork, I think your >> solution is better.) > > I pushed the changes. Now drawers folding is on par with blocks. You can > hide

  1   2   3   4   >