Re: [O] [PATCH] org-manual: Small fixes

2019-05-16 Thread Kyle Meyer
Cheong Yiu Fung writes: > * doc/org-manual.org (Handling Links): update variable > `org-id-link-to-org-use-id', which is changed in v7.9.2. Thanks. Because this was relevant for the maint branch as well, I adjusted your commit to apply to maint (tweaking the commit message slightly). -- Kyle

[O] [PATCH] Manual update

2019-05-16 Thread Cheong Yiufung
>From 14ff6eb2b451471514206d5126c0af02125ec7e6 Mon Sep 17 00:00:00 2001 From: Cheong Yiu Fung Date: Mon, 13 May 2019 22:51:08 +0800 Subject: [PATCH] org-manual: Small fixes * doc/org-manual.org (Handling Links): update variable `org-id-link-to-org-use-id', which is changed in v7.9.2. ---

Re: [O] Show weekday in daily agenda view

2019-05-16 Thread J. David Boyd
Nick Dokos writes: > johanna@th-koeln.de writes: > >> maybe I did not search the right way in google alias startpage. But I >> could not figure out how to write next to the date e.g. 2000-04-01 the >> weekday, i.e. the specific day of the week. It would come very handy to >> have the date

Re: [O] LaTex Output with Index

2019-05-16 Thread Julius Dittmar
Am 15.05.19 um 11:02 schrieb Fraga, Eric: > On Tuesday, 14 May 2019 at 23:58, Robert Love wrote: >> However, I have one hitch. How do I generate an index with an entry >> that has an “@“ symbol in it? > > Unfortunately, this is beyond my latex-fu. May have something to do > with @ being a

[O] [PATCH] org-manual: Small fixes

2019-05-16 Thread Cheong Yiu Fung
* doc/org-manual.org (Handling Links): update variable `org-id-link-to-org-use-id', which is changed in v7.9.2. --- doc/org-manual.org | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 54b89e5bf..c519d310b 100644 ---

[O] [babel] access table contents from table name in variable?

2019-05-16 Thread fugou nashi
Hi, I have a table containing the names of other tables and I'd like to process the contents of each of the named tables. I've searched and read the docs but can't see any way to do this. I assume it must be possible with lisp magic but I don't know where to start with that. If I could call a

Re: [O] Show weekday in daily agenda view

2019-05-16 Thread Heinz Tuechler
Dear Johanna, for me (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" "Donnerstag" "Freitag" "Samstag"] calendar-month-name-array ["Januar" "Februar" "Maerz" "April" "Mai" "Juni" "Juli" "August"

[O] Bug: org-catch-invisible-edits still allows some invisible edits [9.1.9]

2019-05-16 Thread Vlad Shcherbina
Steps to reproduce: 1. runemacs.exe -Q 2. In the scratch buffer, M-x org-mode 3. M-: (setq org-catch-invisible-edits 'show-and-error) (could be also reproduced with 'smart) 4. Replace the content of the scratch buffer with the following: * hello ** world 5. Position point at the end of

[O] Org-agenda and error in tags position

2019-05-16 Thread leo
Hi! I write because I am experiencing a problem with org agenda and more precisely with the positioning of the tags which as can be seen from the screenshot are always displayed on a new line (while I expect them to be displayed to the right of the task). It only happens with org-agenda. In .org

Re: [O] [PATCH] Ruby tests

2019-05-16 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > I no longer have the commit bit since the server software was changed. > If it still requires an account on the server then I don't intend to > create one, either. I don't remember. You may want to ask Bastien about it. The project certainly needs more contributors

[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2019-05-16 Thread Nicolas Floquet
Hello. Le jeudi 20 septembre 2018 à 22:18 -0400, Richard Stallman a écrit : > The real problem is that Emacs depends on something that ought to be > part of Emacs but isn't. This change makes the problem less blatant, > but doesn't really fix it. > > The change that has been made is good enough

[O] bug#32722: 26.1; Org-publish depend on non-free platform ?

2019-05-16 Thread Nicolas Floquet
Le jeudi 16 mai 2019 à 17:16 +0200, Nicolas Floquet a écrit : > The problem is not solved on emacs 26.2. I have just humbly made a little commit wich is not the best solution, take in consideration that I am not a programmer… I can not currently do better ! :-)

Re: [O] Show weekday in daily agenda view

2019-05-16 Thread Nick Dokos
db...@attentigroup.com (J. David Boyd) writes: > Nick Dokos writes: > >> johanna@th-koeln.de writes: >> >>> maybe I did not search the right way in google alias startpage. But I >>> could not figure out how to write next to the date e.g. 2000-04-01 the >>> weekday, i.e. the specific day of

[O] Cut and paste an entry programmatically

2019-05-16 Thread Michael Brand
Hi all I would like to ask for some help to understand what am I doing wrong with this minimal complete example: #+begin_src org ,* 1 ,* 2 ,* 3 ,* 4 #+end_src #+begin_src emacs-lisp :results silent (defun temp () (org-cut-subtree) (org-forward-heading-same-level 2)