I am close to throwing in the towel.
Thank you for the suggestion. Several problems have been encountered. I
wonder whether I understand this tool at all. If I subtract 10:00 from
08:46, the answer given is -01:14. I used #+TBLFM: $6=$4+$5;U, as follows
(please forgive the formatting):
| Phe
On Wed, Dec 9, 2020 at 10:25 PM Samuel Wales wrote:
> just so everybody is on the same page, i think carsten is talking
> about tec's code that generates html id's that are then used in urls?
>
Yes, I mean this code, or something like this, to aid the automatic
creation of links that are somewha
Prompted by a question on StackOverflow,
https://stackoverflow.com/questions/56536184/set-initial-visiblity-to-a-certain-level-in-org-mode,
a few new options are added to the startup setting.
Patch is applied to master as this is non-critical and it is communicated here
and now for full transpa
I don't think org-babel is a good fit for compiled languages. If the
idea is to just take 1 snippet,
and "execute" that it means that to have a consistent whole you'd need
to put all the modules of
your program into that snippet (already impossible in Haskell, you can
have only 1 module per file),
Hi Timothy,
TEC writes:
> It's now been 1.5 months, so I'm going to bump this thread.
Sure - thanks for bumping this.
I'm slowly reading emails from the past weeks, I will handle
this ASAP.
Thanks,
--
Bastien
Carsten Dominik writes:
> Yes, I mean this code, or something like this, to aid the automatic
> creation of links that are somewhat stable. I have been missing this very
> much.
Hi Carsten, glad to hear that there /does/ seem to be interest in this after
all :)
A few things worth saying I t
> There are a few touch ups I'll do to my code shortly
I'm pleased to say that I've improved the readability and documentation
of my code (hopefully) in
https://github.com/tecosaur/emacs-config/commit/dc873d3
I hope this may be of some help,
Timothy
I see your point, i.e., compiled, multi-file projects are not really meant
for the REPL-dominant world of org-mode babel. Babel's sweet-spot would be
the interpreted world, the very best probably a Lisp language. Still, the
ability to add code to a running REPL should be possible. As I mentioned,
S
Well another possible solution is to wrap the code blocks in
:{
xxx
:}
in
(defun org-babel-execute:haskell (body params) -- ob-haskell.el
Immanuel
On Thu, Dec 10, 2020 at 6:21 PM Lawrence Bottorff wrote:
>
> I see your point, i.e., compiled, multi-file projects are not really meant
> for the REP
Hi
Suppose via dired I see
-rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el
-rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el
-rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc
-rw-rw-r-- 1 oub oub 486 dic 10 18:17 auto-org-md-pkg.el
I'd like to create
Alan E. Davis writes:
> I am close to throwing in the towel.
>
> Thank you for the suggestion. Several problems have been encountered. I
> wonder whether I understand this tool at all. If I subtract 10:00 from
> 08:46, the answer given is -01:14. I used #+TBLFM: $6=$4+$5;U, as follows
> (p
Yes -- and I think I came across this long ago during another attempt and
totally forgot about it. I think I'll write this up on emacs.stackexchange
so others will not have to scrounge around. I'm pursuing this because I
really believe emacs org-mode "reproducible research" is superior to all
other
>>> "UB" == Uwe Brauer writes:
> Hi
> Suppose via dired I see
> -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el
> -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el
> -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc
> -rw-rw-r-- 1 oub oub 486 dic 10 18
Dear Uwe,
* Uwe Brauer [2020-12-10 22:45]:
>
> Hi
>
> Suppose via dired I see
>
> -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el
> -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el
> -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc
> -rw-rw-r-- 1 oub
Dear Christopher
Appointment slots are very useful when you don't know who needs to
meet with you, but you want to make yourself available. You can
offer people a block of time on your agenda that they can book
time slots within. For example, you can set aside 20 minutes that
you're available to m
Hi,
I'm storing in an Org document a list of links to all my media files
(videos, music, and the like). This is a little trick that I came up
with to access the multimedia content of my raspberry's dlna server
(minidlna), using an Org link and the Javier López
'simple-dlna-browser' script
(https:/
Thank you for taking the time to answer my questions, TIm.
For my purposes, it's maybe easier to just bite the bullet and do it in my
head.
I had hoped that subtracting 10 hours from 06:44 UTC would get me at least
-04:44. I can easily make the change to correct clock time (19:44) and
change the
> Sent: Friday, December 11, 2020 at 4:59 AM
> From: "TRS-80"
> To: daniela-s...@gmx.it
> Cc: "Kyle Meyer" , "Tom Gillespie" ,
> "Org-Mode mailing list" , "Emacs-orgmode"
>
> Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting
> user options
>
> On 2020-11-29 17:08, dan
Jan Lübke writes:
> Good morning,
>
> this is my first time submitting a patch, here.
Thank you!
> I hope I did everything right. If I made a mistake, please let me
> know. If you have any questions, feel free to ask.
The patch format looks good. I have only minor/cosmetic comments.
> Not s
Fatih Aydin writes:
> ---
> lisp/ox.el | 36 +---
> 1 file changed, 29 insertions(+), 7 deletions(-)
Pushed (dc1e037cd), tweaking the commit message and adding a changelog
entry.
Thanks!
Ihor Radchenko writes:
> Subject: [PATCH] Fix org-in-archived-heading-p
>
> * lisp/org.el (org-in-archived-heading-p): When called on a heading
> with a tag containing org-archive-tag string as a substring, that
> heading was incorrectly recognised as archived. Changed matching
> against the wh
> Sent: Friday, December 11, 2020 at 4:59 AM
> From: "TRS-80"
> To: daniela-s...@gmx.it
> Cc: "Kyle Meyer" , "Tom Gillespie" ,
> "Org-Mode mailing list" , "Emacs-orgmode"
>
> Subject: Re: Emacs inserts hardwired org-agenda-files variable, overwriting
> user options
>
> On 2020-11-29 17:08,
Dear all,
as the subject says: it would be nice to have someone overseeing Org
bugs that are reported with M-x report-emacs-bugs.
These bugs end up in the Emacs debbugs tracking tool:
https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs
https://www.gnu.org/software/emacs/manual/html_node/emac
> Sent: Thursday, December 10, 2020 at 8:31 PM
> From: pie...@caramail.com
> To: "Christopher Dimech"
> Cc: "Org-Mode mailing list"
> Subject: Time Slots in Org-Agenda
>
> Dear Christopher
>
> Appointment slots are very useful when you don't know who needs to
> meet with you, but you want to make
On 2020-11-29 17:08, daniela-s...@gmx.it wrote:
Yes, there are problems with the documentation. I noticed recently
that
some guy criticised the manual, and so many got super defensive. You
should
give him a medal for telling you how things are.
I guess in my mind, complaining about the ma
steve-humphr...@gmx.com writes:
> What I would like to know is how to make the slots with smaller time
> durations. Currently they are of two-hours, which I find too long.
See org-agenda-time-grid
Best,
Ihor
* Bastien [2020-12-11 08:18]:
> Dear all,
>
> as the subject says: it would be nice to have someone overseeing Org
> bugs that are reported with M-x report-emacs-bugs.
>
> These bugs end up in the Emacs debbugs tracking tool:
>
> https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs
> https:/
* TRS-80 [2020-12-11 08:23]:
> On 2020-11-29 17:08, daniela-s...@gmx.it wrote:
> > Yes, there are problems with the documentation. I noticed
> > recently that some guy criticised the manual, and so many got
> > super defensive. You should give him a medal for telling you how
> > things are.
>
Thanks Jean, I agree with most of your points.
Are you volunteering for this task?
--
Bastien
> Sent: Friday, December 11, 2020 at 6:43 AM
> From: "Ihor Radchenko"
> To: steve-humphr...@gmx.com, pie...@caramail.com
> Cc: "Org-Mode mailing list"
> Subject: Re: Time Slots in Org-Agenda
>
> steve-humphr...@gmx.com writes:
> > What I would like to know is how to make the slots with smaller
>> See org-agenda-time-grid
>
> Where can I find some information on how to use it?
Menu help -> Describe -> Describe variable org-agenda-time-grid
or
v org-agenda-time-grid
Best,
Ihor
> Sent: Friday, December 11, 2020 at 7:52 AM
> From: "Ihor Radchenko"
> To: steve-humphr...@gmx.com
> Cc: "Org-Mode mailing list"
> Subject: Re: Time Slots in Org-Agenda
>
> >> See org-agenda-time-grid
> >
> > Where can I find some information on how to use it?
>
> Menu help -> Describe -> Des
> + (run-ruby-or-pop-to-buffer
> + cmd (or session "ruby")
> + (unless session
> +(inf-ruby-buffer)))
I have just run into an issue with this: If yo
Dear all,
let me test this a bit, and then I am going to proposa a patch.
Kind regards
Carsten
On Thu, Dec 10, 2020 at 3:38 PM TEC wrote:
>
> > There are a few touch ups I'll do to my code shortly
>
> I'm pleased to say that I've improved the readability and documentation
> of my code (hopefu
34 matches
Mail list logo