Ihor Radchenko writes:
> Samuel Wales writes:
>
>> some code removes it. for example creating a link to a headline using
>> capture.
>
> Yeah. org-link--normalize-string. But it is internal function, so I would
> not rely on it.
>
> Also, rather than relying on regexps, I would use
> org-ele
"Christopher M. Miles" writes:
> Hi Danjou, Since the package org-contacts.el is not maintained for a long
> time. I would like to take
> over maintaining of org-contacts.el. What do you think? I used to send you an
> email with asking. But
> got no response.
>
> Hi Bastien, If org-contacts.el
Karl Voit writes:
> I've got following custom agenda for exporting:
>
> | ("n" "no TODO events +180d"
> | ((agenda "no TODO events +180d"
> | ((org-agenda-span 180)
> |(org-agenda-time-grid nil)
> |(org-agenda-entry-types '(:timestamp :sexp))
> |(org
Max Nikulin writes:
> The attached patch set is assumed to be complete.
Thanks!
> I have no chance to thoroughly test it. Existing unit tests pass for
> Emacs-26 and Emacs-27. Nothing has changed for Emacs-25, as for the
> "main" branch one test fails. I have not tried Emacs-28 or the current
Nicolas Odermatt-Lemay writes:
> Step to reproduce:
> 1- Enable (org-indent-mode) in an org buffer.
> 2- Use the command (org-inlinetask-insert-task)
> 3- Insert some text between the task's title and the keyword END
> 4- Notice that the text between the title and the keyword END isn't
> properly
Max Fujimoto writes:
> Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version
> 1.17.6)
>
> The variable org-startup-folded does not work expected in .dir-locals.el.The
> option "#+startup: fold" works as expected.
This is because Emacs loads directory-local variables _a
Hi,
* TRS-80 wrote:
>
>> On 2022-04-05 04:48, Karl Voit wrote:
>>> Hi,
>>> I've got following custom agenda for exporting:
>>> | ("n" "no TODO events +180d"
>>> | ((agenda "no TODO events +180d"
>>> | ((org-agenda-span 180)
>>> |(org-agenda-time-grid nil)
>>> |(
* Jeremie Juste wrote:
> Hello Karl,
Hi Jeremie,
> On Tuesday, 3 May 2022 at 11:15, Karl Voit wrote:
>>
>> I tried this neat code snippet today with Emacs 26.3 and Org-mode
>> 9.1.9 and I got an error:
>>
>> | org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export
>>
>> Whe
Ignacio Casso writes:
> I replied to this bug report yesterday via the "reply via email to"
> button in
> https://lists.gnu.org/archive/html/emacs-orgmode/2022-05/msg00058.html,
> assuming it would send it to the org-mode list, but now I see that it
> was only sent to Fabian.
It is not directly
Would “fixing” this also remove the statistics cookie from agenda views? That
would be a pity as I find it very useful there for my ways of using Org.
Cheers,
--alex
--
www.condition-alpha.com / @c_alpha
Sent from my iPhone; apologies for brevity and autocorrect weirdness.
> On 4. May 202
Alexander Adolf writes:
> Would “fixing” this also remove the statistics cookie from agenda views? That
> would be a pity as I find it very useful there for my ways of using Org.
No
There are some recent (week old) changes to org-fold that changes
fold/emphasize behavior. Before the changes, I used to have
(setq org-fold-catch-invisible-edits 'show-and-error)
in order to prevent accidental write in the following places:
:PROPERTIES:|...
But now, hidden emphasize sy
> On Wed, 04 May 2022 18:37:47 +0800, Ihor Radchenko
> said:
Ihor> Max Fujimoto writes:
>> Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo
version 1.17.6)
>>
>> The variable org-startup-folded does not work expected in
>> .dir-locals.el.The op
Cool! Thanks for the swift confirmation.
--alex
--
www.condition-alpha.com / @c_alpha
Sent from my iPhone; apologies for brevity and autocorrect weirdness.
> On 4. May 2022, at 15:00, Ihor Radchenko wrote:
>
> Alexander Adolf writes:
>
>> Would “fixing” this also remove the statistics
Robert Pluim writes:
> Ihor> I recommend reporting this to Emacs bug tracker.
>
> I donʼt think this is a bug: directory-local variables are supposed to
> behave the same as file-local variables, and setting
> org-startup-folded in a local variable section also doesnʼt get
> applied.
This is
> On Wed, 04 May 2022 21:46:14 +0800, Ihor Radchenko
> said:
Ihor> Robert Pluim writes:
Ihor> I recommend reporting this to Emacs bug tracker.
>>
>> I donʼt think this is a bug: directory-local variables are supposed to
>> behave the same as file-local variables, an
Daniel Fleischer writes:
> (setq org-fold-catch-invisible-edits 'show-and-error)
>
> in order to prevent accidental write in the following places:
>
> :PROPERTIES:|...
>
> But now, hidden emphasize symbols are considered "folded" so when I
> write:
>
> *Hello*|
>
> and about to press
Robert Pluim writes:
> Ihor> This is no different. org-startup-folded controls loading of Org
> mode.
> Ihor> However, Emacs applies directory-local variables and file-local
> Ihor> variables _after_ loading Org mode. Org cannot do much about it
> without
> Ihor> hacking Emacs d
> On Wed, 04 May 2022 22:46:56 +0800, Ihor Radchenko
> said:
Ihor> Robert Pluim writes:
Ihor> This is no different. org-startup-folded controls loading of Org mode.
Ihor> However, Emacs applies directory-local variables and file-local
Ihor> variables _after_ loading Org
On 04/05/2022 18:56, Ihor Radchenko wrote:
Ignacio Casso writes:
I replied to this bug report yesterday via the "reply via email to"
button in
https://lists.gnu.org/archive/html/emacs-orgmode/2022-05/msg00058.html,
assuming it would send it to the org-mode list, but now I see that it
was only s
Max Nikulin writes:
>>> I replied to this bug report yesterday via the "reply via email to"
>>> button in
>>> https://lists.gnu.org/archive/html/emacs-orgmode/2022-05/msg00058.html,
>>> assuming it would send it to the org-mode list, but now I see that it
>>> was only sent to Fabian.
>>
>> It is
Hi All,
I’ve been fairly busy as of late (hence my recent silence on this ML), however I
have a patchset that’s been in the works for a while that I’ve finally polished
up.
Short version: It adds a new (superior) option for exporting code blocks with
syntax highlighting to LaTeX.
The long versio
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
>> Hi Danjou, Since the package org-contacts.el is not maintained for a long
>> time. I would like to take
>> over maintaining of org-contacts.el. What do you think? I used to send you
>> an email with asking. But
>> got no response.
>
On 04/05/2022 16:56, Ihor Radchenko wrote:
Max Nikulin writes:
1 unexpected results:
FAILED test-org-clock/clocktable/ranges
Thank you, Ihor. I run tests in containers with UTC timezone, so I did
not notice such failure. So unit tests reveal a problem with tests.
`org-read-date-analyze
Fabian writes:
> Hi everybody,
>
> I would like to report his behaviour as a bug:
A crucial piece of information is missing here: this concerns the
behavior of the function `org-heading-components'.
>
> Example:
>
> * Some Heading Title [0/1] ;; cursor in this line when execut
Juan Manuel Macías writes:
> Hi Ihor,
>
> Ihor Radchenko writes:
>
>> If you are going this far with speed commands, you might as well switch
>> to modal editing. What you are describing is basically a modal command
>> map with ability to switch to insert map.
>
> I'm not a fan of modal editing,
Uwe Brauer writes:
> I am looking for convenient method to generate a weekly calendar in
> table form that looks like
>
> #+begin_src
>
> | Hours | Mon | Tue | Wed | Thu | Fri |
> | 8:00-9:00 | | | | | |
> | 9:00-10:00 | | | | | |
> |
Philip Kaludercic writes:
> Ihor Radchenko writes:
>
>> Philip Kaludercic writes:
>>
>>> For some reason ox-texinfo removes periods from node names. It seems
>>> this is not necessary as info can render these files without any issues,
>>> and in certain cases not intended (e.g. I had a node na
in retrospect this solution is completely obvious but i thought i
would mention it in case somebody searches for it.
in agenda, i do c-u c-u c-d. this allows me to remove deadline
warning days [RET, very convenient!] or specify them.
a good thing about this feature is that there is less chance o
Eric S Fraga writes:
> I'm in total agreement. The indexing of the org info manual is
> excellent and generally gets me to what I want very quickly.
The Info format has really grown on me, too!
Once I learned I could quite easily export from Org to Info[0], I
started using it even more! I eve
G'day,
I have a citation problem. The bibtex entry is:
@TechReport{name32:_some,
author = {{Some Company Name}},
title = {Some silly internal document},
institution = {Some Company Name Ltd},
year = 1832}
The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
Org exports to
Neil Jerram writes:
> I've been thinking about how to get nice Org access on my PinePhone. My
> current favoured option is Organice, with a local WebDAV server on the
> phone. My Org is mastered in a hosted git repo, and I already have a script
> for syncing between that and a local clone on vari
It seems this should have been fixed late in citeproc-el in 2021:
https://github.com/andras-simonyi/citeproc-el/issues/72
Are you using the most up-to-date code?
On Wed, May 4, 2022, 8:19 PM Alan Tyree wrote:
> G'day,
> I have a citation problem. The bibtex entry is:
> @TechReport{name32:_some
Ken Mankoff writes:
> Google Docs now supports MarkDown, not Org syntax :(.
>
> https://workspaceupdates.googleblog.com/2022/03/compose-with-markdown-in-google-docs-on.html
>
> -k.
There is a Free Software (AGPL3.0) alternative to Google Docs called
HedgeDoc. We have used it a little bit (wit
I'm not sure.
citeproc-0.9
citeproc-org-0.2.4
On Thu, 5 May 2022 at 10:34, Bruce D'Arcus wrote:
> It seems this should have been fixed late in citeproc-el in 2021:
>
> https://github.com/andras-simonyi/citeproc-el/issues/72
>
> Are you using the most up-to-date code?
>
> On Wed, May 4, 2022, 8:
Ypo writes:
> within a calendar: https://github.com/kiwanami/emacs-calfw
>
> But it seems to be unmaintained.
>
> Is there some *recommended *fork on Github with corrected bugs or new
> functions?
I don't know about *recommended*, however I do see at least a couple
names I recognize in the list
Juan Manuel Macías writes:
> Hi all,
>
> I've been trying for a while to use Org also to store and org-anize the
> data of my music and video files, so that I can conveniently access them
> via helm-org-ql and play them using EMMS.
I mean, I love Org just as much as anyone else on this list, but
Uwe Brauer writes:
> Hi
>
> I have for example
>
> * Grupos :noexport:
> :PROPERTIES:
> :EXPORT_OPTIONS: num:t
> :COLUMNS: %10GRP(Grupos) %10HOJA(Hoja Nr) %10EJ(Ejericio Nr) %17DATE(Date)
> %7STATUS(Status){X/}
> :ID: Grup
Nicolas Odermatt-Lemay writes:
> I say it isn't properly indented in the case of inline tasks because the
> text belonging to the inline task (not the header itself) isn't aligned
> with the first character of the header (see example below)
>
> * Header Level 1
> The text belonging to level-1 h
Robert Pluim writes:
> I was talking about #+STARTUP: (Iʼm assuming #+SETUPFILE: also works,
> but I haven't tried it).
FYI. #+SETUPFILE also does work.
Best,
Ihor
40 matches
Mail list logo