> Am 23.04.2023 um 03:47 schrieb Ruijie Yu via General discussions about
> Org-mode. :
>
>
> Ruijie Yu via "General discussions about Org-mode."
> writes:
>
>> Axel Kielhorn writes:
>>
>>> With this patch I get:
>>> FAILED
>
>>> Ruijie Yu via "General discussions about Org-mode."
>>> writes:
>>>
>>>> Axel Kielhorn writes:
>>>>
>>>>> Hello!
>>>>>
>>>>> I’m building org with LANG=de.
>>>>> As a r
> Am 22.04.2023 um 16:21 schrieb Max Nikulin :
>
> On 22/04/2023 19:35, Ihor Radchenko wrote:
>> Axel Kielhorn writes:
>>> "* Foo\n:LOGBOOK:\nCLOCK: [2022-11-03 Thu 06:00]--[2022-11-03 Thu 06:01] =>
>>> 0:01\n:END:\n" #(
>>> "* Foo
> Am 22.04.2023 um 14:35 schrieb Ihor Radchenko :
>
>
> (with-environment-variables (("LANG" "de"))
> (format-time-string "%A"))
> (with-environment-variables (("LANG" "en"))
> (format-time-string "%A“))
When I start Emacs from a shell with LANG=de I get „Samstag“ in both cases.
When I star
> Am 22.04.2023 um 14:37 schrieb Ruijie Yu :
>
>
>
> Axel, does this patch fix test-org-clock/clock-drawer-dwim on your
> system?
>
> <0001-testing-lisp-test-org-clock.el.patch>
Yes it does, thanks.
Axel
Hello!
I’m building org with LANG=de.
As a result I get two failed tests:
FAILED test-org-clock/clock-drawer-dwim ((should (equal "*
Foo\n:LOGBOOK:\nCLOCK: [2022-11-03 Thu 06:00]--[2022-11-03 Thu 06:01] =>
0:01\n:END:\n" (org-test-with-temp-text "* Foo\n:LOGBOOK:\nCLOCK:
[2022-11-03 ??? 06:0
> Am 26.05.2022 um 23:32 schrieb Andrés Ramírez :
>
You want something like this as the resulting LaTeX code:
\begin{frame}[label={sec:org5359014}]{Comparisson}
\begin{columns}
\begin{column}{0.45\columnwidth}
\begin{block}{Pros}% <- superfluous environment
\begin{problock}{Problock} %
> Am 26.12.2021 um 16:03 schrieb Ihor Radchenko :
>
> Axel Kielhorn writes:
>
>> I have just installed Org mode 9.5 and get a few failing tests:
>>
>> Which LANG = de_DE.UTF-8 I get:
>>
>> But which LANG = C I get:
>
> I am unable to repro
Hello,
I have just installed Org mode 9.5 and get a few failing tests:
Which LANG = de_DE.UTF-8 I get:
4 unexpected results:
FAILED ob-sed-test/cmd-line-header-argument
FAILED ob-shell/bash-uses-assoc-arrays
FAILED test-org-table/sort-lines
FAILED test-org/auto-repeat-maybe
But
> Am 27.09.2021 um 10:25 schrieb Bastien :
>
> Hi Axel,
>
> Axel Kielhorn writes:
>
>> Now I get the following error message:
>>
>> version-to-list: Invalid version syntax: ‘9.5-dev’
>
> Can you pull again and check if you still have this error?
Hello,
I moved to the new repo and rebuild org.
Now I get the following error message:
version-to-list: Invalid version syntax: ‘9.5-dev’
It seems someone checks for the version number and can’t handle the ´-dev´.
When I change org-version.el to ’9.5’ (which I shouldn’t do) the problem is
gon
Thanks for fixing the errors in org cite.
I still get the following messages with 3664447eb when building with Emacs 26.3.
Compiling /Users/axel/src/Emacs/org-mode/lisp/org-agenda.el...
In end of data:
org-agenda.el:10873:1:Warning: the function ‘string-empty-p’ is not known to
be defined.
> Am 09.08.2021 um 19:18 schrieb Maxim Nikulin :
>
> On 08/08/2021 21:14, Nicolas Goaziou wrote:
>> Maxim Nikulin writes:
>>> I have noticed another problem with
>>> a lot of pcase branches in `org-cite-natbib--style-to-command' in and
>>> my experience is not enough to resolve it. On attempt t
> Am 06.08.2021 um 17:04 schrieb Jason Ross :
>
> > - I couldn’t find a way to change the paper size.
> >There is
> > ;; US letter paper
> > ("paper-letter" . "\\setuppapersize[letter]")
> >in the code, but it doesn’t appear in the output, and I prefer the
> > a-sizes (especi
> Am 04.08.2021 um 18:01 schrieb Jason Ross :
>
> Hello,
>
> I have developed a ConTeXt exporter for Org Mode. It is available at
> https://github.com/Jason-S-Ross/ox-context
>
> The exporter provides custom environments for each document element
> in an effort to make customization easier, in
> Am 20.05.2021 um 19:58 schrieb Nicolas Goaziou :
>
> Org Duration is strict about what it is fed with (which is good). Effort
> property expects a duration as value. But "3-8" is not a valid duration.
> However, "3" is a valid duration; it means 3 minutes.
The problem is that effort can eithe
In columnview mode the estimate is calculated[1] but the dynamic block doesn’t
get updated.
I did some bisecting and the last version where both column view and dynamic
block were working is:
Merge branch 'maint'1aeb958e5 Marco Wahl
12.02.2017, 09:19
In
Use Org duration library
-mode/lisp/)
still in
Org mode version 9.4.5 (release_9.4.5-578-g1d99f5 @
/Users/axel/src/Emacs/org-mode/lisp/)
#+TITLE: ECM
#+AUTHOR: Axel Kielhorn
* Estimate
:PROPERTIES:
:COLUMNS: %40ITEM(Task) %12Effort(Estimate){est+}
:ID: Arbeitszeiten
:END:
** Little Thing
:PROPERTIES:
:Effort: 2.0-
> Am 15.05.2021 um 11:23 schrieb Bastien :
>
> Kyle Meyer writes:
>
>> It looks like the fix from the above commit (c1558d34d) was later broken
>> by the transition to the org-duration library in Org 9.1, specifically
>> 7e8cf5f4c (Use Org duration library, 2017-02-08).
>
> I'm not able to r
Hallo Uwe,
> Please look at this the resulting table has a very long entry. How could
> I force a line break? Of course I can go to the table and wrap the line,
> but this is not what I want.
>
> Thanks
>
> Uwe Brauer
>
> #+begin_src
> * University Göttingen
> :PROPERTIES:
> :COLUMNS:
> Am 05.10.2020 um 10:32 schrieb Robert Pluim :
>
>>>>>> On Mon, 5 Oct 2020 10:08:08 +0200, Axel Kielhorn
>>>>>> said:
>
> From the docstring:
>>> Return the last link of LIST. Its car is the last element.
>
>Axel> But
> Am 02.10.2020 um 11:36 schrieb Robert Pluim :
>
>>>>>> On Fri, 2 Oct 2020 08:25:03 +0200, Axel Kielhorn
>>>>>> said:
>
>>> Am 01.10.2020 um 17:47 schrieb John Kitchin :
>>>
>>> Glad it was helpful. You might also tr
> Am 01.10.2020 um 17:47 schrieb John Kitchin :
>
> Glad it was helpful. You might also try (seventh row1) or (nth 6 row1). I
> think it is the same thing, but more obvious to read!
I agree that „first second …“ would be easier for an english speaker.
Having the ordinal number 1 based but the
> Am 01.10.2020 um 14:21 schrieb John Kitchin :
>
> You could do something like this:
>
>
> * Table 1
>
> #+name: table1
> | Manufacturer| Name| Price |
> |-+-+---|
> | ACME| super cheep | 25 $ |
> | Roadrunner Inc. | Kaboom | 27
Hello!
I have a table that I want to show with two different sorting orders but I
don’t want to maintain the data twice.
* Table 1
| Manufacturer| Name| Price |
|-+-+---|
| ACME| super cheep | 25 $ |
| Roadrunner Inc. | Kaboom | 27
Hello Carlo,
> Am 16.08.2020 um 05:31 schrieb Carlo Tambuatco :
>
> I have org-20200803 package installed in my elpa folder.
>
> Here’s the message emacs gives me after loading my org-init.el file
> initializing org mode in
> emacs 27.1:
>
> Problems while trying to load feature ‘org-bbdb’
>
> Am 30.05.2020 um 14:40 schrieb Axel Kielhorn :
>
> Hello,
>
> according to the manual, there is a special column type for column view
>
> ‘est+’Add low-high estimates.
>
> This is explained later:
>
> The ‘est+’ summary type requires fu
Hello,
according to the manual, there is a special column type for column view
‘est+’ Add low-high estimates.
This is explained later:
The ‘est+’ summary type requires further explanation. It is used for combining
estimates, expressed as low-high ranges. For example, instead of estimating a
> Am 07.05.2020 um 19:05 schrieb Uwe Brauer :
>
>>>> "AK" == Axel Kielhorn writes:
>
> Hi Alex
>>> Am 02.05.2020 um 21:33 schrieb Uwe Brauer :
>>>
>>>>>> "AK" == Axel Kielhorn writes:
>>>
&
Hi Kyle!
Thanks for the quick reaction.
> Am 05.05.2020 um 06:15 schrieb Kyle Meyer :
>
> As of 34b71a0ca (Add a dispatcher command for inserting dynamic
> blocks, 2018-12-23), the binding was removed and the command is
> available via org-dynamic-block-insert-dblock.
> ---
> doc/orgcard.tex | 2
Hello,
while exchanging mails with Uwe Brauer I discovered some errors in the manual:
7.5.3 Capturing column view
links to
A.6 Dynamic Blocks
which describes
org-dynamic-block-insert-dblock
But this commands does not know about columnview
Further down it says:
C-c C-x i (org-insert-column
> Am 02.05.2020 um 21:33 schrieb Uwe Brauer :
>
>>>> "AK" == Axel Kielhorn writes:
>
> Hi Alex,
>
> I am not sure my first answer made it, so I apologize for a possible
> crossposting.
It didn’t reach me.
> A last question, which
Hi Uwe,
> I have an orgtable with a lot of useful information, I would like to add
> a column either for TODOS or checkboxes but it seems not work any idea
> whether such an addon package exist or any change that such a feature
> will be implemented?
I use a different approach.
I store the inform
> Am 23.03.2020 um 10:36 schrieb Christian Egli :
>
> Hi all
>
> I'm picking up this thread again since I think I have solved the issue
> for myself. I do use org-mode for meeting minutes now. Thanks to the
> input from this list I managed to solve the outstanding issues such as
> tabular repo
> Am 01.02.2020 um 17:39 schrieb Bastien :
>
> Hi Axel,
>
> Axel Kielhorn writes:
>
>> There is another issue when a column is reduced in width by C-C TAB.
>> The header line still has the original width, thus the columns are
>> not aligned.
>
> Ah
Hi Bastien,
> Hi Axel,
>
> thanks for testing the feature and reporting these issues.
>
> I pushed a fix on master - can you confirm it solves your issues?
It does, thanks for the quick response.
There is another issue when a column is reduced in width by C-C TAB.
The header line still has the
> Am 31.01.2020 um 12:26 schrieb Bastien :
>
> Dear all,
>
> I would like to highlight three changes from master that need to be
> carefully tested before Org 9.4 can be released:
>
> - M-x org-table-electric-header-mode RET will display the first row
> of the table at point in the header li
> Am 18.02.2017 um 09:37 schrieb Nicolas Goaziou :
>
> Hello,
>
> Axel Kielhorn writes:
>
>> Maybe we should add a german translation?
>
> It would be great. Thank you !
>
org-clock: Add german translation.
* lisp/org-clocl.el (org-clock-clocktable-langu
> Am 17.02.2017 um 15:14 schrieb Nicolas Goaziou :
>
> Hello,
>
> I'm Cc'ing the mailing list for archiving purpose.
>
> michael.zi...@xiron.de writes:
>
> It happens because no translation is available for "de" in
> `org-clock-clocktable-language-setup’.
Maybe we should add a german translat
> Am 23.08.2016 um 20:06 schrieb John Kitchin :
>
>
> Axel Kielhorn writes:
>
>>> Am 23.08.2016 um 00:13 schrieb John Kitchin :
>>>
>>> Checkout http://github.com/jkitchin/scimax. With git installed it will
>>> install an opinionate
> Am 23.08.2016 um 00:13 schrieb John Kitchin :
>
> Checkout http://github.com/jkitchin/scimax. With git installed it will
> install an opinionatedly configured Emacs. Most of my students use it. I
> would just have each user install it.
I’m using a modified jmax right now.
Should I switch to
> Am 14.08.2016 um 08:55 schrieb Maria Shinoto :
>
> Now, I will explain the behaviour on my Macbook.
>
> My test buffer (file, in org mode) looks like this:
>
> *
> * A test todo [/]
> [X] checkbox
> [ ] another checkbox
> *
>
> Two things I observe:
>
> **1** As far as I understan
> Am 13.08.2016 um 09:41 schrieb Maria Shinoto :
>
> Message-ID:
>
>
>
>
> Hi,
>
> I am learning Org-mode and Emacs on a Mac, and got everything working
> fine, except for the key combination C-c C-c.
>
> C-c C-c should update states in certain contexts, e.g. toggle the state of a
> check
Hi!
I’ve been looking for project management tools that can handle local or even
company wide holidays.
So far Taskjuggler looks fine but there are some minor deficiencies in the org
interface.
In the enclosed org file I have two vacations, but only the last one is
exported.
Of cause I could w
Hi Richard,
>
> I think what you want to do is put the EXPORT_LATEX_CLASS_OPTIONS (and
> the TITLE) as a property in the property drawer, like this:
>
> * Projektboard :noexport:
> :PROPERTIES:
> :EXPORT_LATEX_CLASS_OPTIONS: [landscape]
> :EXPO
Hi,
I want to export a subtree with a columnview dynamic block in landscape
orientation.
I don’t want just a rotated table, the whole page should be in landscape mode.
I may have to tweak the page layout using geometry as well,
thus I probably need EXPORT_LATEX_HEADER.
I’m using:
Org-mode versio
Hello!
I use some calc in my org document:
#+begin_SRC calc :var x=5 :var y=2 :exports both
2 + a * x ** y
#+end_SRC
When I export this to LaTeX the listings package complains about an unknown
language calc.
To fix this I simply define a language:
#+LATEX_HEADER: \usepackage{listings}
#+LA
> Am 12.02.2016 um 00:46 schrieb Nicolas Goaziou :
>
> Hello,
>
> Axel Kielhorn writes:
>
>> When I overwrite the ITME with a custom text it doesn’t:
>> :COLUMNS: %ITEM(Item) %6Zeit{+} %6Effort(Plan){+} %6Kosten{+} %10Fällig
>> %Fertig{X/} %8TAGS(Verant
> Am 04.02.2016 um 23:10 schrieb Nicolas Goaziou :
>
> Hello,
>
> Axel Kielhorn writes:
>
>> Is there a way to render the different level via different indenting as it
>> is done for clocktables?
>> I looked at the code for clocktable but that is above
2a
1.2.2 Sub sub level 2b
1.2.3 Sub sub level 2c
Autor: Axel Kielhorn
Created: 2016-01-27 Wed 18:53
Validate
ECM-Columnview.org
Description: Binary data
Sorry,
I have to apologize for
a) Auto correct messing with the subject line, it should have been clocktable.
b) Not including the ECM
Axel
clocktable.org
Description: Binary data
Hi,
I use org mode to clock the time I spend on different tasks.
Starting this year my company switched to account working time by the minute
instead of using a quarter of an hour.
Getting the exact time is no problem but right now I have to translate the
HH:MM time into minutes since that is w
Hi,
I’m using org-mode to write specifications.
Since the list grew quite long I want to add a subtree showing the changes as a
quick overview.
I tag the changes with the week of the modification:
* Subject one
* Subject two :KW38:
* Subject three :KW38:
* Subject four
** Subsubject four-one :KW
Hi Bernhard,
I pulled
> I fixed this. You can now set :incomplete-date-headlines and
> :no-date-headlines to keep, inactive or ignore.
> If inactive, the styles set via :inactive-bar-style and :inactive-group-style
> are used.
> All options also have an org-gantt-default... defcustom, which ca
Hi Bernhard,
Thanks for your quick response.
> I tried org-gantt on a current project and ran into one problem:
>>
>> I track progress with
>> * Task [%]
>> and
>> * Task [/]
>>
>> Of course the % causes a problem when exporting to LaTeX.
>> I suggest to either ignore [%] and [/] or use them as
> Am 30.05.2015 um 13:33 schrieb Bernhard Schmitz
> :
>
> Hi,
>
> my org-gantt.el is now in a usable state. It creates gantt charts via
> pgfgantt directly from headlines in org mode, using deadlines, schedules,
> effort estimates and (optionally) clocked time.
Sounds like a good idea.
I tri
Am 30.12.2014 um 06:02 schrieb Calvin Young :
> Hey all,
>
> Does anyone know whether the version of OSX Emacs from
> http://emacsformacosx.com/ comes with all of the org-mode contrib packages?
Yes:
;; This file is not part of GNU Emacs.
> If so, I'm having a heck of a time finding it.
These
Am 11.10.2014 um 14:51 schrieb Bastien :
> Hi Axel,
>
> Axel Kielhorn writes:
>
>> It still does not work for:
>>
>> #+LANGUAGE: "fr"
>
> Does it work for
>
> #+LANGUAGE: fr
No. That was my first try. It has no effect.
>> and i
Am 06.10.2014 um 23:15 schrieb Andrea Rossetti :
> Axel Kielhorn writes:
>>
>> Clocktable language: not working
>>
>> #+BEGIN: clocktable :maxlevel 2 :scope file :lang fr
>>
Moin!
I'm using org to keep track of my work time.
Since I work at a german company I would like to generate a clock table report
in german.
(It is not supported yet, but that will be a one line patch.)
To test the customization I switched to french, which is supported.
First try:
Setting the d
Am 01.08.2014 um 18:32 schrieb Eric Abrahamsen :
> John Lusk writes:
>
>> Hey, org-mode crew. Awesome app; I love it. It's pretty much the
>> only thing that keeps me in emacs these days (apart from writing
>> Python code :) ).
>>
>
> A bit of work has gone into keeping double-byte characte
Am 02.08.2014 um 15:32 schrieb 童俊翔 :
>
> 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
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode
Am 09.07.2014 um 11:37 schrieb Alan Schmitt :
> On 2014-07-08 11:36, Axel Kielhorn writes:
>
>> Hello,
>>
>> I'm writing a manual and I found the following problem:
>>
>> ~C-c '~ is not recognized as code. The following
>
> You should
Hello,
I'm writing a manual and I found the following problem:
~C-c '~ is not recognized as code. The following
Wie bereits gezeigt, kann org nicht nur Tabellen anzeigen, es kann
auch in Tabellen rechnen. Zum Bearbeiten der Formeln gibt man ~C-c '~
ein, dann öffnet sich ein zweites Fenster mit d
Am 28.05.2014 um 08:07 schrieb Steven Arntson :
> Hi Alan,
>
> I downloaded the book and went through it--thank you for putting that
> together! It was a valuable overview. Nonetheless, some confusions
> persist for me since I'm using emacs org-mode and not LyX. Should I be
> putting LaTeX marku
Am 15.05.2014 um 15:01 schrieb Rick Frankel :
> Probably not the answer you want, but as a long-time mac and emacs
> user, my suggestion would be to use the vanilla os x version of emacs.
>
> The "nextstep" build of emacs runs as a native app,
You are suggesting to a Mac user to build his own E
I never wanted to learn Emacs.
But hearing about Org-mode got me interested, so far I like what I see.
The next step is exporting from Org-mode.
There was a post by Vikas Rawal, "Using Emacs, Org-mode and R for Research
Writing in Social Sciences" which looked like a simple step by step manual.
Am 15.05.2014 um 06:49 schrieb Vikas Rawal :
>
> I think starter-kit is a good choice. You will be up and running in no time.
> Just put it in place.
>
Well, time moves differently around here.
Since I use Aquamacs it took me over a day to get it working.
A google sear gave me:
The starter
Am 15.05.2014 um 06:49 schrieb Vikas Rawal :
>>> I removed explicit inclusion of these packages from this document and the
>>> instructions, because I wanted to reduce the work in terms of setting
>>> things up.
>>
>> You achieved the opposite.
>> Now a user *has* to enable the config file.
>>
Am 14.05.2014 um 18:51 schrieb Vikas Rawal :
>
> Thank you Axel for taking the time to test it. I look forward to more
> comments as you look at it. You comments are very useful.
I'm new to Emacs, but know LaTeX and Pandoc.
I have a lot of beginner’s questions.
(Configuring emacs is quite diff
Am 12.05.2014 um 14:57 schrieb Vikas Rawal :
> I have been using Org for writing research papers for a while, gradually
> improving my set up to be able to exactly produce the output I want. In this
> process, I have benefited greatly not only from the resources available on
> the Org-mode web
71 matches
Mail list logo