Thu, Aug 7, 2025 at 10:43 AM Ihor Radchenko wrote:
> Ihor Radchenko writes:
>
> dmg writes:
>
> > I am sorry I wasted your time. Please see attached.
> >
> > 1. I have reworded and reformatted the commit log
> >
> > 2. I have added TINYCHANGE
> >
create new tests. Thank you for the suggestion
On Tue, Aug 5, 2025 at 12:15 PM Ihor Radchenko wrote:
> dmg writes:
>
> > The current logic of org-map-region uses two searches.
> > ...
>
> Duplicate of
> https://orgmode.org/list/m2ikj2bmeu@turingmachine.org
> Can
The current logic of org-map-region uses two searches.
In the first, the point is left after the asterisks of the heading.
In the subsequent calls, the point is correctly set to the first
asterisk of the headline (this is done by outline-next-heading).
Make sure the first header is processed th
The current logic of org-map-region uses two searches.
In the first, the point is left after the asterisks of the heading.
In the subsequent calls, the point is correctly set to the first
asterisk of the headline (this is done by outline-next-heading).
Make sure the first header is processed th
Ihor Radchenko writes:
> dmg writes:
>
>> while working with org-roam I detected the following bug:
>>
>> Create an org file with the following info:
>>
>> * heading
>>
>> * heading 2
>> ...
>> You will note that the location of t
"The "people" who exercise the
power, are not always the same
people with those over whom
John Stuart Mill -> it is exercised."
http://turingmachine.org/
http://silvernegative.c
src-block'."
(member :html others) separator)
""
"-csv"))
+ (cons "readonly"
+ (if readonly-p "-readonly" ""))
(cons "db" (or db ""
;; body of the code block
(org-babel-expand-body:sqlite body params)))
--
2.45.2
--
Daniel M. German ""Geek" is a badge of honor."
Eric Schmidt, CEO of Novell
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .
he Regular expression should
be more stringent, so it does match exactly the string and not a
substring.
I think this is a regression. I used to comment out blocks from my
.org init files by simply adding a XXX (as in emacs-lisp). In
current org these blocks are tangled :(
--
--dmg
---
hi everybody,
I have a patch to contribute to the website. I have an account in the
git repo, but I cannot push.
I am attaching the patch.
thank you,
--
--dmg
---
D M German
http://turingmachine.org
From f265fe36a1633dc9b43c98a93eabcb31607939e5 Mon Sep 17 00:00:00 2001
From: D German
hi everybody,
is there a way to save the script created by babel that is being executed?
thank you,
--
--dmg
---
D M German
http://turingmachine.org
variable may be risky if used as a file-local variable.
I use org-link-escape to jump from an email in gnus to gmail by searching
the message-id. But if when the message-id contains +, this character
must be escaped.
thank you,
--
--dmg
---
Daniel M. German
http://turingmachine.org
selection and print that selection to ps, then convert to pdf, and open
using org-open
--
(defcustom dmg-org-src-export-pdf-font-size 12
"Size of font to use "
:type 'number
:version 25
:group 'dm
(progn (goto-char (cdr blockp))
(previous-line)
(point)
))
)
(narrow-to-region block-start block-end))
(user-error "Not in a block"))
(ps-print-buffer-with-faces ps-file)
(she
he * in the RESULTS block?
thanks again,
--daniel
--
--dmg
---
Daniel M. German
http://turingmachine.org
0.3, under emacs-25.
Table of Contents
1. Example
2. hello world 2
1 Example
hello world 1
#+beginexample
2 hello world
2
#+endexample
--
--dmg
---
Daniel M. German
http://turingmachine.org
over=\"CodeHighlightOn(this, \
'%s');\" onmouseout=\"CodeHighlightOff(this, '%s');\""
fragment fragment)
attributes
--
--dmg
---
Daniel M. German
http://turingmachine.org
hi everybody,
has anybody written a function to select the text in a cell of a table?
I needed to write a macro/command, but could not find one. Ideally it
should trim the whitespace in the ends.
Otherwise, I'll just write one.
thank you,
--daniel
--
--dmg
---
Daniel M. German
the expected behaviour? or am I doing something wrong?
my version of org-mode is:
9.0.1
thank you!
--daniel
--
--dmg
---
Daniel M. German
http://turingmachine.org
is there a clean, easy
way
to do this? Any hints on how to do it?
thank you very much,
--daniel
--
--dmg
---
Daniel M. German
http://turingmachine.org
value :colnames yes
merge(a,b,by.x="column")
#+END_SRC
merge can do left joins, right joins, full joins, joins,
https://stat.ethz.ch/R-manual/R-devel/library/base/html/merge.html
but there is nothing like the power of SQL to process tables, though.
--
--dmg
---
Daniel M. G
Thanks Tom,
Here is my patch.
On Tue, Jul 19, 2016 at 10:05 AM, Thomas S. Dye wrote:
> Aloha dmg,
>
> You can find instructions here:
>
> http://orgmode.org/worg/worg-git.html
>
> Thanks for your help.
>
> All the best,
> Tom
>
> dmg writes:
>
> &g
variables in the mode. I
had to read its source code to know that you can to prefix the variable
name with
$ for it to work, eg:
#+BEGIN_SRC sqlite :db /tmp/rip.db :var x="table"
select * from $x;
#+END_SRC
thank you,
--
--dmg
---
Daniel M. German
http://turingmachine.org
eed.
A bit cumbersome, but I can live with it
#+begin_src perl :results html
"
a
"
#+end_src
#+RESULTS:
#+BEGIN_HTML
a
#+END_HTML
thanks again for the explanation,
--
--dmg
---
Daniel M. German
http://turingmachine.org
Mm, I didn't include :results value
I think that :results value should do what it does now: return the
value of the last expression.
--dmg
On Sun, Feb 24, 2013 at 1:08 PM, D M German wrote:
>
> Hi Everybody,
>
> I looked a bit more onto the way that perl is evaluated. I know
Mm, I also noticed that when :results output is used, there is no way
to insert perl code before or after the executed code.
org-babel-perl-wrapper-method only works for all the methods but
output. It would be nice to have a variable that
does this for any output type.
--dmg
On Sun, Feb 24, 2013
ms to be the same.
Sorry for the confusion.
--daniel
On Sat, Feb 23, 2013 at 10:42 PM, dmg wrote:
> Hi everybody, Eric,
>
> I have been starting using Babel with postgresql, R and perl, and I am
> loving it. I really want to thank everybody for their work.
>
> I have found one
(cons 'hline (cdr-safe x))
+ )
+ )
+ (org-table-to-lisp))
(org-babel-pick-name (cdr (assoc :colname-names params))
(cdr (assoc :colnames params)))
(org-babel-pick-name (cdr (assoc :rowname-names params))
-
here is a patch worg (org-hacks.org) describing the hack.
Hopefully somebody with write access to can commit it.
--dmg
diff --git a/org-hacks.org b/org-hacks.org
index 024eaf3..19b67c9 100644
--- a/org-hacks.org
+++ b/org-hacks.org
@@ -2259,3 +2259,30 @@ position in the track.
See the file
//orgmode.org/worg/org-hacks.html
I will
>
> Thanks!
>
> --
> Bastien
>
--
--dmg
---
Daniel M. German
http://turingmachine.org
tocol://remember://docview/tmp/00%C3%A1%C3%A9%C3%AD%C3%B3%C3%BA.pdf::1'
the filename is /tmp/00áéíóú.pdf
But emacs incorrectly stops parsing the link after tmp/
By the way, xournal now supports store-link
--dmg
>
>
>
>
> The function that does the decoding is `org-protocol-un
>>
>> In both cases the protocol is docview:
>>
>> emacsclient 'org-protocol://remember://docview:filename::pagenumber
>
> Can you add a second menu item ("Store Link"), which uses
> 'org-protocol://store-link://docview:filename::pagenumber'?
>
I will
>
> My branch of xournal is available at github:
>
> http://github.com/jboecker/xournal
My apologies. I pointed to the wrong branch of xournal, mine is:
http://github.com/dmgerman/xournal
--dmg
___
Emacs-orgmode mailing list
Please us
32 matches
Mail list logo