[BUG] updates.orgmode.org returns 502 Bad Gateway

2023-01-24 Thread emacs
x27;m not sure where else to report this. [1]: https://orgmode.org/Changes.html ---- Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw3d scroll bars) Package: Org mode version N/

[BUG] HTML export locale problem [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-08-23 Thread emacs
Hello everyone, Today I was exporting my org file to HTML and I have run into an issue with #+LANGUAGE. I have set it to to "pl" and the Table of Contents name has changed, but the figure names did not. Can somebody guide me on how could I fix it? Kind regards Emacs U

Help me contribute to org

2023-09-07 Thread emacs
To whom it may concern, I would like to contribute to org-mode but I have no experience with git. I would like to start with something small - adding translations for my language. Could somebody please guide? Kind regards signature.asc Description: PGP signature

Re: Help me contribute to org

2023-09-09 Thread emacs
gt; > language. > > > > Could somebody please guide? > > > The easiest way would be: > > 1. Download Org mode source code from command line: > > git clone https://git.savannah.gnu.org/cgit/emacs/org-mode.git > > This will create "org-mode"

[Orgmode] [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-12 Thread emacs-orgmode
table todo-table)) + (let* ((table (sort table (lambda (a b) (string< (car a) (car b) +(fulltable (append table todo-table)) (maxlen (apply 'max (mapcar (lambda (x) (if (stringp (car x)) (string-width (car

[Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-17 Thread emacs-orgmode
; body) "" "\n") "#+END_EXAMPLE\n") Don't forget to change accordingly org-export-blocks. But that leads me to a question. I use (setq org-export-latex-image-default-option "") in my .emacs. But, as it might not be convenient for everyone, I w

[Orgmode] C-k makes entries disappear in agenda view

2009-05-23 Thread emacs-orgmode
able to reproduce this ? -- Nicolas Goaziou _______ 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] C-k makes entries disappear in agenda view

2009-05-24 Thread emacs-orgmode
Goaziou ___ 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

[Orgmode] Cycling visibility of blocks

2009-05-24 Thread emacs-orgmode
have those big BEGIN_SRC getting in the way. Thanks. -- Nicolas Goaziou ___ 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] Cycling visibility of blocks

2009-05-24 Thread emacs-orgmode
ank you. > Maybe this would make sense for all org blocks, not just src blocks? Sure, begin_src was just an example. It can be very useful in so many cases. -- Nicolas Goaziou ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

Re: [Orgmode] C-k makes entries disappear in agenda view

2009-05-25 Thread emacs-orgmode
Carsten Dominik writes: > Fixed, thanks, please verify. It works now. No more entries disappearing without notice. -- Nicolas Goaziou ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

C-c $ missing?

2022-08-18 Thread Summer Emacs
d to just use C-c $ and it worked. Did something change with an update? (I think it was C-c $ or maybe C-x $? Sometimes I get the two confused) -- Summer, Sent from MU4E in Emacs, Because I'm becoming a NEWBIE at this!

Re: C-c $ missing?

2022-08-18 Thread Summer Emacs
Matt @ 2022-08-18 19:19 : > On Thu, 18 Aug 2022 12:46:23 -0400 Summer Emacs wrote --- > > > > Hi everyone, first time posting. I hope it's okay to ask this here (I'm > > totally new): > > Welcome! ty! 🙃 > > Since this morning (I upda

Re: C-c $ missing?

2022-08-18 Thread Summer Emacs
Mark Barton @ 2022-08-18 23:37 : > [... 5 lines elided] > On my Emacs setup C-c $ is mapped to flyspell-correct-word-before-point, but > C-h b shows that it is bound to org-archive-subtree. > Did you recently enable spellcheck in org mode? Aha! that must be it because I enab

Re: C-c $ missing?

2022-08-19 Thread Summer Emacs
headline to archive that subtree. I use speed keys daily to > clock-in to a task and to refile a task into one of my project subtrees. tysvm! 🙃 I had no idea that existed and I will be reading about it pretty soon. I just pulled up some web pages about it and will read them this evening. -- Sum

Re: Updating Emacs

2022-08-22 Thread Summer Emacs
Gerardo Moro @ 2022-08-22 13:31 : > Dear all, Hi! 🙃 > I currently use Emacs 27.2 (9.0) and need to update to the last version. > No idea how my current Emacs was installed on my Mac. You probably installed it via brew. https://brew.sh > In case this helps, when I do

Possible File Saving Bug with [/]?

2023-09-05 Thread Summer Emacs
Hi! I’m not sure if this is a bug or not, but after hunting down the problem for an hour (and finding it), I felt that I needed to report this just in case. I have a .org file which is just a list of Emacs commands I like to keep handy to refer to (navigation, selection, commands in some modes

Addendum

2023-09-05 Thread Summer Emacs
trying to resolve it? Hence the port number etc… I’m not certain. I just wanted to mention that before anyone piles on me for not recognising that fact. 🙃 Summer Emacs

Re: Possible File Saving Bug with [/]?

2023-09-07 Thread Summer Emacs
Hi! Sorry for the delay in replies. I was super busy yesterday, last night, and this morning. Ok! Let’s get to it: 1) I’m not going to reproduce the bug because it’s super annoying for me to try to get rid of because I have to kill extra buffers to do it, restart emacs, fix the git repo etc

Re: Possible File Saving Bug with [/]?

2023-09-07 Thread Summer Emacs
> On Sep 7, 2023, at 12:49, Ihor Radchenko wrote: > > Summer Emacs writes: > >> 3) In one of the headers, it looked something like this: >> * C-c C-c on [/] to update done items in todo list. >> >> That [/] just like that was creating a backup file on

Re: [ANN] Emergency bugfix release: Org mode 9.7.5

2024-06-22 Thread emacs-orgmode
Ihor Radchenko writes: I just released Org mode 9.7.5 that fixes a critical vulnerability. The release is coordinated with emergency Emacs 29.4 release. Thanks for the release and the anouncement. Will a CVE be released? I am interested if there are mitigating factors such as using `emacs

[BUG] rx range error when editing Python buffer [9.7.29 (9.7.29-79781b @ /home/dan/.emacs.d/elpa/org-9.7.29/)]

2025-05-06 Thread emacs-org
list. Hello -- Emacs / Org told me to use M-x org-submit-bug-report and I am dutifully obeying. :) I was editing some Python code and did...something...and got the error below. Sadly, I did too many things and view-lossage doesn't have the particular keybinding I mus

[BUG] Typo in docs (creating timestamps) [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-05-21 Thread emacs-orgmode
Hi, I am reading https://orgmode.org/manual/Creating-Timestamps.html Quote: > When called with a prefix argument, use the alternative format which > contains date and time. The default time can be rounded to multiples > of 5 minutes. See the option org-timestamp-rounding-minutes. The correct n

[O] Inject value of macro into code using a variable

2019-10-15 Thread wlharvey4 via Emacs-orgmode
Is it possible to inject the value of a macro into code using a variable? I set a macro called ‘version’ with a version number at the top of my .org file. I would like to do something like this: #+macro:version Version 0.2.5 #+name:code-name #+begin_src js :tangle some-file.js :var ver={{{vers

[O] Bug: `#+OPTIONS: <:nil' has no effect when exporting to LaTeX [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-08-13 Thread Jakob Rosenblattl via Emacs-orgmode
When I export to LaTeX, the created LaTeX file contains \date{\today}. However, I don't want it to show the date. Using #+OPTIONS: date:nil the LaTeX result will contain \date{} instead, which indeed hides the date, but now there's empty space in place of the date when compiled to a PDF document,

[O] bug: org-table-convert-region-max-lines causes a "Code block produced nop output"

2019-08-20 Thread Charles Millar via Emacs-orgmode
dified my init.el file to include (setq org-table-convert-region-max-lines 2) closed emacs, etc. (load-file init.el did not change the default 999 to 2) When I C-c C-c'ed the code block again the process hung. I confirmed that org-table-convert-region-max-lines was set to 2. I

Re: [O] bug: org-table-convert-region-max-lines causes a "Code block produced nop output"

2019-08-20 Thread Charles Millar via Emacs-orgmode
A follow up On 8/20/19 9:32 AM, Charles Millar via Emacs-orgmode wrote: In an org file I have a source code block to convert entries into and generate a recutils file #+begin_src sh?? :file SomeFile.rec cat << EOF # -*- mode: rec -*- Begin recutils file Approximately 770 reco

[O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-22 Thread Charles Millar via Emacs-orgmode
Org mode version 9.2.5 (release_9.2.5-494-g4848b8 @ /usr/local/share/org-mode/lisp/) GNU Emacs 27.0.50 (build 59, x86_64-pc-linux-gnu, GTK+ Version 3.24.10) of 2019-08-22 ECM #+begin_src sh :file test.rec cat << EOF # -*- mode: rec -*- %rec: somerecord Account: something Amount

Re: [O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-23 Thread Charles Millar via Emacs-orgmode
On 8/23/19 4:15 AM, Nicolas Goaziou wrote: Hello, Charles Millar via Emacs-orgmode writes: #+begin_src sh :file test.rec cat << EOF # -*- mode: rec -*- %rec: somerecord Account: something Amount: 0.00 end of file EOF #+end_src I expect that when I execute the above code bloc

Re: [O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-24 Thread Charles Millar via Emacs-orgmode
Nicolas Goaziou writes: It changed between Org 9.2 and Org 9.3, for every language. There is an ORG-NEWS entry about it, namely: *** ~:file~ header argument no longer assume "file" ~:results~ Thank you. I read that entry and others concerning ;file prior to posting and it did not penet

[O] add names to org-babel-header-arg-names

2019-09-06 Thread Charles Millar via Emacs-orgmode
Hi, To avoid errors while running org-lint in an org file with many recutils source blocks I have added the following to my init.el file (setq recutils-babel-header-arg-names '(data type fields join sort groupby)) ;; cmdline already included in org-babel-header-arg-names so not part of abov