Re: [BUG] error when marking task done [9.6.24 ( @ /home/mkj/.emacs.d/elpa-gentoo/org-9.6.24/)]

2024-04-05 Thread Martin Kjær Jørgensen
On Fri, Apr 05 2024, Ihor Radchenko wrote: > Martin Kjær Jørgensen writes: > >> I had an agenda view opened for a while, went away, came back to toggle a >> task DONE by using C-c C-t as usual. Normally have not seen any errors. Now >> this occured, and

[BUG] error when marking task done [9.6.24 ( @ /home/mkj/.emacs.d/elpa-gentoo/org-9.6.24/)]

2024-04-05 Thread Martin Kjær Jørgensen
I had an agenda view opened for a while, went away, came back to toggle a task DONE by using C-c C-t as usual. Normally have not seen any errors. Now this occured, and Emacs asked me to report it: Warning (org-element-cache): org-element--cache: Org parser error in tasks.org::#. Resetting.

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-03-02 Thread Martin Kampas
Ihor Radchenko wrote: > Martin Kampas writes: > > Subject: [PATCH] org-bibtex-yank: Allow to populate existing item > > Applied, onto main, with amendments. > I changed the argument name from NONEW to UPDATE-HEADING and updated the > commit message. > https://git.savanna

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-24 Thread Martin Edström
19/02/2024 02:36, Martin Edström wrote: > > +Since this is a shell-command, remember to use single-quotes > > +around \\='%i\\=', not double-quotes! Else a math fragment such > > +as \"$y = 200$\" gets butchered into only \" = 200\"." > > I am afrai

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-24 Thread Martin Edström
And ignore my suggestion about stripping input on the Elisp side. Didn't think that through. On Wed, 21 Feb 2024 at 16:04, Martin Edström wrote: > > Actually, I agree about your test case, that looks like it'd cause a problem. > > So we patch the function to use `shell-qu

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-24 Thread Martin Edström
Actually, I agree about your test case, that looks like it'd cause a problem. So we patch the function to use `shell-quote-argument'? On Wed, 21 Feb 2024 at 15:38, Max Nikulin wrote: > > On 19/02/2024 02:36, Martin Edström wrote: > > +Since this is a shell-command, remember to use s

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-22 Thread Martin Kampas
t; > Why do you bind noindent here? It says nothing about (re)indenting the existing entry, so my feeling was it would be better to avoid doing that if there is no way to override. Now if you need to ask about it, it seems it is not really an issue, so I removed it, hardcoding nil there. B

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-18 Thread Martin Edström
Here you go! Tests passed (14 SKIPPED), compiled fine. I've made no prior contributions and this changes 5 lines. I'm ok if you want to rephrase it in any way. Martin On Sun, 18 Feb 2024 at 19:56, Martin Edström wrote: > > I will try to do a patch, thanks for the link. Stay tuned. >

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-18 Thread Martin Edström
I will try to do a patch, thanks for the link. Stay tuned. On Sun, Feb 18, 2024 at 15:06 Ihor Radchenko wrote: > Martin Edström writes: > > > I've just been struggling with my custom setting for > > `org-latex-to-html-convert-command` outputting many math snippets > > w

Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-16 Thread Martin Edström
I've just been struggling with my custom setting for `org-latex-to-html-convert-command` outputting many math snippets wrong. The fault was mine: I didn't correctly shell-quote the input. I propose to add a warning in the docstring, because many people will trip the same problem. The thing is

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
; under my name on the first page. And the date of my signature is "January 29, 2022". This copy doesn't have the Deputy Director's signature. -- Best regards, Martin Marshall

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
ml#copyright Thanks, I submitted a copyright assignment a year or two ago with respect to a pull-request submitted for the which-key package. Not sure if it's project-specific, or if I'll need to submit a separate one (which I'm happy to do of course). -- Best regards, Martin Marshall

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
rty links in the same way. So I might submit a patch for that as well soon. -- Best regards, Martin Marshall

[PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-12 Thread Martin Kampas
Hi, The attached patch allows to use org-bibtex-yank to populate an existing item instead of creating a new one, aligning its behavior with org-bibtex-create. BR, Martin Kampas >From 96af3ef46bb056e58206af77d3d37c5af2e43d7f Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Mon, 12 Feb 2

[PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-11 Thread Martin Marshall
>From 9b9e8ead6c175c76e4f37273a4e4f29b8e41b4f9 Mon Sep 17 00:00:00 2001 From: Martin Marshall Date: Sun, 11 Feb 2024 12:36:46 -0500 Subject: [PATCH] org-ctags: Fix regexp to not break radio-target links * org-ctags.el (org-ctags-tag-regexp): Add left angle-bracket to excluded characters for

[PATCH] org-ctags: When `ido-mode' is off, use completing-read

2024-02-10 Thread Martin Marshall
>From 24d731457433b333b28845e6140532bad790800e Mon Sep 17 00:00:00 2001 From: Martin Marshall Date: Sat, 10 Feb 2024 23:02:34 -0500 Subject: [PATCH] org-ctags: Use `completing-read' if `ido-mode' is off * org-ctags.el (org-ctags-find-tag-interactive): Only use `ido-completing-read' if `ido-m

Is there something people use instead of org-ctags? (was: [PATCH] `org-ctags-create-tags` creates empty TAGS file)

2024-02-09 Thread Martin Marshall
t provides a similar feature? [1] Commit 53868111d000302b50706769526f15164600d739 [2] https://www.reddit.com/r/emacs/comments/fg71cw/orgctags_failed_to_create_tags/ [3] That look like <>. See https://orgmode.org/manual/Internal-Links.html -- Best regards, Martin Marshall

[PATCH] `org-ctags-create-tags` creates empty TAGS file [9.6.15 (release_9.6.15 @ /home/martin/Projects/emacs/lisp/org/)]

2024-02-09 Thread Martin Marshall
"--regex-orgmode=\"%s\" -f \"%s\" -e -R %s") It works as expected. I've attached a patch against the current Emacs master branch. I hope that's sufficient, given the minimal nature of the change. Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+

Re: [PATCH] Add buffer-local setting to request specific ESS process/session name (was: [PATCH] Set Python shell in Org edit buffer)

2024-01-30 Thread Martin Maechler
g we have about MELPA in https://ess.r-project.org/Manual/readme.html#Installing-from-a-third_002dparty-repository satisfactory? Thank you, Ihor, for your contributions! Best, Martin -- Martin Maechler ETH Zurich, Switzerland

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Martin Steffen
d outlook access would even be acceptable for me, who cares. Unfortunately, there are many emails (from inside the organization, a university) that are individual, relevant, and at times urgent and requiring (re-)action and preferably efficient organization, overview, and handling, but I cannot use alt

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Martin Steffen
es. My current goal is not to get access to the server enabled properly again, but to get the emails (automatically) off the server, like 20+ years ago, when internet and access to servers was unrealiable over "modem" dial-ups. So back to the future, so to say. best, Martin

Re: fancy TODO lists setup (emacs 29.1)

2023-11-10 Thread Martin Steffen
> I am unable to reproduce using both stable and main branches. >> PS: My org version is Org mode version 9.5.2 >> (release_9.5.2-286-gd01235) > This is not the latest version of Org. You can try to upgrade. Thanks a lot. Seems like updating the org-setting did the trick

Re: An Org-mode-based blogging engine?

2023-05-08 Thread Martin Steffen
export to tweak things for jekyll. But the org-part is easy, and for me it works smooth. In a different response, HUGO was mentioned. I don't have experience with HUGO, but it's probably comparable to jekyll. Martin Marcin> I know about things like "Org publish" an

Re: A dream?

2023-04-03 Thread Martin Steffen
-issues . best, Martin >>>>> "Marko" == Marko Schuetz-Schmuck writes: Marko> Dear All, Marko> I teach some software engineering courses and in each of them Marko> students work on semester-long projects in teams. So far, Marko> have le

[BUG] columnview result depends on org-tags-match-list-sublevels [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-03-28 Thread Martin Jambor
very much for looking at this, please consider CCing me when discussing the issue because I am not subscribed to the org-mode list. Martin Jambor Emacs : GNU Emacs 28.2 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.35

Babel C-mode corrupts double-quoted strings in output

2022-08-31 Thread Martin Jerabek
quotes "line 1" "line 2" "line 3" because org-babel-execute:shell does not process the output with org-babel-read. I do not know if languages other than the C family (C, C++, D) are affected. At the very least, the documentation of org-babel-read should be expanded to document the fact that if the CELL parameter starts with a double quote, it is processed by the read function. Best regards Martin Jerabek

Re: [more absurd]

2022-07-04 Thread Martin Steffen
>writes: > About the cultural thing... you seem to be a zero-counter (as I I guess I am, by maybe have not been a zero-counter from the start, but a 1-counter. I vaguely remember to have learnt (at school? beginning at university?) that ``THE natural numbers'' (the ones Kronecker

Re: [more absurd]

2022-07-04 Thread Martin Steffen
o stumble upon Peano) tend to favour starting at 0. Foundational folks can elaborate on that analogy between lists and nats, but as you say, in both cases they favor to include 0 to nats and the empty list to lists (and there are more examples) and it's favored for good reasons (at least to them).

Re: Emacs on the beach?

2022-06-15 Thread Martin Schöön
No idea. Your subject made me think of an opera by Philip Glass: https://en.wikipedia.org/wiki/Einstein_on_the_Beach :-) /Martin On Wed, 15 Jun 2022 at 20:07, ypuntot wrote: > If you wanted to play with Emacs on the beach or sitting in front of your > home, what would be your emacser

Re: Depreciating TeX-style LaTeX fragments

2022-01-16 Thread Martin Steffen
on it. Also \[ \] does proper indentation, but as said, I got used to C-x C-e and that produces for me displaymath (probably it can be customized, but I am happy with it as is). Martin >>>>> "Sébastien" == Sébastien Miquel writes: Sébastien> Hi,

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Martin Schöön
I learned the hard way not to mix distro installed Python with pip installed Python. I now always use "pip install --user " to keep things sane. /Martin On Sat, 13 Nov 2021 at 03:29, Tim Cross wrote: > > Uwe Brauer writes: > > > Hi > > > > I am running U

What happened to ./contrib?

2021-08-25 Thread Martin Steffen
pulled version, it's gone (see also https://github.com/bzg/org-mode). If course I can roll-back to an earlier revision or download one to get back for instance ox-extra (which has a feature I rely on), but perhaps there's something wrong. Thanks, Martin

Re: First steps exporting to tex

2021-04-03 Thread Martin Steffen
e org (like doing a \newcommand inside ``org'', it's just I prefer to keep all the stuff in one (or more) latex files; for those parts I rely on latex (since org does not bring much additional value to the table for the premable stuff, at least for me) Martin Ypo> 1 #+SETUPFILE

Re: About exporting

2021-03-31 Thread Martin Steffen
supported by org as well (for TeX), only I have not figured it out, or perhaps I was too lazy to figure it out how. Too lazy because LateX mode works for me fine even for challenging and long documents (where for simpler ones or where the focus is not on typesetting org works). Martin Er

Re: About exporting

2021-03-30 Thread Martin Steffen
the discussed usecase of exporting documents) is just a way to produce LaTeX, latex takes care of portability and can assist with uniformity and quality of type setting, but org intends (many) other (useful) things. Martin autofrettage> There should be something like pilot licences f

Re: About exporting

2021-03-30 Thread Martin Steffen
es playing around with, and people who like to work with org _like_ to play around with it and to stuff with it that others did not though of. That's why I have not dared to write challenging (latex) documents with org collaboratively (complex documents alone, yes, simple documents jointly, but not

Re: Problems while trying to load feature

2021-03-15 Thread Charles R (Charlie) Martin
bdb. > > Similarly for all the rest: you won't find any of them in any installation. > > -- > Nick > > "There are only two hard problems in computer science: cache > invalidation, naming things, and off-by-one errors." -Martin Fowler > > >

Bug: Clock date range with the enclosing markup <> are not fully supported [9.4.4 (9.4.4-27-gb712b9-elpaplus)]

2021-03-12 Thread Firmin Martin
I have manually changed a clock date range in a task's logbook using the shortcut =C-c .= (org-time-stamp). It modified the Org timestamp to the date I wanted, but changed the enclosing markup from [] to <>. I didn't pay much attention on it as C-c C-c (org-ctrl-c-ctrl-c) updated correctly the

Re: content management in emacs

2021-02-27 Thread Martin Steffen
here is (or was) a functionality to initiate a call (probably with skype or ekiga or some such) but I never used that. Basically, for phoning, for me it's more like a rolodex, but a fast and big one Martin Ian> templating tool? Also, how do you start a phone call? Ian> Ian

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
rhaps one has to set a variable like ``show-bbdb-anniversaries'' and/or load a corresponding elisp-addition.) Martin Eric> thank you, eric -- : Eric S Fraga via Emacs 28.0.50, Org Eric> release_9.4.4-231-gf46925

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
, insofar one can do those links: instead of [[file:][yyy]] one can use [[bbdb:somecriterion]]. I don't know if it matches your needs, but I can't say bad things about that bbdb-thing. Martin

Re: In-Buffer LaTeX previews in org-mode

2021-01-12 Thread Martin Schöön
Fragtog? https://github.com/io12/org-fragtog Disclaimer: I have not managed to get it to work but then I have not tried very hard. /Martin

Re: Bug: LaTeX: inline maths expression in \textrm is not fully supported

2020-12-13 Thread Firmin Martin
ort, but if one would also want to export in HTML, the LaTeX expression is lost. I will stay with the "multiple \textrm" solution for now. Best, Firmin Eric S Fraga writes: > On Sunday, 13 Dec 2020 at 02:30, Firmin Martin wrote: >> Sometimes, we want to nest inline maths

Bug: LaTeX: inline maths expression in \textrm is not fully supported

2020-12-12 Thread Firmin Martin
Sometimes, we want to nest inline maths expression in \textrm to handle spaces easily and avoid repetition. Examples: 1. $A = \{n : \textrm{$n$ odd in $X$}\}$ 2. $A = \{n : \textrm{\(n\) odd in \(X\)}\}$ 3. \(A = \{n : \textrm{\(n\) odd in \(X\)}\}\) 4. \(A = \{n : \textrm{$n$ odd in $X$}\}\)

Re: Bug: LaTeX inline maths expression \(+\) wrongly toggles strike-through face

2020-12-03 Thread Firmin Martin
Thank you Tomas, it works like a charm! Hope that it will be patched. Best, Firmin Martin

Bug: LaTeX inline maths expression \(+\) wrongly toggles strike-through face

2020-12-01 Thread Firmin Martin
-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-10-16 Package: Org mode version 9.4 (9.4-53-gc97446-elpa) Best, Firmin Martin

S-left / S-right with (double) prefix C-u without scheduled time (only date)

2020-10-30 Thread Martin Rottensteiner
be a better default behaviour or the current behaviour might even be a bug. Thanks, Martin :)

Re: preserving (zero-space) indenting in begin_src when exporting/publishing (to mark-down)

2020-10-28 Thread Martin Steffen
Great, thanks, That was it. It never occured to me that it's not begin_src that I wanted, I just tried to tweak that one. So, indeed: #+begin_export markdown etc. is exactly what I need. Thanks again. Martin >>>>> "Julius" == Julius Dittmar writes: Julius>

preserving (zero-space) indenting in begin_src when exporting/publishing (to mark-down)

2020-10-28 Thread Martin Steffen
had something to do with my issue. Actually, the original value was 2, and I set it to 0. There was no effect, the indentation, when doing export, is still 4, as it was before setting that to 0. Any ideas? Thanks, Martin

Interview with Rainer König - who's content made me go from vim to emacs for coding :D

2020-10-21 Thread Martin Schröder
, *Martin Schröder* *Embedded Systems Consultant, Firmware Expert* Tel: +46-733-38-76-94 LinkedIn: https://www.linkedin.com/in/martinschroder/ *Learn How To Build Embedded Products From Step 1 to Step 90:* https://swedishembedded.com/learn/

Re: Bug: Incorrect done TODO keywords highlighting in column view

2020-10-18 Thread Martin Kampas
Hi Kyle, You are right, I completely forgot about columns view under the "regular" buffers. Updated patch below. BR, Martin >From 288c157ea95e00de4b508e0fd257b51857e097b9 Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Mon, 19 Oct 2020 07:22:57 +0200 Subject: [PATCH] org-colv

Bug: Incorrect done TODO keywords highlighting in column view

2020-10-08 Thread Martin Kampas
Hi, In columns view, all TODO keywords except those with face set explicitly with org-todo- keyword-faces are red. Done keywords should be green. Patch below. BR, Martin >From a4df0da1057afbe90ea0e457158082b15386a164 Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Fri, 9 Oct 2020 07:43

Re: Website revamp?

2020-09-05 Thread Martin Schöön
ion is a one-way link. I have to use the 'back' functionality of my browser to get back to the main site. That's all for now. I have not had time for anything ambitious such as proof reading the text. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: Asynchronous LaTeX Preview

2020-05-27 Thread Martin Schöön
org-fragtog maybe? https://github.com/io12/org-fragtog (I have not managed to make it work myself but I haven't tried hard.) /Martin On Wed, 27 May 2020 at 08:21, Faye Jackson wrote: > Hi! > > I think the subject of the post says it all. While using org-mode I often > have a

Re: Bug: open pdfview link causes severe memory allocation

2020-05-01 Thread Firmin Martin
cond point is still relevant. I reported this issue to ~org-pdftools~ which inherit the issue from the unmaintained ~org-pdfview~ : https://github.com/fuxialexander/org-pdftools/issues/35 Best, Firmin Martin

Bug: open pdfview link causes severe memory allocation [9.3.6 (9.3.6-60-gf3c137-elpaplus @ /home/firmart/.emacs.d/elpa/org-plus-contrib-20200427/)]

2020-05-01 Thread Firmin Martin
severe bug that shouldn't happen. Best, Firmin Martin

modify frame title in beamer export

2020-04-05 Thread Gürtler , Martin
. The arguments of the user supplied function include tags, but not properties. Thanks, Martin signature.asc Description: PGP signature

Bug: Effort prompt write malformed input in agenda file even after reporting the error [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.3/lisp/org/)]

2019-11-09 Thread Firmin Martin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] beamer export: misplaced \end{frame} with \lecture structure

2019-10-14 Thread Gürtler , Martin
to enforce ending the frame before the \lecture statement. 2. Would anybody be willing to implement \lecture and maybe \part in the exporter? Thanks a lot Martin Gürtler -- Prof. Dr. rer. nat. Martin Gürtler Professur für Produktions- und Logistiksysteme H T W K Leipzig

[O] Specifying ATTR_HTML class for source blocks

2019-10-03 Thread Martin G . Skjæveland
ss testing #+BEGIN_SRC n3 My code #+END_SRC gives My code and, testing without ":textarea", #+ATTR_HTML: :class testing #+BEGIN_SRC n3 My code #+END_SRC gives My code Preferably, I want the following html: My code Is there a way to achieve this? Thanks, Martin [1] https://org

Re: [O] Best practice for providing an Org-based application?

2019-09-11 Thread Martin Alsinet
Neil, You could use transient[1], the tool used to build the menus of magit[2]. I really like magit's discoverability and ease of use. There is a video of a talk where it is used to control kubernetes from inside emacs in magit style: https://www.youtube.com/watch?v=w3krYEeqnyk [1] transient:

[O] defconst: Symbol’s value as variable is void: css-syntax-propertize-function

2019-08-13 Thread Charles R (Charlie) Martin
I'm getting this error when trying to export HTML from org-mode. Is this a known issue? I haven't found any solutions via google. Thanks

Re: [O] Potential bug with tables

2019-08-04 Thread Charles R (Charlie) Martin
| | | | | | | | | screen shot On Sat, Aug 3, 2019 at 2:58 PM Charles R (Charlie) Martin < chasrmar...@gmail.com> wrote: > I've got Org mode version 9.1.5 (9.1.5-1-gb3ddb0-elpa > > > On Sat, Aug 3, 2019 at 2:24 PM John Kitchin > wrote: > >> This looks like an old org bug that ha

Re: [O] Potential bug with tables

2019-08-03 Thread Charles R (Charlie) Martin
g mode version 9.1.5 (release_9.1.5-1784-g772949 @ >> /home/neil/src/org-mode/lisp/) >> >> and I don't see the problem with that version. What version do you have? >> >> >> On Sat, 3 Aug 2019 at 19:48, Charles R (Charlie) Martin < >> chasrmar...@gmai

[O] Potential bug with tables

2019-08-03 Thread Charles R (Charlie) Martin
This seems like an unlikely bug because it's very basic to org-mode tables, but if I'm doing something wrong I sure can't figure out what. I have this table: | Date | Count | Pages | |+---+---| | 2019-Aug-03 (Sat, 215) | 2069 | 7 | |

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Martin Alsinet
Well Ken, you improved my workflow right there, I am going to add the :prologue trick to my shell properties header and get the test error output in the results block. Thank you right back! On Fri, Jul 26, 2019 at 10:18 AM Ken Mankoff wrote: > > On 2019-07-26 at 08:58 -04, Martin A

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-07-26 Thread Martin Alsinet
about this problem and provided a solution that may work for you, but I have not tried it yet. Martin On Fri, Jul 26, 2019 at 7:02 AM Ken Mankoff wrote: > Hi Martin, > > On 2019-06-26 at 18:09 -04, Martin Alsinet > wrote... > > I use a different approach, where I tang

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-06-26 Thread Martin Alsinet
Dmitrii, I use a different approach, where I tangle the source into files in modules and then I import those modules from other blocks. This allows me to organize my document with different sections for the code and its tests, which then get exported into their corresponding files. * Square

Re: [O] best ways to generate simple diagrams?

2019-05-07 Thread Martin Schöön
Maybe missing a "\usepackage{tikz}"? (That caught me out) -- Martin Schöön

Re: [O] How to calculate all time durations in a file automatically?

2019-05-07 Thread Martin Schroeder
Yeah I ended up using a macro and search for CLOCK text but this solution is much cleaner On Tue, May 7, 2019 at 6:04 PM Ihor Radchenko wrote: > > Dear Martin, > > Just go to the beginning of buffer and (while (re-search-forward > org-clock-line-re) (org-ctrl-c-ctrl-c)) .

[O] Incorrect clock duration calculation

2019-05-07 Thread Martin Schroeder
I noticed that on timestamps that begin or end at 00:00 the org mode org-evaluate-time-range function seems to produce wrong results. Here are some examples: For example, this should produce 2:00 duration: CLOCK: [2019-04-19 Fri 22:00]--[2019-04-19 Fri 00:00] => -22:00 I tried this, but id did

[O] How to calculate all time durations in a file automatically?

2019-05-07 Thread Martin Schroeder
I have imported a bunch of log lines with CLOCK periods from another program into an org file but I have forgotten to calculate periods. So my time lines look like this: CLOCK: [2019-03-27 Wed 19:30]--[2019-03-27 Wed 21:30] Instead of this: CLOCK: [2019-03-27 Wed 19:30]--[2019-03-27 Wed 21:30]

[O] Will org-num be included in the distribution

2019-04-10 Thread Martin Stemplinger
Hello, A while back Nicolas posted org-num.el which adds numbered Level to the different headings. I find it very useful and reliable so I wonder why it’s only included in git but not in the distribution or package. Any insight? Thanks, Martin

Re: [O] Python with org-mode

2019-03-30 Thread Martin Schöön
properly. -- Martin Schöön

Re: [O] Python with org-mode

2019-03-30 Thread Martin Alsinet
Lawrence, It depends on what you want to do. Anaconda is a python distribution intended for data science and machine learning, so if you want to work on machine learning, it provides an easy way to install all the required packages for that. You can use any python distribution with org-mode, you

Re: [O] Lowercase keywords in 9.2?

2019-02-12 Thread Martin Alsinet
What do you mean with the "uppercase legacy"? You mean all the current documents we already have? In my case, those will remain with the upper case tags until I need to edit them. I guess it would be enough to patch the sites affected by > >

Re: [O] Lowercase keywords in 9.2?

2019-02-12 Thread Martin Alsinet
Carlos, I recently updated to 9.2 and was also confronted with the org-tempo change. At first I didn't like the lowercase tags for the blocks, but I got used to them after a couple of days. Someone suggested adding a defcustom option to org-tempo to let the user choose between lower and upper

Re: [O] Lowercase keywords in 9.2?

2019-02-12 Thread Martin Alsinet
Carlos Here are two previous threads about the subject: - Last month: http://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00349.html - A year ago: http://lists.gnu.org/archive/html/emacs-orgmode/2018-01/msg00425.html Regards On Tue, Feb 12, 2019 at 9:51 AM Carlos Pita

Re: [O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-15 Thread boris martin
currently happened when i open a org file ? best regards Le 14/11/2018 à 22:37, Nicolas Goaziou a écrit : > Hello, > > boris martin writes: > >> minimal-org.el --- >> >> ;;; Minimal setup to load latest 'org-mode' >> >

[O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-14 Thread boris martin
-ext/org-9.1.14/contrib/lisp" t) -- en minimal-org.el -- minimal file where the bug happens --- *sdfsd* *aezraze* /titi/ - end minimal file where the bug happens - Le 13/11/2018 à 17:45, Nicolas Goaziou a écrit : >

[O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-13 Thread boris martin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Help with sharing emacs-org presentation

2018-10-30 Thread Martin Schöön
I have already learned some cool org-mode features by looking at your .org file :-) My own mantra for preparing slide-packs is to minimize text. I want the audience to listen to me rather than reading text on my slides. My 2 cents... -- Martin Schöön

[O] [PATCH] org-capture: fix capture breaking next headline

2018-10-21 Thread Martin Yrjölä
not break the document hierarchy. The fix is to subtract one from the `end' originally supplied to `org-capture-narrow'. -- Martin Yrjölä 0001-org-capture-fix-capture-breaking-next-headline.patch Description: Binary data

Re: [O] Org mode + Solid = collaborative, privacy-respecting future

2018-09-30 Thread Martin Schöön
It looks like perfect solution to one of my org-mode uses. Disclaimer: I have spent just a couple of minutes browsing those Solid-web pages. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Table column width and HTML export

2018-09-19 Thread Martin Dalgaard Villumsen
Thanks for sharing /Martin From: Kaushal Modi [mailto:kaushal.m...@gmail.com] Sent: 18. september 2018 20:25 To: Martin Dalgaard Villumsen Cc: emacs-org list Subject: Re: [O] Table column width and HTML export On Tue, Sep 18, 2018 at 7:35 AM Martin Dalgaard Villumsen mailto:mvillum

[O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
>The org-* classes you mentioned can be easily overridden or used along with > >>the new classes, based on how the CSS rules are written. How do you in org-mode override/identify the column-class for a single column when you have multiple columns of the same type in the same tab

Re: [O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
-restyling default class="org-center", class="org-left", etc. … this would affect columns in other tables /Martin From: Kaushal Modi [mailto:kaushal.m...@gmail.com] Sent: 18. september 2018 12:31 To: Martin Dalgaard Villumsen Cc: Emacs-orgmode@gnu.org Subject: Re: [O] Table c

[O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
settings are also appreciated, A 33% and B 67% of total table width. Thanks for reading, Martin

Re: [O] Org-Mode babel and gherkin

2018-04-26 Thread Charles R (Charlie) Martin
<b...@gnu.org> wrote: > Hi Charles, > > "Charles R (Charlie) Martin" <chasrmar...@gmail.com> writes: > > > Has anyone set up a babel language for gherkin? > > Would you mind sharing more information on what is gherkin? > > Thanks, > > -- > Bastien >

[O] Bug: org-collector evaluates headlines starting with hyperlink as lisp code

2018-04-23 Thread Martin Kampas
Hi, With headlines like * [[http://example.com]] Example org-collector writes just "http://example.com; in the table, omitting the rest of the headline. Patch below. BR, Martin >From 1228efc453d38bc090511f21fafa750e416e8b7a Mon Sep 17 00:00:00 2001 From: Martin Kampas <

Re: [O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-21 Thread Martin Kampas
Hi Bastien, > If you have time to add tests, that'd be great, as Nicolas suggested. Here you are. Best Regards, Martin >From bd8059e18fa3bd2977415449139fc626d03817a3 Mon Sep 17 00:00:00 2001 From: Martin Kampas <martin.kampas@hidden> Date: Thu, 22 Mar 2018 06:20:31 +0100 Sub

[O] Bug: Bug in svg generation from plantuml sources [9.1.7 (9.1.7-20-ge1f1ac-elpa @ /home/guertler/.emacs.d/elpa/org-20180319/)]

2018-03-20 Thread Martin Gürtler
018-02-19, modified by Debian Package: Org mode version 9.1.7 (9.1.7-20-ge1f1ac-elpa @ /home/guertler/.emacs.d/elpa/org-20180319/) Thanks for considering, Martin -- Dr. Martin Gürtler signature.asc Description: PGP signature

Re: [O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-15 Thread Martin Kampas
Hi, This seems to fix the bug. Best Regards, Martin >From fef860e356a4ca75366f69ec9c2d52252c9d7d3f Mon Sep 17 00:00:00 2001 From: Martin Kampas <martin.kampas@hidden> Date: Thu, 15 Mar 2018 15:41:53 +0100 Subject: [PATCH] Fix matching tags when mixing group tags and their ancestor

[O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-12 Thread Martin Kampas
quot; 0 20 (grouptag t)) (org-tags-expand "tag3") #("{\\<\\(?:tag[34]\\)\\>}" 0 19 (grouptag t)) (org-tags-expand "tag1+tag3") #("{\\<\\(?:tag[1-4]\\)\\>}+tag3" 0 20 (grouptag t)) In the third invocation "tag3" was left unexpanded. Best re

Re: [O] orgmode beamer mode: BMCO does not export to latex any longer: ===> suspect identified: (ox-extras-activate '(ignore-headlines))

2018-02-19 Thread Martin Steffen
'' that causes the trouble, but it's more than plausible). >>>>> "Martin" == Martin Steffen <mstef...@ifi.uio.no> writes: Martin> Thanks a lot, it may be that my emacs suffers some Martin> ``package-overload'', i.e., maybe it's due to an

Re: [O] orgmode beamer mode: BMCO does not export to latex any longer

2018-02-14 Thread Martin Steffen
expect others to trawls for abnormalitiees ;-) Martin >>>>> "Eric" == Eric S Fraga <esfli...@gmail.com> writes: Eric> On Wednesday, 14 Feb 2018 at 10:39, Martin Steffen wrote: >> Hi, >> >> since recently I have a proble

[O] orgmode beamer mode: BMCO does not export to latex any longer

2018-02-14 Thread Martin Steffen
It seems that the BMCOL is the culprit, org-beamer still export a complicated and long document (as it did before), but probably a recent update made it stumble over that particular element. Any suggestion where to look? thanks, Martin PS: org-version="9.1.6" emacs-version: GNU Emacs 24.3.1

[O] Org-Mode babel and gherkin

2018-02-08 Thread Charles R (Charlie) Martin
Has anyone set up a babel language for gherkin? thanks Charlie Martin

Re: [O] do you need a separate LaTeX installation to export org mode files to pdf?

2018-01-22 Thread Martin Alsinet
TeX: FROM ubuntu:xenial MAINTAINER Martin Alsinet <martin@alsinet> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -q RUN apt-get install -y texlive-full gnuplot python-pygments RUN apt-get clean RUN rm -rf /var/lib/apt/lists/* Save that in a file named *Dockerfile* in a blank folder and r

Re: [O] Tab-completion no longer works?

2018-01-10 Thread Martin Steffen
>>>>> "Diego" == Diego Zamboni <di...@zzamboni.org> writes: Diego> Hi Martin, Diego> I discovered this only yesterday, when I started using Diego> org-mode from a git checkout and the shortcuts stopped Diego> working. Turns out this fu

  1   2   3   4   5   6   >