Re: [DRAFT PATCH v3] Decouple LANG= and testing (was: Test failure due to LANG)

2023-04-22 Thread Axel Kielhorn
> 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

Re: [DRAFT PATCH v2] Decouple LANG= and testing (was: Test failure due to LANG)

2023-04-22 Thread Axel Kielhorn
> >>> Ruijie Yu via "General discussions about Org-mode." >>> writes: >>> >>>> Axel Kielhorn writes: >>>> >>>>> Hello! >>>>> >>>>> I’m building org with LANG=de. >>>>> As a r

Re: Test failure due to LANG

2023-04-22 Thread Axel Kielhorn
> 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

Re: Test failure due to LANG

2023-04-22 Thread Axel Kielhorn
start Emacs from a shell with LANG=de I get „Samstag“ in both cases. When I start with LANG=C I get „Saturday“ in both cases. Axel

Re: Test failure due to LANG

2023-04-22 Thread Axel Kielhorn
> 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

Test failure due to LANG

2023-04-22 Thread Axel Kielhorn
t;CLOCK: [2023-02-19 So 21:30]--[2023-02-19 So 23:35] => 2:05" 0 6 (face org-special-keyword) 28 51 (mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-date)) first-mismatch-at 20)) When I build with LANG=C, these tests pass. I’m using macOS 11.7 on intel, but that shouldn’t affect these two fails. Greetings Axel

Re: Custom beamer blocks for pros and cons list

2022-05-27 Thread Axel Kielhorn
AMER_env: block The resulting org code will look like this: :PROPERTIES: :BEAMER_col: 0.45 :END: #+begin_problock Pros @@latex:{Probloc}@@ - New. - Other Pro. - Additional Pro. #+end_problock Greetings Axel

[BUG] org-id-update-id-locations function documentation correction [9.5.2 (9.5.2-g846226)]

2022-04-04 Thread Axel Svensson
The docstring for `org-id-update-id-locations' claims that the function will scan "all files currently mentioned in `org-id-locations'". This should probably be changed to `org-id-files'. Emacs : GNU Emacs 28.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2022

Re: test-org/auto-repeat-maybe depends on locale

2021-12-27 Thread Axel Kielhorn
> 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

test-org/auto-repeat-maybe depends on locale

2021-09-29 Thread Axel Kielhorn
matters. (I actually expected test-org-table/sort-lines to depend on LANG, that’s why I tried with C) I attached both fails. Greetings Axel Test test-org-table/sort-lines backtrace: signal(ert-test-failed (((should (equal "| a | x |\n| B | 4 |\n| c | ert-fail(((should (equal "| a | x

Re: version-to-list: Invalid version syntax: ‘9.5-orgdev’

2021-09-27 Thread Axel Kielhorn
> 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?

version-to-list: Invalid version syntax: ‘9.5-dev’

2021-09-20 Thread Axel Kielhorn
gone. I’m using Emacs 26.3 and 27.2 with scimax (which requires lots of packages from ELPA), both have this problem. Should I investigate to find the culprit? And if yes, how? Greetings Axel

Still errors with Emacs 26.3

2021-08-15 Thread Axel Kielhorn
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

Re: citations: rx problems with emacs-26.3

2021-08-10 Thread Axel Kielhorn
:06 lisp/oc-biblatex.elc > > There are a couple of issues with "make single" for emacs-25.2: There are still problems with Emacs 26.3 From making up1 from todays 01877f480: Compiling /Users/axel/src/Emacs/org-mode/lisp/ob-C.el... Eager macro-expansion failure: (error "rx fo

Re: ConTeXt exporter for Org Mode

2021-08-07 Thread Axel Kielhorn
t direction. I’ll post a suggestion on GitHub once I figured out what I want to suggest. Greetings Axel

Re: ConTeXt exporter for Org Mode

2021-08-06 Thread Axel Kielhorn
; US letter paper ("paper-letter" . "\\setuppapersize[letter]") in the code, but it doesn’t appear in the output, and I prefer the a-sizes (especially 2 x a5 on a4) Do you prefer to receive comments here or should I use the githup tracker in the future? Greetings Axel ECM1.org Description: Binary data

[Bug] org-startup-folded documentation

2021-07-09 Thread Axel Svensson
org-version: 9.4.6 The documentation for the variable org-startup-folded is not up to date. It states that the variable can be nil or non-nil, but the program logic makes a difference between the values 't, 'content, 'showeverything, 'show2levels, 'show3levels, 'show4levels, and 'show5levels.

Bug: No highlighting after [9.4.6 (release_9.4.6-544-gc5573b @ /home/user/.emacs.d/straight/build/org/)]

2021-05-28 Thread Axel Svensson
Steps to reproduce: 1) In an empty org-mode buffer, type a * SPC a C-b C-b C-b . 2) The buffer now has two lines, the first one "a" and the second "* a". Expected: 3) The second line is formatted as a first-level heading. Actual: 3) The second line is formatted as normal text. Emacs : GNU Emac

Re: Updating column view dynamic block does not work with {est+}

2021-05-20 Thread Axel Kielhorn
e great if it works. Would I be sorry if you deprecate this feature? Probably not. Will anyone notice? Probably not, it has been broken for 4 years. Greetings Axel

Re: Updating column view dynamic block does not work with {est+}

2021-05-20 Thread Axel Kielhorn
t an „est:“ function would be more appropriate, but since no-one seems to use this feature, I’m not the one to argue that. Maybe a note in the documentation would be sufficient: Note that this is a =+= function that adds numbers, not a =:= which handles times. Do you want a patch for that? Greetings Axel

Updating column view dynamic block does not work with {est+}

2021-05-15 Thread Axel Kielhorn
“ and Columnview is entered for the referenced data. Same happens when I call org-update-dblock. Adding :format "%40ITEM(Task) %12Effort(Estimate){estc+}“ to the #+BEGIN: columnview line doesn’t help. First seen on Org mode version 9.4.5 (release_9.4.5-530-g981f25 @ /Users/axel/src/Emacs/org

Re: Using est+ with effort estimate range

2021-05-15 Thread Axel Kielhorn
7-02-08). > > I'm not able to reproduce this bug from the maint branch, closing it > right now. Please feel free to re-open it if I've not been testing it > correctly. It works fine with column view, but I have a different problem now. Will write a separate message. Greetings Axel

Re: from headers to tables, wrap long lines automatically

2020-10-16 Thread Axel Kielhorn
859-Today | The final > and most convincing proof the the Riemann Hypothesis by very very elementary > methods. | > #+END > #+end_src Greetings Axel

Re: Two tables with same data but different sorting

2020-10-05 Thread Axel Kielhorn
> 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

Re: Two tables with same data but different sorting

2020-10-05 Thread Axel Kielhorn
> 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

Re: Two tables with same data but different sorting

2020-10-01 Thread Axel Kielhorn
ned with the right :exports I now get what I want. Thanks again for this additional information. Greetings Axel

Re: Two tables with same data but different sorting

2020-10-01 Thread Axel Kielhorn
this is really powerful. I changed =first row1= to =elt row1 6= since my real table is more complex. (Again I learned a little bit more about elisp.) Greetings Axel

Two tables with same data but different sorting

2020-10-01 Thread Axel Kielhorn
org? Right now I copy the table and apply an =C-c ^ a= on the first column. Greetings Axel

Re: Strange problem loading org features in Emacs 27.1

2020-08-15 Thread Axel Kielhorn
has a more recent version of org-mode. The easiest way to fix this is to rename the files in your org-init.el file. Of course you can use the customize interface as well. Greetings Axel

Re: Using est+ with effort estimate range

2020-06-02 Thread Axel Kielhorn
> 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

Using est+ with effort estimate range

2020-05-30 Thread Axel Kielhorn
range? Thanks for your help. Greetings Axel

Re: TODO or checkboxes in org tables

2020-05-07 Thread Axel Kielhorn
> 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: >>> &

Re: [PATCH 2/4] orgcard: Update binding for org-columns-insert-dblock

2020-05-05 Thread Axel Kielhorn
tex still has \key{insert/update table with clock report}{C-c C-x C-r} that should be: \key{insert/update table with clock report}{C-c C-x x} Everything else is fine. Greetings Axel

Manual 7.5.3 Capturing column view outdated

2020-05-03 Thread Axel Kielhorn
C-c C-x x clocktable doesn’t work either. The command to create a clocktable (org-clock-report) is available in the menu as well. Greetings Axel

Re: TODO or checkboxes in org tables

2020-05-03 Thread Axel Kielhorn
> 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

Re: TODO or checkboxes in org tables

2020-05-02 Thread Axel Kielhorn
or years but recently discovered the :match argument. If you mark the actual data as :noexport: only the table will be printed. Greetings Axel ** Arbeitsfortschritt :PROPERTIES: :EXPORT_FILE_NAME: Beispiele :EXPORT_OPTIONS: num:nil :COLUMNS: %50ITEM(Problem) %5PB(Nr BP) %11TODO(Status

Re: Org mode for meeting minutes

2020-03-23 Thread Axel Kielhorn
the :match Thanks for sharing that information! Axel

Re: A few changes to test in master

2020-02-01 Thread Axel Kielhorn
> 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

Re: A few changes to test in master

2020-02-01 Thread Axel Kielhorn
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

Re: A few changes to test in master

2020-02-01 Thread Axel Kielhorn
stomization. Org mode version 9.3.2 (release_9.3.2-175-gf70490 ...) Greetings Axel

Re: [O] Ruby or Python or Something

2017-07-17 Thread Axel E. Retif
so recommend to take a look at John Kitchin's YouTube channel: https://www.youtube.com/channel/UCQp2VLAOlvq142YN3JO3y8w He uses extensively Emacs org-mode, Python and LaTeX. Best Axel

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-18 Thread Axel Kielhorn
> 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

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Axel Kielhorn
t; "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée totale" "Durée fichier" "Horodatage sommaire à") ("nl" "Bestand" "N" "Tijdstip" "Hoofding" "Duur" "ALLES" "Totale duur" "Bestandstijd" "Clock summary at") ("de" "Datei" "L" "Timestamp" "Tätigkeit" "Dauer" "ALLES" "Gesamtzeit" "Datei Zeit" "Erstellt am" Does this require a patch and a TINYCHANGE? Axel

Re: [O] Emacs+org on Windows 7 pro

2016-08-23 Thread Axel Kielhorn
> 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

Re: [O] Emacs+org on Windows 7 pro

2016-08-23 Thread Axel Kielhorn
Should I switch to scimax? Anything I should look out for? Can I simply move my user folder and continue? I’m using org-master at home and org-with-contrib on Windows at work. Axel

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-14 Thread Axel Kielhorn
se: * * A test todo [/] - [X] checkbox - [ ] another checkbox * BTW, you should get exactly the same behavior in the shell. In case you want to use the same Emacs in the shell and in GUI, add /Applications/Emacs\ 24.5.app/Contents/MacOS/ ^^^ adjust as appropriat

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs [8.2.10 (release_8.2.10 @ /Users/home/.emacs.d/elpa/org-20160801/)]

2016-08-13 Thread Axel Kielhorn
omehow, maybe an init.el you copied from somewhere? I have the same Emacs you have and here everything ist fine. Axel

[O] ox-taskjuggler: no multiple vacation / leaves entries

2016-06-27 Thread Axel Kielhorn
/vacation lines. Axel [1] After adding the „leaves“ keyword to org-taskjuggler-valid-resource-attributes. ECM-taskjuggler.org Description: Binary data ECM-taskjuggler.tjp Description: Binary data

Re: [O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?

2016-02-21 Thread Axel Kielhorn
S_OPTIONS: [landscape] > :EXPORT_TITLE: Projektboard > :EXPORT_FILE_NAME: Projektboard > :END: Indeed it works. I’m quite sure that I tried that first, maybe I mistyped something. Now I get exactly what I want. Thanks for the quick reply. Axel

[O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?

2016-02-21 Thread Axel Kielhorn
version 8.3.3 (release_8.3.3-629-g635161 @ /Users/axel/src/Emacs/org-mode/lisp/) with Emacs 24.5. * Projektboard :noexport: :PROPERTIES: :EXPORT_FILE_NAME: Projektboard :END: #+EXPORT_LATEX_CLASS_OPTIONS: [landscape] #+EXPORT_TITLE: Projektboard

[O] LaTeX export with listings: unknown language "calc"

2016-02-13 Thread Axel Kielhorn
} #+LATEX_HEADER: \lstdefinelanguage{calc}{morekeywords={}} Is this the correct way to do this? Should this be added to the documentation? Regards Axel

Re: [O] Columnview *** is exported as *

2016-02-12 Thread Axel Kielhorn
> 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

Re: [O] Columnview *** is exported as *

2016-02-11 Thread Axel Kielhorn
> 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

[O] Columnview *** is exported as *

2016-01-27 Thread Axel Kielhorn
looked at the code for clocktable but that is above my understanding of elisp. I’m using org-mode 8.3.3-17 from ELPA with emacs 24.5. Axel Title: ECM ECM 1 Top Level Baugruppe Zeit Plan Kosten Fällig Fertig Verant. * Top Level 24 44.0 1050   [2/4]   ** Sub level 1

[O] Collectable results in minutes instead of HH:MM

2016-01-13 Thread Axel Kielhorn
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

[O] Collectable results in minutes instead of HH:MM

2016-01-13 Thread Axel Kielhorn
result by 60 does not work. I prefer the HH:MM format and am looking for a way to convert that. Can anyone help? Axel

[O] Creating a subtree with changes (filtered by tag)

2015-09-27 Thread Axel Kielhorn
** KW39 I had a look at the columnview dblock but I can’t use a tag filter with that. I’m using Org 8.2.10 with a setup based on John Kitchen’s jmax. Any ideas? Axel

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-01 Thread Axel Kielhorn
subheadlines are not ordered, deadlines are only propagated upwards, > as it is not clear which task(s) should inherit the deadline. > So you can set a deadline to the (last) subtask, and it will be propagated to > its super task. The last (as in time, not position in file) deadline will

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-01 Thread Axel Kielhorn
preliminary measure, I now ignore % signs. Section 5.5 „Breaking tasks down into subtasks“ of the org (8.2) manual. It works with TODO / DONE and checkboxes in lists. I’ll look into the remaining comments later. Axel

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-05-31 Thread Axel Kielhorn
sks and finally define a scheduled date for the main task. This gives me another idea: Filter / color by tag. Print only tasks tagged :Axel: to show my workload, and print tasks tagged :Sam_One: to show tasks I have delegated. Color tasks by tags to show who is assigned, white for unassigned tas

Re: [O] Path to contrib directory in OSX Emacs

2015-01-01 Thread Axel Kielhorn
on't come bundled with OSX Emacs, what's the > recommended way of getting them? http://orgmode.org/elpa.html Use the second choice: org-plus-contrib Axel

Re: [O] Clocktable language customization not working as expected

2014-10-11 Thread Axel Kielhorn
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

Re: [O] Clocktable language customization not working as expected

2014-10-06 Thread Axel Kielhorn
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 >>

[O] Clocktable language customization not working as expected

2014-10-04 Thread Axel Kielhorn
range. I'm using org-mode from ELPA and Emacs 24.3 (Same results with 24.3.91) Is there anything broken in my setup or is this a bug? Axel clocktable ECM.org Description: Binary data

Re: [O] Unicode (double-byte?) goofs up text table layout

2014-08-09 Thread Axel Kielhorn
don't think > there's much way around that... Both characters are in DejaVu Sans Mono Free Monospaced Menlo Try one of these fonts. Axel

Re: [O] Bug: can not export pdf file [8.2.7c (8.2.7c-elpa @ /Users/mac/.emacs.d/elpa/org-20140730/)]

2014-08-03 Thread Axel Kielhorn
rg-latex-pdf-process (quote ("/usr/texbin/xelatex -interaction nonstopmode -output-directory %o %f" "/usr/texbin/xelatex -interaction nonstopmode -output-directory %o %f"))) Of course you can do this using the customize interface. Axel

Re: [O] ~C-c '~ not code

2014-07-09 Thread Axel Kielhorn
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

[O] ~C-c '~ not code

2014-07-08 Thread Axel Kielhorn
#x27;~ isn't shown in the code face. Escaping the ' with a \ didn't help. Using = instead of ~ didn't work. Adding a non-breaking space helps, but it isn't recognized by pdflatex. (Fixing that isn't really a problem but inconvenient.) I'm using org from ELPA O

Re: [O] LaTex export questions

2014-05-27 Thread Axel Kielhorn
> defaults like that are kept. I had exactly the same question yesterday. Putting #+OPTIONS: toc:nil into the org file will suppress the toc. You should read the chapter "Markup for rich export" in the Org Manual. This may answer some of you questions about markup. Axel

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Axel Kielhorn
asier to share my configuration with the Unix machine I sometimes telnet to. Thanks for the suggestion. Axel

[O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Axel Kielhorn
rute force, replacing the command with (setq starter-kit-dir "/Users/axel/.emacs.d/") Now it seems to work. There is probably a more elegant way to add a /.emacs.d to the path when the editor is Aquamacs, but I have to learn some elisp for that. Or a way to tell Aquamacs to use a

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-15 Thread Axel Kielhorn
ow. I write a separate article to describe what I did. Axel

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-15 Thread Axel Kielhorn
emplate has several pages of commented preamble. I activate only what I need but I have everything available, including common usage examples.) But in the end this is your decision, you know what works best for your users and I know how to modify the configuration to suit my needs. Axel

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-14 Thread Axel Kielhorn
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

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-14 Thread Axel Kielhorn
Now I have a printable version of your document and will have a closer look. Greetings Axel

Re: [O] Change section (headings) numbering style

2014-01-14 Thread Axel E. Retif
On 01/14/2014 06:43 AM, Vladimir Lomov wrote: [...] I can suggest CSS way to accomplish this. [...] It works! Thank you very much! I have to export separately the arabic-numbered and alpha-numbered parts, but that's all right. Thanks again! Axel

Re: [O] Change section (headings) numbering style

2014-01-14 Thread Axel E. Retif
On 01/14/2014 06:43 AM, Vladimir Lomov wrote: Hello, ** Axel E. Retif [2014-01-14 02:36:30 -0600]: I need to change the numbering style of the first level sections (*) in the exported html file. [...] I can suggest CSS way to accomplish this. I checked that it works with firefox, but not

[O] Angular brackets break LaTex environment in html-export

2014-01-14 Thread Axel
in org-mode? --8<---cut here---start->8--- * heading \( \sim t \) \( < R^2 > \sim t \) \[ \left \sim t \] \[ \left< R^2 \right> \sim t \] -8<---cut here---end----->8--- Cheers Axel

Re: [O] Change section (headings) numbering style

2014-01-14 Thread Axel E. Retif
On 01/14/2014 02:39 AM, Sebastien Vauban wrote: "Axel E. Retif" wrote: I need to change the numbering style [from arabic to Alpha] of the first level sections (*) in the exported html file. [...] AFAICT, this is not possible right now. Though, you have a fallback in the name of j

[O] Change section (headings) numbering style

2014-01-14 Thread Axel E. Retif
TIA Best, Axel

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Axel E. Retif
On 12/06/2012 06:18 PM, David Rogers wrote: "Axel E. Retif" writes: What about starting with a quote by Dr. Stefan Vollmar: It's difficult to say what exactly Emacs' Org-mode will do for you; it's easier to list all things it doesn't do I'm not

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Axel E. Retif
What about starting with a quote by Dr. Stefan Vollmar: It's difficult to say what exactly Emacs' Org-mode will do for you; it's easier to list all things it doesn't do You know, from MPI talk. Best Axel

Re: [O] OSX to PDF: Minimal Install

2012-11-03 Thread Axel E. Retif
if BasicTeX or MacTeX-Additions http://www.tug.org/mactex/morepackages.html have the wonderful GUI for tlmgr, TeX Live Utility (TLU), but the OP can ask in the very helpful TeX on Mac OS X mailing list: http://email.esm.psu.edu/mailman/listinfo/macosx-tex Best Axel

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Axel E. Retif
cuments to PDF? You might try BasicTeX (64 MB), a minimal MacTeX distribution: http://www.tug.org/mactex/morepackages.html Best Axel

Re: [O] Word wrap in org-mode

2012-10-21 Thread Axel E. Retif
2012-09-06 I use M-x visual-line-mode Best Axel