org-id-locations-load should probably abbreviate file names

2024-09-26 Thread Martin Edström
This is not a bug that breaks normal use of org-id, but it may affect downstream uses. An example is my package org-node, which checks file names known to org-id, and combines that with other sources of information, to build a big file list. This list is automatically de-duplicated because I ca

Re: org-indent-mode makes set-goal-column behave surprising

2024-08-02 Thread Martin Edström
Sorry, I have to add a reproduction step: turn on M-x visual-line-mode. Anyway, it's not an Org bug. Reported upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72420 Martin Edstrom On Mon, 29 Jul 2024 12:52:55 +0200 (CEST), "Martin Edström" wrote: > Hello, pingi

Re: [BUG] Org-image-max-width doesn't account for org-indent-mode [9.7.8 (9.7.8-7f2ce8 @ /tmp/bug/elpa/org-9.7.8/)]

2024-08-01 Thread Martin Edström
I'm reading the org-indent source code, and it seems to use the Emacs built-in text properties "line-prefix" and "wrap-prefix". So these could be considered Emacs bugs rather than Org bugs, possibly. Martin Edstrom On Fri, 26 Jul 2024 13:52:50 -0400, Sean Devlin wrote

org-indent-mode makes set-goal-column behave surprising

2024-07-31 Thread Martin Edström
Hello, pinging back on two old emails that seem related: https://lists.gnu.org/archive/html/emacs-orgmode/2008-01/msg00030.html https://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00654.html A bug that can be reproduced on Emacs -Q: - Open an org file that has subtrees at various levels

Re: Properties drawer at buffer/file level

2024-07-31 Thread Martin Edström
The property drawer has to come first for technical reasons. Just try manually moving the property drawer beneath the title, then do M-: (org-entry-get nil "ID") and what do you get? Nil. Martin On Mon, 29 Jul 2024 18:02:35 +0200, Sébastien Gendre wrote: > Hello, >

Re: Properties drawer at buffer/file level

2024-07-29 Thread Martin Edström
aintenance burden. I got the impression it was only added due to org-roam, but it does not actually need them. It works fine with a traditional top-level heading instead of a #+title. Martin Edström On Mon, 29 Jul 2024 19:15:05 +0200, Sébastien Gendre wrote: > > I get nil. >

Re: Properties drawer at buffer/file level

2024-07-29 Thread Martin Edström
The property drawer has to come first for technical reasons. Just try manually moving the property drawer beneath the title, then do M-: (org-entry-get nil "ID") and what do you get? Nil. Martin On Mon, 29 Jul 2024 18:02:35 +0200, Sébastien Gendre wrote: > Hello, > > &g

org-indent-mode makes set-goal-column behave surprising

2024-07-29 Thread Martin Edström
Hello, pinging back on two old emails that seem related: https://lists.gnu.org/archive/html/emacs-orgmode/2008-01/msg00030.html https://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00654.html A bug that can be reproduced on Emacs -Q: - Open an org file that has subtrees at various levels

Re: question about links, macros + org-publish and "parametrization"

2024-05-30 Thread Martin Steffen
>>>>> "Fraga," == Fraga, Eric writes: Fraga,> On Thursday, 30 May 2024 at 07:03, Martin Steffen wrote: >> [...] #+macro: target {{{source({{{year}}})}}} Fraga,> So, the problem you are running into is that you cannot Fraga,> eval

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Martin Steffen
d) - [for the year 24](./{{{year}}}/t.md) i.e, the argument (intended to be 24) is properly replaced in ``text part'' but not in the `` link'' part. I don't know if I simply expect ``too much'' from the macro-expansion facilities best, Martin >

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Martin Steffen
ng the manual), so I thought perhaps nesting is not possible (or there is another way). Your suggestion solves my "problem" and makes the set-up a bit more "parametric" and easier to adapt, without that one forgets some bits, which is very nice. best, Martin Fraga,> it hel

question about links, macros + org-publish and "parametrization"

2024-05-28 Thread Martin Steffen
like [[parametricexercizes(fall24)][the exercises are here]] and the combination of macros inside [[ ]] does not work either. Maybe there are other ways to achieve ``parametrization'' (or maybe not, I have not worked much with macros in Org), any ideas? best, Martin

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 Ema

[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. Th

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
} )) On Wed, Feb 21, 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 single-quotes > > +around \\='%i\\=', not double-quotes! Else a math fragment such > > +as \"$y = 200$\"

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-q

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, remembe

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

2024-02-22 Thread Martin Kampas
)) > > 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 ther

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 t

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 > &

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 that

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

2024-02-12 Thread Martin Marshall
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
ks 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&

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
me other package that 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
s: "--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

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
ents the muddled 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

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Martin Steffen
for approaches. 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 al

Re: An Org-mode-based blogging engine?

2023-05-08 Thread Martin Steffen
pecific md-prefix between +begin_export markdown +end_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 Marc

Re: A dream?

2023-04-03 Thread Martin Steffen
specialized issue-trackers, in the last course, github-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-lo

[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
; #+end_src #+RESULTS: doublequotes "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 cla

Re: [more absurd]

2022-07-03 Thread Martin Steffen
ational folks (set > theorists, math logicians -- that's the typical environment where > you'd tend to 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 includ

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
while working 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

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
ut in my latest 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
ine'' all that inside 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

Re: About exporting

2021-03-31 Thread Martin Steffen
ns is vital. I would not be surprised if some of that is somehow 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

Re: About exporting

2021-03-30 Thread Martin Steffen
features you as author must to use to publish with us''. Org (for 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. Marti

Re: About exporting

2021-03-30 Thread Martin Steffen
y output", it's not about "discipline", it offers freedom and encourages 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) docu

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 to

Re: content management in emacs

2021-02-27 Thread Martin Steffen
sure. I think there 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 c

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
t, it's included (perhaps 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
27;' email. Org is also bbdb-aware, 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
LaTeX export, 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 inl

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$}\}\) ar

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
64-pc-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
ld 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
e block." So that sounded like it 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
nk to the documentation 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 > ha

Re: Bug: open pdfview link causes severe memory allocation

2020-05-01 Thread Firmin Martin
happen. But the second 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
vior. But this is a severe bug that shouldn't happen. Best, Firmin Martin

modify frame title in beamer export

2020-04-05 Thread Gürtler , Martin
lines. 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-13 Thread Gürtler , Martin
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: ht

[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
| 2.5 | | | | | | | | | 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 lik

Re: [O] Potential bug with tables

2019-08-03 Thread Charles R (Charlie) Martin
t; Org 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 < >> chasrm

[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 tangle

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 Func

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 not

[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
how to use pip 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 j

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 > > https://code.orgmode.org/bzg/org-mode/commit/13424336a6f

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 cas

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 wrote:

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
oad-path "~/git-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 Goa

[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ä
d 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

  1   2   3   4   5   6   >