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
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
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
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
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
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: 0.00
e
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
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 records in recutils format each with about 20 entries;
over 17,000 lines including line
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,
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
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.
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
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
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
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
looking like a bug to report.
Sometimes, when I hit C-k in agenda view, it kills me 2 lines instead of
the one I am currently on. I can tell that kill-whole-line has nothing
to do with that. It scares me so much that I have to TAB first while in
agenda view in order to kill the item I want to make d
16 matches
Mail list logo