Hi Henrik,
On Tue, Nov 29, 2022 at 2:11 AM Henrik Frisk wrote:
> Hi,
>
> Maybe I'm missing something obvious but is it possible to have a name be
> added to the result block such as running:
>
> #+begin_src shell
> echo "Hello"
> #+end_src
>
> results in
>
> #+RESULTS:
> #+name: my_result
> :
I use orgroam for this sort of thing: https://www.orgroam.com/ In fact, I
manage most of my org files with orgroam.
-- Bill
On Mon, Nov 7, 2022 at 9:52 PM Max Brieiev wrote:
> Org newbie here.
>
> Org advertizes itself as a note management and organizer system.
>
> How suitable is it to manag
You'll have this with recursive code and recursion is fairly normal in Lisp
programs.
-- Bill
On Fri, Aug 12, 2022 at 8:22 AM Christopher M. Miles
wrote:
>
> Ihor Radchenko writes:
>
> > "Christopher M. Miles" writes:
> >
> >> When I profiling Org Agenda generation, I found that org code is
OK, I was just about to hit "Send". My backtrace is the same.
-- Bill
On Tue, Aug 9, 2022 at 8:53 AM Fraga, Eric wrote:
> Hi Ihor,
>
> On Tuesday, 9 Aug 2022 at 20:39, Ihor Radchenko wrote:
> > Can you please run M-x toggle-debug-on-error and share the full
> > backtrace?
>
> See below. I'v
egexp-alist .
ess-julia-error-regexp-alist) ...)
-- Bill
On Mon, Aug 8, 2022 at 12:28 PM Fraga, Eric wrote:
> Hi Bill,
>
> thank you for the quick response.
>
> On Monday, 8 Aug 2022 at 11:49, Bill Burdick wrote:
> > Julia works in org without sessions for me bu
Hi folks,
In case you care about this sort of thing and you didn't see my reddit
post, I read an article at https://coredumped.dev/ about integrating
org-roam with logseq and wrote some code to help with that (which I shared)
so now I'm able to access my org-roam files on my phone (using syncthing
Julia works in org without sessions for me but with sessions I get this
error:
org-babel-execute:julia: Cannot open load file: No such file or directory,
ess
-- Bill
On Mon, Aug 8, 2022 at 11:22 AM Fraga, Eric wrote:
> Hello all,
>
> has anybody tried using sessions for Julia in org?
>
> I'm
Note that recalc relies on lexical binding so if you use it, whatever file
it's in needs
;; -*- lexical-binding: t -*-
at the top.
-- Bill
In case anyone's interested in writing hyperbole commands that can act on
regions but be located in other windows...
To write a hyperbole command that restores the previous window and
selection, just call bill/hyp-load-state at the start of your code and call
bill/hyp-restore at the end (see bill/
here -- this is the sort of thing Ober did and
Hyperbole looks like a framework that makes it not too hard to do that for
Emacs.
-- Bill
On Wed, Jun 22, 2022 at 10:26 PM Bill Burdick
wrote:
> No idea.
>
>
> -- Bill
>
>
> On Wed, Jun 22, 2022 at 10:23 PM David
arker
like this:
(setq bill/calc-point (make-marker))
Since it's normally nil, the advice normally just ignores it.
-- Bill
On Wed, Jun 22, 2022 at 9:05 PM David Masterson
wrote:
> Bill Burdick writes:
>
> > Anywhere you use a link or button, you can probably use an emacs
&
No idea.
-- Bill
On Wed, Jun 22, 2022 at 10:23 PM David Masterson
wrote:
> Bill Burdick writes:
>
> > Here's a hyperbole-org integration that lets you use org-mode tables
> > outside of org-mode files. Shift-middle-click a "recalc" button and it
> > wi
Anywhere you use a link or button, you can probably use an emacs command
instead. I think maybe the value of links and buttons is that they're
explicit. It's a reminder in the text and you don't have to learn it.
One thing I noticed in my little "recalc" exercise is that Hyperbole really
really wa
Here's a hyperbole-org integration that lets you use org-mode tables
outside of org-mode files. Shift-middle-click a "recalc" button and it will
recalculate the table right under it (this idea is from an old version of
the Oberon environment I wrote in Java, by the way).
Here's the code:
(defun b
I hadn't heard of it so I'm watching a demo. It looks similar to Oberon
(which heavily influenced Acme and Wily) which is an extremely powerful
"mouse-based text environment".
I'm certainly going to give it a try -- it seems like a great compliment to
org-mode and other Emacs power tools...
-- B
Gah, sorry about that -- I didn't read your message carefully enough!
-- Bill
On Thu, Sep 23, 2021 at 4:56 AM Luca Ferrari wrote:
> On Wed, Sep 22, 2021 at 3:49 PM Bill Burdick
> wrote:
> >
> > How about adding
> >
> > (lambda () (toggle-truncate-lines 1)
How about adding
(lambda () (toggle-truncate-lines 1))
to org-mode-hooks in your EMACS init file?
-- Bill
On Wed, Sep 22, 2021 at 2:59 AM Luca Ferrari wrote:
> Hi all,
> is it possible to instrument org-mode to automatically truncate lines
> only on "regular" text, i.e., outside table and s
Just saw this -- this is a great service to the community, thanks for
doing it!
-- Bill
On Sun, May 30, 2021 at 12:36 PM Timothy wrote:
> Hi Everyone,
>
> As we arrive at the end of May, I'm about to publish the 3rd issue of
> /This Month in Org/. I thought I'd share the current draft with t
On Sun, Apr 4, 2021 at 7:21 AM Nicolas Goaziou
wrote:
> Anyway, one of the goals of Org is to provide a universal document
> format. It is not there yet, but allowing local modifications of the
> syntax certainly goes against that goal.
>
Allowing local modifications lets people experiment and s
Grepping for src_ in *.el in the org distro shows 11 hits over 3 files:
ob-core.el, ob-exp.el, and org-element.el. That's where you can start
working if you want to copy those functions into your init files and modify
them for yourself, or you can see if maybe using function advice is
sufficient.
Just posted this to Reddit:
https://www.reddit.com/r/orgmode/comments/klyzjv/new_package_orgfts_full_text_search_of_your/
-- Bill
On Mon, Dec 14, 2020 at 7:35 PM Gerry Agbobada
wrote:
> Furthermore, I find that spending so much time and energy to prevent
> people from spending their time on what they think is right, is pretty
> harmful.
>
This is really key.
Timothy, please keep up the good work and pay no attention to pe
Excellent idea!
I frequently use Eclipse and, although I do always have an Emacs open, the
idea of seamlessly using org-mode inside Eclipse is very attractive...
-- Bill
On Sun, Dec 13, 2020 at 12:44 PM TEC wrote:
>
> A little progress update.
>
> https://github.com/tecosaur/org-lsp now exis
Heh, I had time to read EMACS NEWS when I used it in 1985 (and still do for
new EMACS versions). Now there are s many packages, each with their own
news...
-- Bill
On Mon, Nov 16, 2020 at 10:59 PM Tim Cross wrote:
>
> Tom Gillespie writes:
>
> > Would it help if major releases maintained
Ugh, I update my emacs package pretty infrequently and I usually have 30 or
more packages updating at a time -- I can't see wading through 30 NEWS
files searching for landmines...
-- Bill
On Mon, Nov 16, 2020 at 9:10 PM Tom Gillespie wrote:
> Semver is unlikely to help because the question is
On Mon, Nov 16, 2020 at 8:43 AM Tim Cross wrote:
> So essentially, this change has been made to make org-mode consistent
> with the rest of emacs which enabled electric-indent by default in Emacs
> 24. this is a good thing. Org should be consistent with other modes. Any
> differences are likely t
I switched from Cygwin to Msys2 a year or two ago and it's been very good.
The pacman-based package management is very good. The only thing to watch
out for is that there are actually 2 gcc suites and if you want to build
automake projects (like many open source projects), you'll want to be using
(Hi Shlomi!)
When I export this to html, I get what looks to be the same error. Here's
some info that may help track this down.
My org-version line:
Org-mode version 8.3.4 (8.3.4-9-gfda14f-elpaplus @
c:/Users/bill/.emacs.d/elpa/org-plus-contrib-20160307/)
The error I get:
org-element--current-e
, so here it is:
https://gist.github.com/zot/0dd34b50acf81416dd88
-- Bill Burdick
Have you tried customizing org-agenda-format-date with a function? Here's
the doc string:
"Format string for displaying dates in the agenda.
Used by the daily/weekly agenda and by the timeline. This should be
a format string understood by `format-time-string', or a function returning
the formatt
Heh, well I did add a todo item to the project when I saw this thread, but
Leisure doesn't yet handle agenda items. This is the type of feedback I'm
looking for though.
I'm also wondering if there are any orgmode hackers out there with some
JS/HTML skillz who might like to help out with modding t
7;ll use
OAuth to hook up to GitHub, Dropbox, Google Drive, etc., as we get the
connectors implemented.
-- Bill
On Sat, Aug 22, 2015 at 4:42 PM, Bill Burdick
> wrote:
>
>> Sorry -- I should have mentioned that it only supports Chromium/Chrome at
>> the moment!
>>
>>
still just
> got a blue screen with the title "Loading Leisure..."...nothing else
> happened.
>
> I'm running Debian Jessie w/Iceweasel 38.2.0 (repository supplied).
>
>
> On 08/22/2015 07:49 AM, Bill Burdick wrote:
> > Hi there!
> >
> >
may vary:
http://textcraft.org/newLeisure/?load=elisp/README.org
-- Bill Burdick
34 matches
Mail list logo