"Christopher M. Miles" writes:
> I bellowing example:
>
> #+begin_src org
> ,#+NAME: ob-clojure-table-test
> | a | b | c |
> |---+---+---|
> | 1 | 2 | 3 |
>
> ,#+NAME: ob-clojure-table-test-2
> | a | b | c |
> |---+---+---|
> | 1 | 2 | 3 |
>
> ,#+begin_src clojure :var kk=ob-clojure-table-test :v
Richard Walker writes:
> A follow-up to the changes made to org-datetree-insert-line
> in September 2020.
>
> The definition now begins:
>
> (defun org-datetree-insert-line (year &optional month day text)
> (delete-region (save-excursion (skip-chars-backward " \t\n") (point))
> (point))
> (w
"Christopher M. Miles" writes:
> I have following Clojure source block:
>
> #+begin_src clojure
> (re-find #"\d+" "I've just finished reading Fahrenheit 451");; => "451"
> (re-find #"Bees" "Beads aren't cheap.");; => nil
> #+end_src
>
> When I press =[C-c C-c]= to evaluate source block, got error
Diego Rodriguez writes:
> Hello,
>
> I am customizing my org-mode installation but there is something that I
> don't understand.
>
> When I execute the following statement:
>
> ```
> (setq org-html-mathjax-template
>
> "
>
Uwe Brauer writes:
> Hi
>
> I run a relative recent GNU Emacs and org master, however please
> consider the following example:
>
> When exporting to html or odt (using dvipng in both cases) the first set
> of equations in the source block are ignored.
>
> Can somebody please confirm this, and te
On 26/10/2022 13:22, Samuel Wales wrote:
i have the daemon and the binary but notify-send "summary" "text"
seems to do nothing obvious. called from shell mode. my emacs is
maximized. so is firefox.
Does notify-send complain (with some delay) concerning timeout during
attempt to connect to d
* Dr. Arne Babenhauserheide [2022-10-26 01:02]:
> All of the Emacs packages have some amount of implicit trust.
Users are unaware what package may do, and packages are everywhere on
Internet. That is not a problem that I wish to solve.
> If you ask me whether I can make this work safely: This wo
Chris Findeisen writes:
> To reproduce this:
> 1. Load the repro emacs settings.
> 2. Scroll down in a buffer, such that top of buffer is not visible on
> screen.
> 3. Create an emphasized word at the beginning of the 2nd visual-line in a
> visually-wrapped line.
> 4. Move your point to the start
Forgot this attached file, so you can see how easy it is to customize
Iceweasel to open Org files, it works well.
Org files are native to Emacs, I wish to open Org files by using EWW.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richar
i called notify-send from the cli in emacs shell mode running bash,
with emacs maximized as most of my apps are.
in fluxbox terminology at least, maximized means takes up the whole
screen. fullscreen would mean occupies the top.
no text result and no gui result from notify-send.
can dunst go aw
* Stefan Kangas [2022-10-26 09:08]:
> Ihor Radchenko writes:
>
> > The "problem" with shell links you are describing is a question of
> > setting variables and is also disabled by default.
> >
> > eww-mode, when loading Org page, could simply set
> > org-link-shell-confirm-function to its defaul
* Ag Ibragimov [2022-10-26 01:13]:
> Can't you just use one of hooks (e.g., eww-after-render-hook) where you
> inspect the URL and if it's .org, just change the mode?
>
> This should be trivial to do, I think.
I need to inspect content type. Not extension.
My WWW file may be of HTML content typ
* Ihor Radchenko [2022-10-26 09:52]:
> Strictly speaking, even eww-mode may run arbitrary code given that user
> puts something into eww-mode-hook.
eww-mode-hook is a variable defined in ‘eww.el’.
Its value is (org-eww-extend-eww-keymap)
Please help me recognize content type by using eww-mode-h
On 26/10/2022 15:07, Samuel Wales wrote:
can dunst go away after a short period?
I have never tried it. Unsure if it has enough configuration options.
Does it mean that you get notification displayed? Have you tried?
notify-send --expire-time 2000 ...
i launch dbus manually as fluxbox
Dear Org users,
I just want to share a way to combine Tikz (LaTeX) with figures (svg,
png...). This may be needed to add elements (e.g. annotations) to your
figure. The figure may still be exported with other back-ends (without
annotations). If you know of a better way of doing this, please, l
Ihor Radchenko writes:
> Dominik Schrempf writes:
>
>> Syntax highlighting is not working, for example, with the following
>> snippet and code block:
>>
>> begin_snippet
>>
>> - An example of a function:
>>
>> #+begin_src haskell :exports code :results none
>> f :: a -> b
>> #+end_src
>>
On Wednesday, 26 Oct 2022 at 08:52, edgar wrote:
> I just want to share a way to combine Tikz (LaTeX) with figures (svg,
> png...).
I wonder if, instead of a new LaTeX command you create a new environment
which you can then invoke using org special blocks? For instance,
#+begin_BoundingBox
#+at
Ihor Radchenko writes:
> Can someone with scheme installed try to reproduce on the latest main?
With
- GNU Emacs 29 (Git 55eabe96c9)
- Org 9.6-pre (Git 2f5e7103e)
- Geiser 20221016.2109
- Geiser Guile 20220922.52
given
#+name: mklst/define
#+begin_src scheme
(def
Jean Louis writes:
>> If you ask me whether I can make this work safely: This would first
>> require the introduction of a safe-org-mode which strictly disables all
>> features that can execute remote code or disguise unsafe operations as
>> safe ones. If a user then decides to explicitly call M
Ihor Radchenko writes:
> If necessary, we can introduce a special variable in Org mode that will
> disable all the potential third-party code evaluation, even if user has
> customized Org to execute code without prompt.
If that would be part of org-mode, this would be close to a
safe-org-mode.
Ihor,
Thank you for investigating, explaining, and also fixing the problem! I
pulled the latest 'main' and everything works a bit, it seems.
Then, to avoid walking in circles, I decided to write some tests, for I
think shell blocks should never, never, never break in such basic ways,
let alone i
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
* Dr. Arne Babenhauserheide [2022-10-26 14:58]:
> I may have misunderstood what you want.
>
> Do you want eww to open text/x-org files in org-mode by default, or do
> you search for a way how you can modify your local eww to open
> text/x-org files with org-mode?
>
> My worries apply to the firs
On Okt 26 2022, Jean Louis wrote:
> If there is way to extend EWW and Emacs in such way that I can tell
> EWW what to do on certain content type, just as I do with other
> browsers, that would solve the problem.
This is what browse-url-handlers is for.
--
Andreas Schwab, SUSE Labs, sch...@suse.
Jean Louis writes:
>> This should be trivial to do, I think.
+1 and I say: consider contributing to EWW!
I noticed that the EWW manual says
PDFs are viewed inline, by default, with doc-view-mode, but this can
be customized by using the mailcap (see mailcap in Emacs MIME Manual)
mechanism
Ihor Radchenko writes:
>> Note that with the suggested feature, any link you follow risks being
>> loaded in Org mode, before the user even has a chance to inspect the
>> file. Which Org features, currently existing or introduced in the
>> future, would EWW have to add workarounds for?
>
> That'
* Andreas Schwab [2022-10-26 15:48]:
> On Okt 26 2022, Jean Louis wrote:
>
> > If there is way to extend EWW and Emacs in such way that I can tell
> > EWW what to do on certain content type, just as I do with other
> > browsers, that would solve the problem.
>
> This is what browse-url-handlers
Rudolf Adamkovič writes:
> I pulled the latest 'main' and everything works a bit, it seems.
I meant to say "a bit better" not "a bit". :)
Rudy
--
"It is no paradox to say that in our most theoretical moods we may be
nearest to our most practical applications."
-- Alfred North Whitehead, 1861-1
On 25-10-2022 15:55, Juan Manuel Macías wrote:
Fraga, Eric writes:
I wonder if these devices are capable of exporting normal annotations in
plain text or xml?
The annotations are not text: they are vector data corresponding to the
movement of the stylus. You can extract that information (I h
* Rudolf Adamkovič via "Bug reports for GNU Emacs, the Swiss army knife of text
editors [2022-10-26 16:10]:
> So, I evaluated
>
> (add-to-list 'mailcap-mime-data
>(list "org"
> (cons 'viewer 'org-mode)
> (cons 'type "text/x-org")))
>
> but it
On Okt 26 2022, Jean Louis wrote:
> * Andreas Schwab [2022-10-26 15:48]:
>> On Okt 26 2022, Jean Louis wrote:
>>
>> > If there is way to extend EWW and Emacs in such way that I can tell
>> > EWW what to do on certain content type, just as I do with other
>> > browsers, that would solve the probl
El 2022-10-26 08:31, L.C. Karssen escribió:
> https://support.remarkable.com/s/article/Software-release-3-0-beta
No remarkable.com or support.remarkable.com web page is viewable without
activating Javascript.
* lisp/org-clock.el (org-clock-in-switch-to-state,
org-clock-out-switch-to-state): Allow
`org-clock-{in,out}-switch-to-state` to be an alist of
current/next-state pairs.
(org-clock-in, org-clock-out): Add logic to handle
`org-clock-{in,out}-switch-to-state` as alists.
---
lisp/org-clock.el | 60 +
* doc/org-manual.org (Clocking commands): Document operation of
org-clock-{in,out}-switch-to-state.
---
doc/org-manual.org | 25 +
1 file changed, 25 insertions(+)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ad584d7a5..95acf9170 100644
--- a/doc/org-manual.o
Dear All,
the attached patch improves the parsing and exporting of cite
prefixes, suffixes and locators -- the most noticeable change is
probably the support for formatted locators and of underlining in
general. Comments are welcome.
best wishes,
András
From 5bec7025f66eb65f13a701dc616aca244011
Hi Ihor,
Ihor Radchenko writes:
>> I have already signed the copyright assignment. (Though I used my
>> other email rudiwillalwayslove...@gmail.com when signing it.)
>
> Bastien, could you kindly check the FSF records?
Yes, I confirm the FSF record is here.
--
Bastien
Dear All,
On Tue, 25 Oct 2022 at 13:16, Ihor Radchenko wrote:
> Maybe file a bug report to citeproc repo?
I've ended up making the necessary changes in citeproc and also posted
a patch here which should enable formatting in locators. Marvin, I'd
appreciate it if you could test it.
best wishes,
On Wednesday, 26 Oct 2022 at 16:31, L.C. Karssen wrote:
> Another happy reMarkable user here. It looks like the upcoming v3.0 of
> the software will allow entering text via the on-screen keyboard.
Interesting. Thanks for the heads up on this. Some interesting
updates.
--
: Eric S Fraga, with o
On 26/10/2022 15:21, Jean Louis wrote:
(defun browse-safe-url (url &optional arg)
"Browse URL with b"
(let ((username "joedoe")) ;; different username than my own
;; Insecurity settings for personal DISPLAY only
(shell-command "xhost +")
;; Browse URL
* Andreas Schwab [2022-10-26 16:58]:
> On Okt 26 2022, Jean Louis wrote:
>
> > * Andreas Schwab [2022-10-26 15:48]:
> >> On Okt 26 2022, Jean Louis wrote:
> >>
> >> > If there is way to extend EWW and Emacs in such way that I can tell
> >> > EWW what to do on certain content type, just as I do
* Max Nikulin [2022-10-26 20:10]:
> If you were just requested mapping of Content-Type to some mode in
> eww, perhaps it would pass.
That is exactly what I need, thanks
> You demanded Org mode configured by default.
Hmm, that could be some misunderstanding. I have .mailcap file and I
know I can
From: Daniel Ziltener
* ob-tangle.el, ob-core.el, test-ob-tangle.el, org-manual.org: Add a
"strip-tangle" noweb option to strip the noweb tags when tangling, but
keep and expand them otherwise.
---
doc/org-manual.org | 6 ++
lisp/ob-core.el| 6 +++---
lisp/ob-ta
Hi Ihor,
Ihor Radchenko writes:
> I think :filter-final-output in :filters-alist will be more suitable.
> It is called at the very end and may set some let-bound value to be
> used in the ox-linuxmag-export-to-odt.
I'm not really sure what you mean with the last sentence. In my last
commit, I ma
On 26-10-2022 10:24, Jean Louis wrote:
* Ihor Radchenko [2022-10-26 09:52]:
Strictly speaking, even eww-mode may run arbitrary code given that
user
puts something into eww-mode-hook.
eww-mode-hook is a variable defined in ‘eww.el’.
Its value is (org-eww-extend-eww-keymap)
Please help me re
Jean Louis writes:
> Browser like EWW, being able to accept content types, should give to
> user the option to decide if to open PDF file by integrated PDF viewer
> or any external PDF viewer, or to download the file, or to open the
> file by user's customized function, mode or program.
I’m not
Stefan Kangas writes:
> Ihor Radchenko writes:
>
>> The "problem" with shell links you are describing is a question of
>> setting variables and is also disabled by default.
>>
>> eww-mode, when loading Org page, could simply set
>> org-link-shell-confirm-function to its default value.
>
> Note
On 26-10-2022 20:37, Jean Louis wrote:
I do not have special opinion of "publishing Org files" for unknown
people, if such people are not member of the group. That would require
training them to know what is Org mode, and finally why? Emacs is poor
general browser tool.
Greatest benefit of Org
"Dr. Arne Babenhauserheide" writes:
> [[PGP Signed Part:Undecided]]
>
> Ihor Radchenko writes:
>
>> If necessary, we can introduce a special variable in Org mode that will
>> disable all the potential third-party code evaluation, even if user has
>> customized Org to execute code without promp
On Wed, 26 Oct 2022 at 18:28, Ihor Radchenko wrote:
> Richard Walker writes:
> ...
> > Change (assq 'heading org-blank-before-new-entry)
> > to (org--blank-before-heading-p) here?
>
> You are indeed right.
> Fixed on main now.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6bbd
Hi,
At first I am apologizing. I believed that a dedicated report raising
this issue was posted to this mailing list by somebody. I can not find
such message and in my notes the heading is linked to a quite general
discussion related to source blocks.
Consider the following source block
---
ELECTRUM BIKES writes:
> Hi. Tables created in org-mode by inserting manually | works fine, but
> if I use table-insert I can't manipulate table, I get "use C-c `"
> notification in minibuffer when I click to move to next cell.
"C-c '", not C-c `.
> If I click C-c `, I get "not a table" respon
Dominik Schrempf writes:
> This is interesting. For me, syntax highlighting works partially. For
> example, keywords are highlighted, but function names are not. See below.
I confirm the issue with your example.
It is a known problem with indentation-sensitive languages.
The problem is that org
Rudolf Adamkovič writes:
> Thank you for investigating, explaining, and also fixing the problem! I
> pulled the latest 'main' and everything works a bit, it seems.
>
> Then, to avoid walking in circles, I decided to write some tests, for I
> think shell blocks should never, never, never break in
Richard Walker writes:
> Thank you so much. (I did wonder if anyone had seen my report.)
Actually, your report did slip through the cracks. I just happened to go
through some old mailing list threads without replies.
I think we can expose our mailing list policy a bit more in the manual.
We gen
On 26/10/2022 21:53, Samuel W. Flint wrote:
* lisp/org-clock.el (org-clock-in-switch-to-state,
org-clock-out-switch-to-state): Allow
`org-clock-{in,out}-switch-to-state` to be an alist of
current/next-state pairs.
Samuel, please, consider using --in-reply-to and perhaps --thread
options of git
András Simonyi writes:
> the attached patch improves the parsing and exporting of cite
> prefixes, suffixes and locators -- the most noticeable change is
> probably the support for formatted locators and of underlining in
> general. Comments are welcome.
Thanks!
> +(defconst org-cite-csl--exp
* Max Nikulin [2022-10-27 06:21]:
> Expected result:
> No code from the Org buffer and linked files is executed prior to
> confirmation from the user.
Should that be or is it a general policy for Org mode?
> Emacs-26.3, Org version is current main HEAD:
>
> 6bbd08f5a 2022-10-26 15:15:42 +0800 I
On Wed, Oct 26, 2022 at 11:16:15PM +0200, Dr. Arne Babenhauserheide wrote:
[...]
> > That is not business of web server, HTTP or browser. Those are
> > delivery, retrieval and presentation tools
>
> Yet there is so such separation between eww and org-mode.
I think this was a
"Samuel W. Flint" writes:
> * lisp/org-clock.el (org-clock-in-switch-to-state,
> org-clock-out-switch-to-state): Allow
> `org-clock-{in,out}-switch-to-state` to be an alist of
> current/next-state pairs.
>
> (org-clock-in, org-clock-out): Add logic to handle
> `org-clock-{in,out}-switch-to-state`
On 27/10/2022 11:22, Jean Louis wrote:
* Max Nikulin [2022-10-27 06:21]:
Expected result:
No code from the Org buffer and linked files is executed prior to
confirmation from the user.
Should that be or is it a general policy for Org mode?
I am afraid, it is unrealistic. Spreadsheet feature w
* Jean Louis [2022-10-25 15:14]:
>
> This wish request is related to Emacs EWW and Org mode.
>
> Please make EWW recognize Org file when served by WWW server. Currently
> it does not recognize the MIME type text/x-org and opens the file as
> text, it does not invoke the org mode. In my opinion,
On 26/10/2022 11:58, Ihor Radchenko wrote:
Yes. From org-capture-templates docstring:
%x Content of the X clipboard.
Ihor, I am afraid there are a couple of pitfalls with "%x" for Samuel
since he prefers to keep Emacs hidden so can not check result.
1. If something goes wrong,
62 matches
Mail list logo