Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
jman writes: >> This one is certainly intentional. We simply follow Emacs style of the >> manual. > > Just to clarify: my original report was that the outage of gnu.org took down > also the orgmode manual > pages, which was suprising and thought could be an uninte

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread jman
Ihor Radchenko writes: jman writes: Honestly I don't remember anymore. Possibly I was referring to the orgmode *manual* page (https://orgmode.org/org.html) which yet loads a file from gnu.org: https://www.gnu.org/software/emacs/manual.css";> This one is certainly intention

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
jman writes: > Honestly I don't remember anymore. Possibly I was referring to the orgmode > *manual* page > (https://orgmode.org/org.html) which yet loads a file from gnu.org: > > href="https://www.gnu.org/software/emacs/manual.css";> This one is certainly in

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread jman
Ihor Radchenko writes: I do not recall anything like that. I also cannot find references to gnu.org in our css files. Honestly I don't remember anymore. Possibly I was referring to the orgmode *manual* page (https://orgmode.org/org.html) which yet loads a file from gnu.org:

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
jman writes: > Quick question to Bastien about the website: because of the gnu.org downtime > I noticed that > orgmode.org loads the css from gnu.org so also the orgmode website was > affected. > I was curious about this choice - is there's a specific reason for loading

orgmode website loads a CSS from gnu.org

2025-07-09 Thread jman
Hello, Quick question to Bastien about the website: because of the gnu.org downtime I noticed that orgmode.org loads the css from gnu.org so also the orgmode website was affected. I was curious about this choice - is there's a specific reason for loading the CSS there or it&#x

Re: Problem with finding css file with orgmode blogging setup

2025-04-14 Thread Ashish Panigrahi
2/new.min.css\"; />") works just fine. It only seems to have a problem when the css file is local. Any way to mitigate this? I initially thought that perhaps its an issue with orgmode being unable to find the stylesheet due to some incorrect path but doesn't seem to be the case.

Re: Problem with finding css file with orgmode blogging setup

2025-04-12 Thread Christian Moe
;html5" > org-html-html5-fancy t > org-html-html-include-default-style nil > ;; org-html-head " href=\"new.css\" />") > org-html-head " > href=\"https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css\"; > />&

Re: Problem with finding css file with orgmode blogging setup

2025-04-11 Thread Ashish Panigrahi
;; org-html-head "") org-html-head "https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css\"; />") works just fine. It only seems to have a problem when the css file is local. Any way to mitigate this? I initially thought that perhaps its an issu

Re: Problem with finding css file with orgmode blogging setup

2025-03-22 Thread Rohit Patnaik
Org-publish, by default, only processes org files. If you want to include CSS files, images, and other non-org content, you need to process them as attachments. So, for example, this is what I have: (setq org-publish-project-alist '(("website-orgfiles" :base-directory "$HOME/website_src/"

Problem with finding css file with orgmode blogging setup

2025-03-22 Thread Ashish Panigrahi
Hi all, I'm trying to shift from my current blogging setup to using orgmode only with org-publish. I seem to be having trouble with org-publish finding my css file. The following is the file tree of my current situation: . ├── build.sh ├── css │   └── style.css ├── html │   └── index

Re: please, report on current status of orgmode timestamps with timezone

2024-12-08 Thread pinmacs
On 2024-12-08 14:03, Ihor Radchenko wrote: pinmacs writes: See https://list.orgmode.org/87tu063ox2.fsf@localhost/ and the parent thread for details. I am repeatedly seeing this in different places: patches welcome for the new timezone orgmode timestamps. But it points to a thread with 366

Re: please, report on current status of orgmode timestamps with timezone

2024-12-08 Thread Ihor Radchenko
pinmacs writes: >> See https://list.orgmode.org/87tu063ox2.fsf@localhost/ and the parent >> thread for details. > > I am repeatedly seeing this in different places: patches welcome for the > new timezone orgmode timestamps. But it points to a thread with 366+ > me

Re: please, report on current status of orgmode timestamps with timezone

2024-12-08 Thread pinmacs
elcome! See https://list.orgmode.org/87tu063ox2.fsf@localhost/ and the parent thread for details. I am repeatedly seeing this in different places: patches welcome for the new timezone orgmode timestamps. But it points to a thread with 366+ messages. I propose to, first off, reduce complexity

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-25 Thread Ihor Radchenko
Jan Rehders writes: >> More generally, we have previously discussed the idea of generic help >> menu for major modes. See >> https://list.orgmode.org/orgmode/87a5oayblv@gmail.com/ >> I personally like the idea of some kind of help menu, but I have doubts >> tha

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-24 Thread Jan Rehders
n with > org-speed-commands can be very helpful. > > More generally, we have previously discussed the idea of generic help > menu for major modes. See > https://list.orgmode.org/orgmode/87a5oayblv@gmail.com/ > I personally like the idea of some kind of help menu, but I have doubts

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-23 Thread Ihor Radchenko
Jan Rehders writes: > I wrote a package called org-menu which uses transient to add a > discoverable menu to Orgmode. It's a bit of a mix of a modal editing > mode or speed commands and a Magit style hierarchical menu to find > less frequently used commands. I'd like to s

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. > See https://github.com/sheijk/org-menu for some screen shots and > description. Hi! I'm just a casual user. This package seems amazing from initial usage, does improve org workflow well.

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
> See https://github.com/sheijk/org-menu for some screen shots and > description. Hi! I'm just a casual user. This package seems amazing from initial usage, does improve org workflow well. I'm excited to follow up on this inclusion. I'd like to just plug few lists related to this topic. 1. ht

Contributing org-menu (using transient) to Orgmode?

2024-11-17 Thread Jan Rehders
Hello, I wrote a package called org-menu which uses transient to add a discoverable menu to Orgmode. It's a bit of a mix of a modal editing mode or speed commands and a Magit style hierarchical menu to find less frequently used commands. I'd like to start a discussion here whether this

Re: Orgmode and Beamer

2024-10-28 Thread David Masterson
Thanks.  That's what I was looking for.  Didn't previously understand the use of the :*only: tags. On 10/28/24 19:05, Leo Butler wrote: On Mon, Oct 28 2024, David Masterson wrote: Does anyone have a recommendation on how to structure an Org document such that it can be exported to either Lat

Re: Orgmode and Beamer

2024-10-28 Thread Leo Butler
On Mon, Oct 28 2024, David Masterson wrote: > Does anyone have a recommendation on how to structure an Org document > such that it can be exported to either Latex or Beamer? Suppose you > have a (small) thesis that you are writing and you want to generate > Beamer slides of a high-level view of t

Re: Orgmode and Beamer

2024-10-28 Thread David Masterson
Ok.  Can that be done based upon which export engine you choose -- ox-latex or ox-beamer?  Example? On 10/28/24 16:57, Naresh Gurbuxani wrote: Comment out one of these: #+latex_class: article #+latex_class: beamer Sent from my iPhone On Oct 28, 2024, at 6:32 PM, David Masterson wrote:

Re: Orgmode and Beamer

2024-10-28 Thread Naresh Gurbuxani
Comment out one of these: #+latex_class: article #+latex_class: beamer Sent from my iPhone > On Oct 28, 2024, at 6:32 PM, David Masterson > wrote: > > Does anyone have a recommendation on how to structure an Org document such > that it can be exported to either Latex or Beamer? Suppose yo

Orgmode and Beamer

2024-10-28 Thread David Masterson
Does anyone have a recommendation on how to structure an Org document such that it can be exported to either Latex or Beamer? Suppose you have a (small) thesis that you are writing and you want to generate Beamer slides of a high-level view of the document, but also generate a PDF for the whole

Re: Audio File in beamer and orgmode

2024-10-02 Thread Orm Finnendahl
into an elisp function and > > invoked on a keystroke prompting for the url and its name. I think you > > can also use #+BEGIN_LATEX: and #+END_LATEX: to avoid repeating the > > #+LATEX on every line. > > > > -- > > Orm > > > > > > Am Mittwoch, de

Re: Audio File in beamer and orgmode

2024-10-02 Thread Leo Butler
a link like [[mp3emb:music.mp3][Background noise]] in your Org file. Note that you do need to set the PLAYER. Best, Leo > > -- > Orm > > > Am Mittwoch, den 02. Oktober 2024 um 11:50:10 Uhr (+0200) schrieb luis > antunes pena: >> Dear all, >> >> I'm work

Re: Audio File in beamer and orgmode

2024-10-02 Thread luis antunes pena
entation in beamer using orgmode and couldn´t find information on how to include an audio file in orgmode to be converted to beamer and a pdf. Is there any example that you could share? Thanks in advance. Luís -- Luís Antunes Pena http://luisantunespena.eu

Re: Audio File in beamer and orgmode

2024-10-02 Thread Orm Finnendahl
11:50:10 Uhr (+0200) schrieb luis antunes pena: > Dear all, > > I'm working on a presentation in beamer using > orgmode and couldn´t find information on how to > include an audio file in orgmode to be converted > to beamer and a pdf. > > Is there any example that you could share? > > Thanks in advance. > > Luís

Audio File in beamer and orgmode

2024-10-02 Thread luis antunes pena
Dear all, I'm working on a presentation in beamer using orgmode and couldn´t find information on how to include an audio file in orgmode to be converted to beamer and a pdf. Is there any example that you could share? Thanks in advance. Luís

Re: please, report on current status of orgmode timestamps with timezone

2024-09-22 Thread Ihor Radchenko
pinmacs writes: > From #11 OrgMeetup content [1] I see that a date with timestamp and > timezone is used: > >     <2024-09-11 Wed 19:00-21:00 @+03,Europe/Istanbul> > ... > Is this something is going to arrive on 9.8 ? Is this something that > only works in development version? This is an ide

please, report on current status of orgmode timestamps with timezone

2024-09-16 Thread pinmacs
Hi, From #11 OrgMeetup content [1] I see that a date with timestamp and timezone is used:     <2024-09-11 Wed 19:00-21:00 @+03,Europe/Istanbul> With orgmode version 9.7.10: 1. If I try to to =C-c C-c= minibuffer says: "Not at a timestamp"; well, at least, does not t

Re: Orgmode keybindings in Dired?

2024-08-24 Thread Kepa
From: Fraga, Eric Subject: Re: Orgmode keybindings in Dired? Date: Fri, 23 Aug 2024 12:51:32 + User-agent: gnus (Emacs 31.0.50) Response below/inline for email Kepa wrote: > (original email sent 22 Aug 2024 at 18:27) > I'm starting to use Dired and I like it.

RE: Orgmode keybindings in Dired?

2024-08-23 Thread Kepa
Hi Marcin! Below I shared some ideas > -Original Message- > From: mbork at mbork.pl > > Sent: Friday, August 23, 2024 7:21 AM > To: Kepa > Subject: Re: Orgmode keybindings in Dired? > > On 2024-08-22, at 18:27, Kepa wrote: > > > Hi > > >

Re: Orgmode keybindings in Dired?

2024-08-23 Thread Fraga, Eric
Response below/inline for email Kepa wrote: > (original email sent 22 Aug 2024 at 18:27) > I'm starting to use Dired and I like it. dired is an excellent tool! > I would like to know your opinion, fellow orgmode users about > keybindings in Dired: > Is it worth modifying Di

Orgmode keybindings in Dired?

2024-08-22 Thread Kepa
Hi I'm starting to use Dired and I like it. I would like to know your opinion, fellow orgmode users about keybindings in Dired: Is it worth modifying Dired's keybindings to match those of Org-mode? Could it have any side effect? Any specific advice? Has this configuration already b

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-21 Thread Moakt Temporary Email
>Any alternative ideas about syntax? My main concern is when the weekday >name is not in English. crontab also supports numerals: 0=Sunday 1=Monday ... 6=Friday 7=Sunday (in a sweet attention to detail and how brains work) I suggest: - numerals as the default language-agnostic implementation - T

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-20 Thread Ihor Radchenko
Milan Zamazal writes: >> "IR" == Ihor Radchenko writes: > > IR> Note that we also have diary style timestamps with arbitrary > IR> logic of date selection. > > The primary problem with those timestamps is that they cannot be marked > as DONE and disappear from agendas for the given d

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> The primary problem with those timestamps is that they cannot be marked >> as DONE and disappear from agendas for the given date. > > +1 Also, the time of day must be in the heading. Not anymore. I added support for time in diary style timestamps a while ago. You can

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Rudolf Adamkovič
Milan Zamazal writes: > The primary problem with those timestamps is that they cannot be marked > as DONE and disappear from agendas for the given date. +1 Also, the time of day must be in the heading. For example, "There is an official Fennel user group that meets on the third Saturday of

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Milan Zamazal
> "IR" == Ihor Radchenko writes: IR> Note that we also have diary style timestamps with arbitrary IR> logic of date selection. The primary problem with those timestamps is that they cannot be marked as DONE and disappear from agendas for the given date. I think that nth-dayofweek-in

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Moakt Temporary Email
>Note that we also have diary style timestamps with arbitrary logic of >date selection. > >The question is whether a more specialized repeater specification is >needed. And if it is needed, what should be the available features. > >So far, you listed: >1. Specific day of week, nth from the beginnin

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Ihor Radchenko
Moakt Temporary Email <097073ee6...@drmail.in> writes: >>That would indeed be nice. But may you provide more details on how you >>envision such support to be implemented? > > ... > "++1m@Mon#1"? Maybe employ cron syntax for month and week for what's after > "@"? Another example: "++1m@17" (= add

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-18 Thread Moakt Temporary Email
>> I want to suggest that SCHEDULED and DEADLINE support things like "first >> Monday of the month" like cron. >That would indeed be nice. But may you provide more details on how you >envision such support to be implemented? I'm not sure. I am a lowly user :) "++1m@Mon#1"? Maybe employ cron syn

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-18 Thread Ihor Radchenko
Moakt Temporary Email <097073ee6...@drmail.in> writes: > I want to suggest that SCHEDULED and DEADLINE support things like "first > Monday of the month" like cron. That would indeed be nice. But may you provide more details on how you envision such support to be implemented? -- Ihor Radchenko

[orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-17 Thread Moakt Temporary Email
Greetings, I want to suggest that SCHEDULED and DEADLINE support things like "first Monday of the month" like cron. Thanks

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Ihor Radchenko
"Tory S. Anderson" writes: > ... I will rethink my setup to use those things. Thanks for your response! You do not need to rethink your setup. Just move the filter to global settings. It is how it is supposed to be used. (org-agenda-custom-commands '(("w" . "Work") ("wd" "Work Day" ((ag

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Tory S. Anderson
Pedro writes: > I use the same version emacs and orgmode version as you, and I have > similar needs as you: filtering org-agenda by tags, etc. > > I will share my whole section of org-agenda-custom-commands as it > is, I hope you can followup it nicely. Find it attached in

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Pedro
Hi Tory, I use the same version emacs and orgmode version as you, and I have similar needs as you: filtering org-agenda by tags, etc. I will share my whole section of org-agenda-custom-commands as it is, I hope you can followup it nicely. Find it attached in file: agenda-filters.org

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-25 Thread Ihor Radchenko
web...@toryanderson.com (Tory S. Anderson) writes: > After years without issue where I could choose, for example, to see my > daily work agenda, the filters are now failing to be applied. This is > in org 9.6.15, as shipped with my emacs 29.3. I have verified that > this problem is the same in =em

After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-25 Thread Tory S. Anderson
, or do I need to change something to make it up-to-date? (I'm cross-posting this to both reddit and the orgmode mailing list since the two audiences might not overlap much)

Re: orgmode tables

2024-04-22 Thread Leo Butler
‘M-S-’ (‘org-table-insert-column’) >> Insert a new column at point position. Move the recent column and >> all cells to the right of this column to the right. >> >> Leo >> >> On Mon, Apr 22 2024, Jude DaShiell wrote: >> >> > wh

Re: orgmode tables

2024-04-22 Thread Ihor Radchenko
Jude DaShiell writes: > Doesn't work here. Just makes the terminal beep. Using terminal Emacs? Be aware that terminals cannot emulate certain key bindings, including modifier + arrow keys. See https://orgmode.org/manual/TTY-Keys.html -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
aShiell wrote: > > > > As it happens c-s-right comes back with c-s-right is undefined. > > This is emacs-nativecomp 29 on slint and slint is the international > > version of slackware. > > At this point I think orgmode could use is a tool to be run that will find >

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
olumn’) > >> Insert a new column at point position. Move the recent column and > >> all cells to the right of this column to the right. > >> > >> Leo > >> > >> On Mon, Apr 22 2024, Jude DaShiell wrote: > >> > >> > wh

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
Jude DaShiell writes: > As it happens c-s-right comes back with c-s-right is undefined. > This is emacs-nativecomp 29 on slint and slint is the international > version of slackware. > At this point I think orgmode could use is a tool to be run that will find > and let the user or

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
and >> all cells to the right of this column to the right. >> >> Leo >> >> On Mon, Apr 22 2024, Jude DaShiell wrote: >> >> > when making a table in orgmode, I forgot to add three columns to the >> > table. What command or commands would I

Re: orgmode tables

2024-04-22 Thread Mark Barton
comes back with c-s-right is undefined. > This is emacs-nativecomp 29 on slint and slint is the international > version of slackware. > At this point I think orgmode could use is a tool to be run that will find > and let the user or installer know all of the undefined key combination

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
As it happens c-s-right comes back with c-s-right is undefined. This is emacs-nativecomp 29 on slint and slint is the international version of slackware. At this point I think orgmode could use is a tool to be run that will find and let the user or installer know all of the undefined key

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
; ‘M-S-’ (‘org-table-insert-column’) > Insert a new column at point position. Move the recent column and > all cells to the right of this column to the right. > > Leo > > On Mon, Apr 22 2024, Jude DaShiell wrote: > > > when making a table in orgmode, I forgot to add th

Re: orgmode tables

2024-04-22 Thread Leo Butler
(info "(org)Built-in Table Editor") ‘M-S-’ (‘org-table-insert-column’) Insert a new column at point position. Move the recent column and all cells to the right of this column to the right. Leo On Mon, Apr 22 2024, Jude DaShiell wrote: > when making a table in orgmode

orgmode tables

2024-04-22 Thread Jude DaShiell
when making a table in orgmode, I forgot to add three columns to the table. What command or commands would I use to add columns to a table? -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940.

Re: Emacs-orgmode Digest, Vol 217, Issue 20

2024-03-18 Thread pessoa
On Mon, Mar 18, 2024, at 12:00 AM, emacs-orgmode-requ...@gnu.org wrote: > Send Emacs-orgmode mailing list submissions to > emacs-orgmode@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/emacs-orgmode > o

Re: emacs-orgmode@gnu.org Subject: Org mode version 9.7-pre (9.7-pre-n/a-g356072; org-table-to-lisp breaks table alignment when using links

2024-02-29 Thread Ihor Radchenko
Kostadin Ninev writes: > After installing latest org from git, table alignment is broken for > me in tables where some of the cells contain links for example: > > > | a| b | > |--+---| > | [[c][c]] | d | > > > Shows like this: > > > | a| b | > |--+---| > | c | d |

emacs-orgmode@gnu.org Subject: Org mode version 9.7-pre (9.7-pre-n/a-g356072; org-table-to-lisp breaks table alignment when using links

2024-02-28 Thread Kostadin Ninev
After installing latest org from git, table alignment is broken for me in tables where some of the cells contain links for example: | a| b | |--+---| | [[c][c]] | d | Shows like this: | a| b | |--+---| | c | d | Unless I M-x org-toggle-link-display, tested w

Re: dynamic blocks orgmode manpage

2024-02-19 Thread Ihor Radchenko
chris writes: > Now, after running =C-c C-c= on the line below, trying =M-x org-dynamic-block- > insert-dblock= will result in the error: =funcall-interactively: Wrong type > argument: commandp, org-dblock-write:block-update-time=. > > #+begin_src emacs-lisp > (org-dynamic-block-define "block

dynamic blocks orgmode manpage

2024-02-14 Thread chris
Hi all, #+title: dynamic blocks orgmode manpage * Example from the manual Concerned page: [[https://orgmode.org/manual/Dynamic-Blocks.html][Dynamic Blocks (The Org Manual)]] Below is an elisp snippet from the manual. You can execute it with =C-c C-c=. #+begin_src emacs-lisp (defun org

Re: How to downgrade from the last orgmode version to a stable version

2024-02-11 Thread Ihor Radchenko
Ypo writes: > If I try to delete the 9.7-pre version, I can't : "package-delete: > Package ‘org-9.7pre0.20240130.161905’ is used by ‘ox-pandoc’ as > dependency, not deleting" > > What would be the correct way to go back to a stable org version? Just delete it manually from elpa folder. -- Ih

How to downgrade from the last orgmode version to a stable version

2024-02-11 Thread Ypo
Hi I am using Org mode version 9.7-pre (release_N/A-N/A-afc529 @ ./.emacs.d/elpa/org-9.7pre0.20240130.161905/) But I receive several error messages and problems with several packages, for example after a swiper search, the headline doesn't unfold. Today, Vertico has stopped working while in

Re: help with gnus-icalendar.el and orgmode agenda

2024-02-08 Thread Ihor Radchenko
Ihor Radchenko writes: > <2024-02-22 18:30-20:00> is a valid timestamp. Agenda not handling it is > an oversight that should be fixed. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=62956196d -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
> <2024-02-22 18:30-20:00> is a valid timestamp. Agenda not handling it is > an oversight that should be fixed. Thanks for checking this. If the agenda could parse these, great. However, with a workaround (C-c C-c on the timestamp), I can handle this for now. Incidentally, org-lint says the fol

Re: help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Ihor Radchenko
"Stephen J. Eglen" writes: > When I use this package on icalendar attachments, it creates entries > that look like this: > > ... ><2024-02-22 18:30-20:00> > > Note that the timestamp DOES NOT include a day of the week. With the > default settings of org-time-stamp-formats, i.e. > > ("%Y-%m-

help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
hi, I have the following snippet set up so that mu4e will parse icalendar attachments and add them to an org file ... this seems to be the standard prescription: (when (fboundp 'gnus-icalendar-org-setup) (setq gnus-icalendar-org-capture-file "~/todo.org") (setq gnus-icalendar-org-capture-head

Re: How to update to the last orgmode version

2024-01-30 Thread Ihor Radchenko
Ypo writes: > Can it be installed like any other elisp package? > > I thought I could go using the web browser to the address showed in the > manual: > > https://git.savannah.gnu.org/git/emacs/org-mode.git > > And from there to download the org-mode package, and the to load it, but > I can't do

Re: How to update to the last orgmode version

2024-01-30 Thread Ypo
Is it necessary to build it, or to use git? This would be above my head. Best On 30/01/2024 21:11, Ihor Radchenko wrote: ypuntot writes: I need to update orgmode to the version 9.7. Could you please help me with some links or instructions? https://orgmode.org/manual/Installation.html

Re: How to update to the last orgmode version

2024-01-30 Thread Ihor Radchenko
ypuntot writes: > I need to update orgmode to the version 9.7. > Could you please help me with some links or instructions? https://orgmode.org/manual/Installation.html -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

How to update to the last orgmode version

2024-01-30 Thread ypuntot
I need to update orgmode to the version 9.7. Could you please help me with some links or instructions? Best!

OrgMode Agenda empty if one of files is missing

2023-12-05 Thread Ali M.
Hi , If a file added on my agenda list is deleted, Org Mode Agenda list comes back empty for example my org agenda have two files '(org-agenda-files '("c:/dev/projects/one/one.org" "c:/dev/projects/two/two.org" )) Now I deleted folder two , so the folder c:/dev/projects/two/ and its conte

Re: OrgMode Agenda empty if one of files is missing from the org-agenda-files

2023-12-04 Thread Ali M.
You are right I tried again, and this time, i checked the echo/mini buffer area, and it had the options you mentioned above my bad My agenda windows open on the side, not the bottom (not sure why), so i guess this why i didnt notice the warning in the echo area before also a bit unfortunate that

Re: OrgMode Agenda empty if one of files is missing from the org-agenda-files

2023-12-04 Thread Ihor Radchenko
"Ali M." writes: > If a file added on my agenda list is deleted, Org Mode Agenda list comes > back empty > > For example, my org agenda has two files > '(org-agenda-files >'("c:/dev/projects/one/one.org" "c:/dev/projects/two/two.org" )) > > Now I deleted folder two , so the folder c:/dev/

OrgMode Agenda empty if one of files is missing from the org-agenda-files

2023-12-03 Thread Ali M.
Hi , This is a repost, the first i sent this to the mailing list i wasnt subscribed so it is pending review, but it's been almost a week, so i sending this again after i subscribed If a file added on my agenda list is deleted, Org Mode Agenda list comes back empty For example, my org agenda has t

Re: orgmode-capture-all on macOS

2023-12-01 Thread Max Nikulin
On 28/11/2023 06:58, mag_dex wrote: A simple hack to right click on selected text and capture it (with URL if this is Safari) to your OrgMode Inbox. I do not have a mac. I just have looked into the code and I am curious why you decided to update org file from a python script directly instead

[PATCH] org-manual: Add references to LaTeX docs (was: New Orgmode LaTex Document Class ?)

2023-08-03 Thread Ihor Radchenko
David Masterson writes: > I think begin.html is a good starting point. Mentioning 'texdoc latex' > is also simple (and more LaTeX specific) and most likely to work. You > could include a parenthetical note that, if it doesn't work, try the > URL. After that, new users can dig through the docum

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread tomas
On Wed, Aug 02, 2023 at 09:53:27AM -0700, David Masterson wrote: > writes: [...] > > tomas@trotzki:~$ apt-file search latex-doc-ptr.pdf [...] > Ah! That's the problem -- I didn't have texlive-lang-english installed! > I also didn't know about 'apt-file search' -- useful command! sudo apt

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >>> http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf > > Other possibilities are: > https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-70001.5 or > https://tug.org/begin.html > > Some people may be slightly uncomfortable r

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread David Masterson
writes: > On Tue, Aug 01, 2023 at 11:28:32PM -0700, David Masterson wrote: > > [...] > >> Hmm. For me 'texdoc -l latex' in a shell showed me this: >> >> 1 /usr/share/texlive/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf >> 2 /usr/share/texlive/texmf-dist/doc/support/light-latex-make/l

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread tomas
On Tue, Aug 01, 2023 at 11:28:32PM -0700, David Masterson wrote: [...] > Hmm. For me 'texdoc -l latex' in a shell showed me this: > > 1 /usr/share/texlive/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf > 2 /usr/share/texlive/texmf-dist/doc/support/light-latex-make/llmk.pdf > 3 /usr/sh

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >> http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf Other possibilities are: https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-70001.5 or https://tug.org/begin.html Some people may be slightly uncomfortable reading pdf-only. So, providing an html

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >> Running texdoc latex in shell will open the same pdf file as in >> http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf > > Hmm. For me 'texdoc -l latex' in a shell showed me this: > > 1 /usr/share/texlive/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > What about http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf >> >> Seems good, but maybe https://ctan.org is the true starting place. They >> can search for "latex" or look in the "Cover" dropdown for some ideas. >>

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >>> What about >>> >>>http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf > > Seems good, but maybe https://ctan.org is the true starting place. They > can search for "latex" or look in the "Cover" dropdown for some ideas. > I just found https://tug.org/begin

Re: New Orgmode LaTex Document Class ?

2023-07-31 Thread David Masterson
Ihor Radchenko writes: > Stefan Nobis writes: > >> Ihor Radchenko writes: >> >>> I'd prefer to put some more generic reference. Some info manual or >>> good stable URL link that has explanations about kpsewhich and other >>> LaTeX basics. >> >> What about >> >>http://mirrors.ctan.org/info/l

Re: New Orgmode LaTex Document Class ?

2023-07-31 Thread Ihor Radchenko
Stefan Nobis writes: > Ihor Radchenko writes: > >> I'd prefer to put some more generic reference. Some info manual or >> good stable URL link that has explanations about kpsewhich and other >> LaTeX basics. > > What about > >http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf Looks

Re: New Orgmode LaTex Document Class ?

2023-07-31 Thread Stefan Nobis
Ihor Radchenko writes: > I'd prefer to put some more generic reference. Some info manual or > good stable URL link that has explanations about kpsewhich and other > LaTeX basics. What about http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf No direct references to kpsewhich, but I

Re: New Orgmode LaTex Document Class ?

2023-07-31 Thread Ihor Radchenko
David Masterson writes: >> Do you have specific section of the manual in mind? > > I thought about it and, I think, a simple statement at the end of 13.10 > (Latex Export) provides a start to help a newbie. Something like: > > > > If you have the LaTeX system installed, the 'kpsewhich' Linu

Re: New Orgmode LaTex Document Class ?

2023-07-30 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> Mentioning the (previously mentioned) 'kpsewhich' for finding what are >> the LaTex classes (etc.) to which Org can refer might be useful. From >> there, the newbie (like me) can go research what the classes can do in >> the LaTeX manuals. >

Re: New Orgmode LaTex Document Class ?

2023-07-30 Thread Ihor Radchenko
David Masterson writes: > Mentioning the (previously mentioned) 'kpsewhich' for finding what are > the LaTex classes (etc.) to which Org can refer might be useful. From > there, the newbie (like me) can go research what the classes can do in > the LaTeX manuals. Do you have specific section of

Re: New Orgmode LaTex Document Class ?

2023-07-29 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> ... Someone should >> probably add something like this in the Org manual to help people begin >> the bridge of setup into more advanced LaTex while using Org (maybe it's >> there already?). > > It will not be productive to explain LaTeX in t

Re: New Orgmode LaTex Document Class ?

2023-07-29 Thread Ihor Radchenko
David Masterson writes: > ... Someone should > probably add something like this in the Org manual to help people begin > the bridge of setup into more advanced LaTex while using Org (maybe it's > there already?). It will not be productive to explain LaTeX in the Org manual. There are whole book

Re: New Orgmode LaTex Document Class ?

2023-07-29 Thread David Masterson
Stefan Nobis writes: > David Masterson writes: > >> I want to install a resume document class for LaTex > > There are the variables org-latex-classes and org-latex-default-class > on the Org side, but that's only about some structural metadata (how > to map Org headline levels to LaTeX structure

  1   2   3   4   5   6   7   8   9   10   >