Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-05 Thread Eduardo Ochs
Ouch! I'm so used to using Maxima from its REPL that I forgot to test that... thanks and sorry! =/ Eduardo On Tue, 5 Dec 2023 at 07:36, Fraga, Eric wrote: > > I think ob-maxima will only output the actual explicit "output" of the > script, so something like > > #+begin_src maxima > print(2+3);

What is the status of ob-maxima.el? Is this a bug?

2023-12-04 Thread Eduardo Ochs
ibuted under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. (%i1) 2+3; (%o1) 5 (%i2) quit()$ /home/edrx(edrx:sc)# Thanks in advance, Eduardo Ochs http://anggtwu.net/eepitch.html

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-05 Thread Eduardo Ochs
ent-buffer "*Org Export Dispatcher*" (setq o (buffer-string))) Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-05 Thread Eduardo Ochs
On Thu, 5 Jan 2023 at 08:06, Ihor Radchenko wrote: > > Eduardo Ochs writes: > > > sorry, I thought that that would be something like a 5-line change... =( > > > > A few messages again I mentioned that one of my plans for these holidays > > was to learn sever

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-03 Thread Eduardo Ochs
On Tue, 3 Jan 2023, 09:23 Max Nikulin, wrote: > On 03/01/2023 17:01, Eduardo Ochs wrote: > > > > Can you send to me - here to the mailing list - a version of > > `org-export-dispatch', and also of other functions if needed, in which > > the parts that call `read-c

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-03 Thread Eduardo Ochs
On Tue, 3 Jan 2023 at 06:47, Ihor Radchenko wrote: > > Eduardo Ochs writes: > > > (3) _is_ my experience with the Org mailing list. > > > > What I meant by "the developers like your questions" was roughly: > > "recognizing that that person deserv

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-01 Thread Eduardo Ochs
On Sun, 1 Jan 2023 at 11:02, Ihor Radchenko wrote: > > Eduardo Ochs writes: > > > My conclusion was that Org is much harder to learn than I thought. > > It's easy to learn if: > > > > 1) you're a "user", or > > 2) you know a lot about debu

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2022-12-30 Thread Eduardo Ochs
file to HTML: (defun c () (interactive) (eek "C-c C-e h h")) Refs: (find-eev-quick-intro "3. Elisp hyperlinks" "eek") (find-eev-quick-intro "7.4. Commands with very short names") http://angg.twu.net/eev-intros/find-eev-quick-intro.html#3 http://angg.twu.net/eev-intros/find-eev-quick-intro.html#7.4 Cheers, Eduardo Ochs http://angg.twu.net/eepitch.html http://angg.twu.net/2021-org-for-non-users.html

Re: Init.el

2022-10-29 Thread Eduardo Ochs
ick-intro.html#2 http://angg.twu.net/eev-intros/find-elisp-intro.html Cheers, Eduardo Ochs http://angg.twu.net/eepitch.html

Re: Org, Hyperbole, and eev

2022-10-07 Thread Eduardo Ochs
xactly the opposite of my notion of fun... =( [[]], Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-09-28 Thread Eduardo Ochs
ints, cutting and pasting, "following", conversion to fundamental mode, etc, etc... I have the impression that we can start with a prototype in which our prototype-ish non-Org links have only three subsegments, but you will have to accept that in that prototype the links won't have all the features that you want... Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-09-27 Thread Eduardo Ochs
On Tue, 27 Sept 2022 at 18:59, Jean Louis wrote: > (...) What did you do to inspect an Org link? Here's what I just tried: I created a file /tmp/foo.org containing " [[http://a/b/][ab]]\n; - i.e., a space, a link, and a newline - and then I marked the whole buffer and ran `M-1 M-x

Re: Org, Hyperbole, and eev

2022-09-27 Thread Eduardo Ochs
s to test it. I haven't made commented screenshots for it - like these ones: http://angg.twu.net/eepitch.html#test-blocks yet, so right now the best way to understand how it works is to try the "Try:"s in the sections 1 and 8 of its docs: http://angg.twu.net/eev-current/eev-kla.el.html#intro Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-06-28 Thread Eduardo Ochs
weird, and I have the impression that I wouldn't have half of my (few) users if I had code like that in eev. If the people who like to look under the hood try to understand how M-e in eev works they will end up trying to understand how (forward-sexp -1) works, and then they will read the comments of scan-sexps in syntax.c... syntax.c is impeccably well-written, and they will probably feel that their time was very well spent, and that their curiosity has lead them to very good places. =\ Exhausted cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-06-27 Thread Eduardo Ochs
be if they believed that they had to write the docs of their functions as just text. You are sort of saying that having tests in comments is bad style. Well, it's not. =/ [[]], Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-06-26 Thread Eduardo Ochs
of the lower-level functions that run <...> buttons? [[]], Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-06-26 Thread Eduardo Ochs
exps. Imagine for a moment that a group of, say, 42 Emacs users asks you to prepare a video tutorial on how exactly hkey-alist works, because they want to create their own extensions - button types? - and they think that it would be nice, and useful to the world, etc, etc, if you could record a video explaining that... would you still answer something like this, "then use edebug or trace commands to explore the code flow but I wouldn't expect anyone to write that out for you" or would you use Hyperbole to create an interactive tutorial explaining the details, and record a video demo-ing it? [[]] =/, Eduardo Ochs http://angg.twu.net/#eev

Re: Org, Hyperbole, and eev

2022-06-26 Thread Eduardo Ochs
And you have > certainly made that easy to use via eev. But your implementation > could use much better organization and abstraction which would > likely greatly reduce the code size as well. You should separate out > computation of what you want to display from how and where you will > displa

Re: Org, Hyperbole, and eev

2022-06-26 Thread Eduardo Ochs
eral evenings trying to understand them in my "non-user" way, and I got a mental buffer overflow instead of enlightenment... and I also spent many hours writing e-mails to the Hyperbole mailing list, but the answers left me very frustrated. Hope that helps, =/ Eduardo Ochs http://angg.twu.net/#eev

Org, Hyperbole, and eev

2022-06-26 Thread Eduardo Ochs
bit more of hacker-friendliness... and so it would be great if more ideas could flow between Org, eev, and Hyperbole. Cheers and sorry the noise =P, Eduardo Ochs http://angg.twu.net/#eev

Re: Org and Hyperbole

2022-06-23 Thread Eduardo Ochs
-non-users.html http://angg.twu.net/eev-wconfig.html [[]], Eduardo Ochs http://angg.twu.net/#eev

Re: Org and Hyperbole

2022-06-23 Thread Eduardo Ochs
k you for help on something that looks easy but that I'm not being able to do (due to temporary braindeadness)? How do we reimplement your button as a sexp that can be run with C-e C-x C-e? In eev all "buttons" are simply sexps that can executed by variants of eval-last-sexp - as explained here: http://angg.twu.net/eev-intros/find-eev-quick-intro.html#3 I'm trying to translate your to "eev style", but I'm failing... Thanks in advance! Eduardo Ochs http://angg.twu.net/#eev

Re: Org and Hyperbole

2022-06-20 Thread Eduardo Ochs
ml/hyperbole-users/2020-09/msg00013.html Hyperbole has some amazing features, but its code needs to be refactored to make more parts of it easier to use from Lisp... someone needs to do that, and this someone won't be me, as I'm burnt out. =( My links about my attempts to learn Hyperbole are h

Re: Eev-wconfig.el etc etc, or: "Exercise: Learn Org!"

2022-05-29 Thread Eduardo Ochs
On Mon, 30 May 2022 at 00:20, Ihor Radchenko wrote: > It would be interesting to hear about the outcome and the student > feedback. > > Best, > Ihor The workshop was by chat (Telegram), and only one student came. He installed Emacs, Mpv, downloaded a copy with subtitles of the eev-wconfig video,

Re: Eev-wconfig.el etc etc, or: "Exercise: Learn Org!"

2022-05-28 Thread Eduardo Ochs
but I hope that we will reach the part in which they'll start to index Rainer Koenig's videos in a few days... Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Eev-wconfig.el etc etc, or: "Exercise: Learn Org!"

2022-05-27 Thread Eduardo Ochs
o this: sudo apt-get install wget xpdf pdftotext mpv after that all the features will work. Here are two examples of cases in which I stumbled on black boxes that I never managed to open properly, one in Org and one in Hyperbole: https://lists.gnu.org/archive/html/emacs-orgmode/2021-12/msg00674.html https://lists.gnu.org/archive/html/emacs-orgmode/2022-02/threads.html#00098 https://lists.gnu.org/archive/html/hyperbole-users/2020-09/msg00012.html Cheers, Eduardo Ochs http://angg.twu.net/#eev http://angg.twu.net/#eev-blogposts

Eev-wconfig.el etc etc, or: "Exercise: Learn Org!"

2022-05-22 Thread Eduardo Ochs
Youtube starting from that position. The page about the video and all the ideas behind it is this one: http://angg.twu.net/eev-wconfig.html All feedback welcome! Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: Org for non-users, part 2: `C-c C-e', a.k.a. `org-export-dispatch'

2022-02-07 Thread Eduardo Ochs
ve technical information of that kind in the mailing list was 4 or 5 years ago, and we banished her from the community and excommunicated her. Her name shall not be mentioned. Frustrated cheers =(, Eduardo Ochs http://angg.twu.net/#eev

Org for non-users, part 2: `C-c C-e', a.k.a. `org-export-dispatch'

2021-12-29 Thread Eduardo Ochs
uestions that you guess that I will have later. =) Thanks in advance! Eduardo Ochs http://angg.twu.net/#eev http://angg.twu.net/emacsconf2021.html

Re: Video: Org for Non-Users

2021-12-13 Thread Eduardo Ochs
in videos with Org, but all my attempts have failed miserably... Cheers =/, Eduardo Ochs http://angg.twu.net/#eev On Mon, 13 Dec 2021 at 11:23, Samuel Banya wrote: > > Good point about the docs. > > I actually wish it were more like a giant wiki page instead of a page menu &g

Video: Org for Non-Users

2021-12-12 Thread Eduardo Ochs
they will inspire other people... Cheers, Eduardo Ochs http://angg.twu.net/#eev

Re: From macros to elisp programming?

2021-12-07 Thread Eduardo Ochs
and probably it will be > useful with elmacro too. > > (outline-next-visible-heading) ;; C-c C-n > > I save your instructions to my notes to use them :-) > > Saúde! > > > El 07/12/2021 a las 3:11, Eduardo Ochs escribió: > > On Mon, 6 Dec 2021 at 10:43, Ypo w

Re: Looking for extensions of [[file:~/xx.org::My Target]]

2021-12-06 Thread Eduardo Ochs
v=H4sK5ld6Bw0 > > > John > > --- > Professor John Kitchin (he/him/his) > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu

Re: From macros to elisp programming?

2021-12-06 Thread Eduardo Ochs
efun that does something that is clearly useful to you... you can start by creating and debugging a handful of defuns like that one and then learn what most people consider as "real Elisp"... Cheers =), Eduardo Ochs http://angg.twu.net/#eev

Looking for extensions of [[file:~/xx.org::My Target]]

2021-12-06 Thread Eduardo Ochs
ld also allow telling the HTML exporter where these "projects" are in the web... Thanks in advance! Eduardo Ochs http://angg.twu.net/#eev P.S.: I still know far less Org than I should, but I am trying to remedy this... P.P.S.: eev uses this trick to point to anchors in "pro

Re: Orgdown: negative feedback & attempt of a root-cause analysis (was: "Orgdown", the new name for the syntax of Org-mode)

2021-11-30 Thread Eduardo Ochs
trivial task, and the people who complained about the name did not offer help. If I were you would simply put "find a better name for the project and change its name to it" in my TODO list as a low-priority task. Cheers =), Eduardo Ochs http://angg.twu.net/#eev https://emacsconf.org/2021/talks/test/

Short videos about workflows - and how to upload them

2021-01-05 Thread Eduardo Ochs
deo tutorials and presentations in ways that are easy to ;; download. If you are aware of sites like that, please get in touch ;; and I'll create functions pointing to them! So: let's create videos about workflows and videos about creating videos about workflows, and let's share ideas and links

Re: Long links

2020-01-05 Thread Eduardo Ochs
ial contents Trey's e-mails were impeccable, and this one was especially brilliant: https://lists.gnu.org/archive/html/emacs-orgmode/2020-01/msg00029.html I want to be like him when I grow up. Cheers, Eduardo Ochs http://angg.twu.net/#eev http://angg.twu.net/emacsconf2019.html

Re: Add a new link type for video files

2020-01-03 Thread Eduardo Ochs
comments of eev-audiovideo.el. I mentioned your previous message there, by the way! See: https://github.com/edrx/eev/blob/UTF-8/eev-audiovideo.el#L55 http://angg.twu.net/eev-current/eev-audiovideo.el.html http://angg.twu.net/eev-current/eev-audiovideo.el Cheers, Eduardo Ochs

Re: Using Org and eev together - problem with source blocks

2019-11-11 Thread Eduardo Ochs
Perfect! I've added several mentions to ":results output" to the tutorial: http://angg.twu.net/eev-intros/find-org-intro.html Thanks a lot! =) Eduardo http://angg.twu.net/#eev On Sun, 10 Nov 2019 at 14:13, Ken Mankoff wrote: > > On 2019-11-10 at 15:36 +01, Edu

Re: Using Org and eev together - problem with source blocks

2019-11-10 Thread Eduardo Ochs
off wrote: > > On 2019-11-10 at 02:54 +01, Eduardo Ochs wrote... > > #+BEGIN_SRC python > > def square (x): > > return x*x > > > > print(square(5)) > > #+END_SRC > > > > [...] when I run the Python block with C-c C-c I always get a resu

Using Org and eev together - problem with source blocks

2019-11-09 Thread Eduardo Ochs
"#+RESULTS:" block in Emacs24, and the right results block in some later versions of Emacs, and when I run the Python block with C-c C-c I always get a results block like this (without the indentation): #+RESULTS: : None What am I doing wrong? I expected an output of "25"

Re: [O] How to execute org babel src block line by line?

2016-04-19 Thread Eduardo Ochs
holidays. =) Cheers! Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/ P.S.: I am trying isend-mode now. On Mon, Apr 18, 2016 at 5:44 AM, Xor3 <eude...@foxmail.com> wrote: > Hi community, >I want to execute org babel src block one line a time. >Here is wh

Re: [O] Embedding diagrams in Org

2015-02-18 Thread Eduardo Ochs
-languages '((latex . t))) # # To disable to question Evaluate this latex code block on your system?, # see: (info (org)Code evaluation security) # try: (setq org-confirm-babel-evaluate nil) Cheers =), Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/ http://angg.twu.net/eev-intros/find

Re: [O] Moving my init.el to Org

2014-09-06 Thread Eduardo Ochs
, more or less like this pseudocode: (org-hyperlink-method-and-args file:///~/.emacs#unquote-printable) ;; -- (file-and-anchor ~/.emacs unquote-printable) (org-hyperlink-do 'file-and-anchor ~/.emacs unquote-printable) Thanks in advance! =) Eduardo Ochs eduardoo

Re: [O] org mode and eev

2013-11-08 Thread Eduardo Ochs
On Fri, Nov 8, 2013 at 6:29 AM, Alan Schmitt alan.schm...@polytechnique.org wrote: Hi Eduardo, eduardoo...@gmail.com writes: I am the author of eev... Nice! I knew I had seen you around here ;-) How can I help? Your message already answered one question I had, but I have still one

Re: [O] org mode and eev

2013-11-07 Thread Eduardo Ochs
with `M-k', as explained ;; here: http://angg.twu.net/eev-intros/find-eval-intro.html ;; ;; (find-eepitch-intro) ;; (find-eval-intro) ;; (eek M-5 M-j) Cheers, Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/#eev http://angg.twu.net/eev-videos/video4-eepitch.mp4

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Eduardo Ochs
/org-mode-google-tech-talk.html http://orgmode.org/worg/org-tutorials/org-screencasts/org-mode-google-tech-talk.org.html trivial to execute. I don't have (yet) the skills to make things like =1:23= become active links that do that in Org, though. Cheers, Eduardo Ochs eduardoo...@gmail.com

Re: [O] Connect to the ssh and execute any command

2013-09-12 Thread Eduardo Ochs
have are a few months old), and I am just resurecting my screencast-making scripts to make some new ones... and I am exactly at the point where tests and feedback can clarify a lot my ideas about the best ways to present things. Cheers! =) Eduardo Ochs eduardoo...@gmail.com http

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Eduardo Ochs
Hi Matt, if you are considering using a little language to create window configurations then maybe you will find this interesting: http://angg.twu.net/eev-intros/find-multiwindow-intro.html http://angg.twu.net/eev-current/eev-multiwindow.el.html Cheers! Eduardo Ochs eduardoo

Re: [O] Org HTML-PDF publishing

2012-09-18 Thread Eduardo Ochs
://www.youtube.com/watch?v=vcXUrNSvjhU [[]], Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/

Re: [O] Org without X on Debian

2012-02-01 Thread Eduardo Ochs
%%% chmod 755 /tmp/em.sh XINITRC=/tmp/em.sh xinit -- :2.0 Cheers, Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/

[O] Quick and dirty code blocks: eepitch

2011-11-24 Thread Eduardo Ochs
://orgmode.org/worg/org-contrib/babel/languages/ob-doc-screen.html http://angg.twu.net/eev-current/anim/channels.anim.html Cheers, :-) Eduardo Ochs eduardoo...@gmail.com http://angg.twu.net/