[O] Inaccurate documentation for org-metaleft?

2015-05-11 Thread Alain . Cochard
Sorry if I am totally confused, I am an org beginner. If I do 'C-h f org-metaleft', I see org-metaleft is an interactive compiled Lisp function in `org.el'. (org-metaleft optional ARG) Promote heading or move table column to left. Calls `org-do-promote' or `org-table-move-column',

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Alain . Cochard
Rasmus writes: Is there an independent way of checking which languages are supported? On a file-system level you could do something like: ls /usr/share/emacs/site-lisp/org*/ob* | grep -i fortran = /usr/share/emacs/site-lisp/org/ob-fortran.el In Emacs you could to

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Alain . Cochard
John Kitchin writes: Fortran is supported in the sense that you can edit a block in Fortran mode. But you cannot execute a Fortran block directly afaik. You have to tangle it, compile it and then run the executable. Thanks for the precision. I guess it would not hurt to mention this

[O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Alain . Cochard
I was starting investigating Working with source code. I tried with the bloc: #+BEGIN_SRC fortran #+END_SRC The 'fortran' keyword is indeed recognized in the edit buffer, and, as far as I can see, everything works quite well. But I later realized that 'Fortran' is not mentioned in the

[O] Suspected bug: Invisible cursor in calendar buffer.

2015-05-19 Thread Alain . Cochard
[8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)] GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.12) of 2015-04-17 on buildvm-04.phx2.fedoraproject.org Hello. I do: 'emacs -Q new_file.org'. Once in the file I do: 'C-c .' I see in the minibuffer: Date+time

[O] How to elegantly and effectively quote org fragments?

2015-05-20 Thread Alain . Cochard
Hello. So far, the main motivation for me is to be able to insert into an org file some org fragments found on the Internet, without their interacting with the org file. Sorry if these are easy questions -- I did spend time with the manual, the FAQ, the list archive, and the web. The best I

Re: [O] How to elegantly and effectively quote org fragments?

2015-05-25 Thread Alain . Cochard
I understand that the indentation is virtual; it is just that I would (ideally) expect for the quoted example to visually look the same as it does in an org buffer. That's not possible. I understand that now. I'll stay disappointed about it :-) OK. I had missed this footnote.

[O] org-notify: can't define an org-notify-add

2015-05-21 Thread Alain . Cochard
Hello. If I have in my emacs init file the following org-notify setup, as specified by the org-notify doc (if I understand it correctly): (require 'org-notify) (org-notify-add 'my-appt '(:time 1h :actions -message :period

Re: [O] How to elegantly and effectively quote org fragments?

2015-05-21 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 22 May 2015 00:02: You can also use a fixed-width area: : * a headline only for the example : ** a subheadline : text Ah, thank you. If I understand correctly, though, once one does that (in an SRC org block, say) one looses the ability to edit the

[O] org-notify: can't define an org-notify-add

2015-05-21 Thread Alain . Cochard
Sorry I am posting this message again: I made a mistake and it appeared within an unrelated thread (perhaps it is possible to remove it from there?) --- Hello. If I have in my emacs init file the following org-notify setup, as specified by the org-notify doc (if I understand it correctly):

Re: [O] Is it possible to "properly" indent inside latex fragments?

2017-02-02 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 1 Feb 2017 21:34: > Hello, > > alain.coch...@unistra.fr writes: > > > Charles C. Berry writes on Mon 23 Jan 2017 08:44: > > > > > With export blocks you can get close. > > > > > > If you type =C-c '= inside the following export block, you will get the

Re: [O] Is it possible to "properly" indent inside latex fragments?

2017-02-04 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 3 Feb 2017 22:04: > > I have one (minor) question/concern, though: will the indentation > > survive an 'M-x indent-region' or 'M-x org-indent-region'? > > It should, now. Thank you for the heads up. Great, thanks again for your promptness; I can confess it

Re: [O] Is it possible to "properly" indent inside latex fragments?

2017-02-01 Thread Alain . Cochard
Charles C. Berry writes on Mon 23 Jan 2017 08:44: > With export blocks you can get close. > > If you type =C-c '= inside the following export block, you will get the > contents in a latex buffer. Then indentation and other LATEX/P mode > operations are available. When you exit with

[O] Is it possible to "properly" indent inside latex fragments?

2017-01-23 Thread Alain . Cochard
Hello. This is what I obtain if I type each line followed by and then in an org file: * foo \begin{displaymath} \begin{split} a &= b \\ &+c \end{split} \end{displaymath} If I highlight everything and use 'M-x indent-region' or 'M-x org-indent-region', it does not change.

Re: [O] "COMMENT" keyword not properly documented in the manual

2017-01-09 Thread Alain . Cochard
Hi, and thanks for the feedback. Nicolas Goaziou writes on Mon 9 Jan 2017 00:51: > > Unaware that "COMMENT" was a specific org string, [...] > > I had used it at the beginning of a headline, resulting in biased tag > > and string searches ('C-c a m' or 'C-c a s'). (I was unlucky: the > >

[O] "COMMENT" keyword not properly documented in the manual

2017-01-05 Thread Alain . Cochard
Hello. I am a relatively new org user; I am writing this email after I spent all morning finding the origin of my problem and searching the web for an explanation and a solution. Unaware that "COMMENT" was a specific org string, I had used it at the beginning of a headline, resulting in biased

Re: [O] Is it possible to "properly" indent inside latex fragments?

2017-03-03 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 3 Mar 2017 12:26: > This is a new feature, so it is in development branch only, i.e., > Org 9.1, yet to be released. OK, thanks for the clarification. Regards -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) |

Re: [O] Is it possible to "properly" indent inside latex fragments?

2017-03-03 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 1 Feb 2017 21:34: > For the record, i implemented `org-edit-latex-environment'. > > Basically, it means you can edit the LaTeX code in a new buffer, using > latex-mode, with C-c ' [...] Nicolas Goaziou writes on Fri 3 Feb 2017 22:04: >

[O] multiple agenda views -- sticky agendas?, buffer renaming?

2017-06-06 Thread Alain . Cochard
Hello. I want my *Org Agenda* buffer to be open at all times, but I still want to be able to (say) match as many different tags as desired. Googling and searching the archives suggested 2 possible ways: (1) use of sticky agenda views and (2) use 'M-x rename-uniquely'. Use of sticky agendas

Re: [O] newbye questions [the nnir-article-group issue]

2017-06-09 Thread Alain . Cochard
>Fran?ois Patte writes: > >> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit : >>> Fran?ois Patte writes: >>> Le 05/06/2017 ? 01:33, Eric Abrahamsen a ?crit : > Fran?ois Patte

Re: [O] newbye questions [the nnir-article-group issue]

2017-06-12 Thread Alain . Cochard
Eric Abrahamsen writes on Sun 11 Jun 2017 14:37: > alain.coch...@unistra.fr writes: > > >>Fran?ois Patte writes: > >> > >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit : > Fran?ois Patte writes: > >

Re: [O] newbye questions [the nnir-article-group issue]

2017-06-12 Thread Alain . Cochard
Eric Abrahamsen writes on Tue 13 Jun 2017 08:41: > alain.coch...@unistra.fr writes: > > > Eric Abrahamsen writes on Sun 11 Jun 2017 14:37: > > > alain.coch...@unistra.fr writes: > > > > > > >>Fran?ois Patte writes: > > > >> > > > >>> Le

[O] Confused about the explanation for 'org-cycle'

2017-09-18 Thread Alain . Cochard
Hello. In section "2.3.1 Global and local cycling" of the manual I read: `' (`org-cycle') _Subtree cycling_: Rotate current subtree among the states ,-> FOLDED -> CHILDREN -> SUBTREE --. '---' The

Re: [O] Confused about the explanation for 'org-cycle'

2017-10-05 Thread Alain . Cochard
Nicolas Goaziou writes on Thu 28 Sep 2017 23:30: > There are already many ways in Emacs to find a variable. I'm not > convinced that adding such an appendix would be worth the trouble > creating and maintaining it. > As another data point, Emacs' manual doesn't contain an exhaustive >

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-28 Thread Alain . Cochard
Thanks for your answer. Nicolas Goaziou writes on Thu 28 Sep 2017 16:31: > > More generally, I cannot remember the number of times when I read > > the manual, do not understand it, > > This is exactly where the manual fails. What is the point of an > exhaustive, yet not understandable,

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-26 Thread Alain . Cochard
Nicolas Goaziou writes on Tue 26 Sep 2017 12:41: > Hello, > > alain.coch...@unistra.fr writes: > > > But now, compared to the previous version: > > > >When the cursor is at the beginning of the buffer and the > >first line is not a headline, then actually runs global > >

[O] org-list-empty-line-terminates-plain-lists removed but still mentioned in the manual

2017-09-28 Thread Alain . Cochard
Hello. If I understand correctly, the thread https://lists.gnu.org/archive/html/emacs-orgmode/2014-07/msg00678.html seems to say that variable 'org-list-empty-line-terminates-plain-lists' has been removed; consistently, querying it with 'C-h v' fails. Yet, it is still mentioned in the manual,

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-26 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 20 Sep 2017 12:57: > Hello, > > Matt Lundin writes: > [...] > I rewrote the part about `org-cycle-global-at-bob'. Hopefully it is > clearer now. Thank you, Nicolas and Matt, for the feedback. I updated to version org-20170925 and what I

Re: [O] multiple agenda views -- sticky agendas?, buffer renaming?

2017-08-22 Thread Alain . Cochard
Bastien writes on Mon 3 Jul 2017 07:09: > alain.coch...@unistra.fr writes: > > > I want my *Org Agenda* buffer to be open at all times, but I still > > want to be able to (say) match as many different tags as desired. > > > > Googling and searching the archives suggested 2 possible

[O] How to use case sensitive org-search-view?

2017-11-10 Thread Alain . Cochard
Hello. Sorry about this seemingly basic question, but I spent several hours (literally) googling and experimenting without any progress... Suppose I have an org file with * FOO * foo I would like to use org-search-view (C-c a s) so as to (say) list only the first entry. Among other things I

Re: [O] org-hide-emphasis-markers not mentioned in the org manual

2017-11-14 Thread Alain . Cochard
Thomas Rikl writes on Tue 14 Nov 2017 14:10: > (and perhaps other customization variables) > > Version: Release 9.1.2 (release 9.1.2-192-gc029c4) > of the org manual > > regards Thomas R. In a recent (late sept.) discussion on this list ("Confused about the explanation for 'org-cycle"),

Re: [O] How to use case sensitive org-search-view?

2017-11-14 Thread Alain . Cochard
Matt Lundin writes on Tue 14 Nov 2017 08:26: > > Suppose I have an org file with > > > > * FOO > > * foo > > > > I would like to use org-search-view (C-c a s) so as to (say) list > > only the first entry. > Unfortunately, it looks like org-search-view is hard-coded to be >

Re: [O] How to use case sensitive org-search-view?

2017-11-16 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 15 Nov 2017 15:02: > Thinking about it, we may simply drop `org-occur-case-fold-search' and > use `search-upper-case' wherever that makes sense. > > So far, "wherever that makes sense" includes: > - `org-occur' > - `org-search-view' > - what else? I take it

Re: [O] How to use case sensitive org-search-view?

2017-11-15 Thread Alain . Cochard
Nicolas Goaziou writes on Tue 14 Nov 2017 21:35: > Matt Lundin writes: > > > alain.coch...@unistra.fr writes: > >> Suppose I have an org file with > >> > >> * FOO > >> * foo > >> > >> I would like to use org-search-view (C-c a s) so as to (say) list > >> only the

Re: [O] How to use case sensitive org-search-view?

2017-11-15 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 15 Nov 2017 12:55: > alain.coch...@unistra.fr writes: > > > Thanks for pointing this out. But boy is it complicated: > It is not. [...] It still is for me, but your explanations do clarify things a bit. Thanks for your time. -- EOST (École et

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-14 Thread Alain . Cochard
Nicolas Goaziou writes on Mon 14 May 2018 16:43: > Hello, > > alain.coch...@unistra.fr writes: > > > Thank you for not giving up on me! Turned out that the problem was > > due to a "::" in one of my tag lists in one of my agenda files... > > > > Specifically, doing as you did above, I

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-14 Thread Alain . Cochard
Nicolas Goaziou writes on Sun 13 May 2018 23:01: > Here is what I did. > > I created a file "mini-init.el", containing the following lines: > > --8<---cut here---start->8--- > (add-to-list 'load-path "/path/to/org-mode/lisp/") > (setq

Re: [O] Multiple tags on a heading?

2018-04-26 Thread Alain . Cochard
Nicolas Goaziou writes on Thu 26 Apr 2018 02:47: > Hello, > > alain.coch...@unistra.fr writes: > > > William Denton writes on Wed 25 Apr 2018 09:59: > > > > > To set a tag for a heading one uses C-C C-q (or C-c C-c if one is > > > on the heading). The minibuffer shows you a listing of

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-12 Thread Alain . Cochard
Bastien writes on Tue 8 May 2018 10:17: > Hi Alain, > > alain.coch...@unistra.fr writes: > > > With variable org-complete-tags-always-offer-all-agenda-tags set to > > true, tag completion does not work as I expect. Specifically, upon > > 'C-c C-q' or 'C-c C-c', it works fine if I enter

Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-12 Thread Alain . Cochard
Gregor Zattler writes on Sat 12 May 2018 10:20: > > Did you mean 'emacs -Q' with some git branch? If so, I don't > > know how to do it... > > emacs -Q -L /home/cochard/Org/Coch-git/org-mode/lisp/ > > which ads git Org to the load-path > > perhaps even > > emacs -Q -L

Re: [O] Should org-complete-tags-always-offer-all-agenda-tags be documented in the manual? [was: Tag completion does not work well with ...]

2018-05-17 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 16 May 2018 22:12: > > Consider this excerpt from section "6.2 Setting tags": > > > > Org supports tag insertion based on a _list of tags_. By > >default this list is constructed dynamically, containing all tags > >currently used in the buffer.

[O] Manual: "ellipsis, special symbol", but no "ellipsis"

2018-05-16 Thread Alain . Cochard
Hello. In the "Concept index", I see item "ellipsis, special symbol:", but, going there, I see no mention of "ellipsis", which I find strange. Regards -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5 rue René Descartes

[O] Should org-complete-tags-always-offer-all-agenda-tags be documented in the manual? [was: Tag completion does not work well with ...]

2018-05-16 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 4 May 2018 23:44: > > Incidentally, shouldn't this variable be documented in the > > manual? (Section "6.2 Setting tags" would seem a natural place > > for that.) I had to resort to internet search... > I don't know specifically about this one, but not all

[O] Irrelevant/misleading error message (due to bad syntax in init-file)

2018-05-15 Thread Alain . Cochard
Hello. I do the following. The file ~/.emacs.debug contains: (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") (setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax! (find-file "/tmp/bug-agenda2.org") ; <- empty file The file /tmp/bug-agenda.org contains:

[O] Problem with completion and case in tag search

2018-05-23 Thread Alain . Cochard
Hello. I run emacs -Q -l ~/tmp/scr.emacs The file ~/tmp/scr.emacs contains (add-to-list 'load-path "~/.emacs.d/elpa/org-20180521/") (setq org-agenda-files '("~/tmp/bug-agenda.org")) (global-set-key "\C-ca" 'org-agenda) (find-file "~/tmp/bug-agenda2.org") ;; <- empty file The

Re: [O] Code or Verbatim

2018-05-24 Thread Alain . Cochard
aldo ridhoni writes on Tue 1 May 2018 02:28: > https://orgmode.org/manual/Emphasis-and-monospace.html#Emphasis-and-monospace > > https://orgmode.org/guide/Emphasis-and-monospace.html#Emphasis-and-monospace > > The manual and guide is different in code and verbatim text. Which one is > the

[O] Is it normal for 'Org Cycle Hook' to be "CHANGED outside Customize" by '(require 'org-inlinetask)'

2018-05-22 Thread Alain . Cochard
Hello -- I run: emacs -Q -l mini-init.el with mini-init.el being (add-to-list 'load-path "/home/cochard/.emacs.d/elpa/org-20180521/") (require 'org-inlinetask) Then I do 'M-x customize-group org ', then search for 'cycle', go to 'Org Cycle Hook', and see: Hide Org Cycle Hook:

Re: [O] Manual: "ellipsis, special symbol", but no "ellipsis"

2018-05-16 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 16 May 2018 21:04: > "and =...= becomes a compact set of dots" refers to ellipsis. Ah... Sorry, I was not aware of the typographical meaning of the word. Thanks for the clarification. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de

Re: [O] ‘V’ ‘#+BEGIN_VERBATIM ... #+END_VERBATIM’ missing in manual(?)

2018-06-14 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 13 Jun 2018 21:26: > The "Easy templates" section does not exist anymore in new > manual. Also, there is no such thing as a "verbatim" environment. > > IOW, it is already solved in master. Thanks for the feedback. I had been made aware of the verbatim block

[O] ‘V’ ‘#+BEGIN_VERBATIM ... #+END_VERBATIM’ missing in manual(?)

2018-06-13 Thread Alain . Cochard
Hello. In section "15.2 Easy templates" of the manual, I think that under Org comes with these pre-defined easy templates: the line related to VERBATIM is missing. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5

Re: [O] ‘V’ ‘#+BEGIN_VERBATIM ... #+END_VERBATIM’ missing in manual(?)

2018-06-14 Thread Alain . Cochard
Nicolas Goaziou writes on Thu 14 Jun 2018 20:43: > > [...] the following excerpt of section 14 (Working with source > > code) of the manual: > > > > Org’s ‘src’ code block type is one of many block types, such > >as quote, export, verse, latex, example, and verbatim. > > > >

Re: [O] Problem with completion and case in tag search

2018-05-27 Thread Alain . Cochard
Nicolas Goaziou writes on Sun 27 May 2018 22:14: > > The file ~/tmp/bug-agenda.org contains > > > >* foo :bar:baR:Bar:BAR: > > > > When in the empty document ~/tmp/bug-agenda2.org, > > > > if I type > > > >C-a m > > > > it gives "BAR" in the minibuffer. > > > > If I type > >

[O] org-toggle-comment does not interact well with inlinetask

2018-06-04 Thread Alain . Cochard
Hello. I am aware inlinetasks integration is currently under discussion. I am reporting this issue in case it would be useful for this integration. I do emacs -Q -l ~/tmp/scr.emacs with scr.emacs being (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") (require

[O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags

2018-05-02 Thread Alain . Cochard
Hello. With variable org-complete-tags-always-offer-all-agenda-tags set to true, tag completion does not work as I expect. Specifically, upon 'C-c C-q' or 'C-c C-c', it works fine if I enter in the minibuffer some letter and then press , but not if I just press ; in that case, a colon (:) is

[O] 'foo' in '# [[foo]]' not underlined

2018-07-04 Thread Alain . Cochard
Hello. In the comment line # [[foo]] there is only 'foo' which remains visible (which I understand), but 'foo' is not even underlined. I wonder if this is normal, especially since, in the following contruct: #+BEGIN_COMMENT [[foo]] #+END_COMMENT 'foo' is underlined. Regards

Re: [O] Problem in removing the invisible brackets of a link

2018-07-03 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 29 Jun 2018 15:39: > > The manual says: > > > > If you place the cursor at the beginning or just behind the end > >of the displayed text and press , you will remove the > >(invisible) bracket at that location. > > > > The problem for me it that

Re: [O] Request - make comments `bracket-dumb'

2018-08-08 Thread Alain . Cochard
Colin Baxter writes on Mon 6 Aug 2018 11:13: > > If I launch emacs -q, create an org-mode file and enter a comment as > > # Blah blah [[bib:blah]] blah blah. > > then the brackets close up such that only one pair is visible. If I > want both pairs visible then I have to write [

Re: [O] One column TOC?

2018-08-11 Thread Alain . Cochard
Sharon Kimble writes on Sun 12 Aug 2018 00:36: > > I've been puzzling over this for several weeks now, how can I get the > TOC of a document, written in org-mode and exported as latex and then > built into a PDF, have just one column of its TOC, instead of what seems > to be its default of 2

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-08-18 Thread Alain . Cochard
Tim Cross writes on Sun 19 Aug 2018 12:31: > > Given the problem appears to only occur with older setups which are > using an external PDF viewer, he problem might be with the xdg settings > on the system. The line > >Running /usr/bin/xdg-open /home/cochard/tmp/scr.pdf...done > >

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-08-18 Thread Alain . Cochard
Hi Robert, thanks much for your time. Robert Klein writes on Sat 18 Aug 2018 21:34: > Do you have any information in the *Messages* buffer which might > help? For the configuration that opens the pdf, that is: Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.18.9) of

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-08-20 Thread Alain . Cochard
Nick Dokos writes on Mon 20 Aug 2018 11:50: > [...] you have security problems: the current Fedora is 28, Fedora > 26 is either end-of-life already or about to be shortly, and Fedora > 23 is obsolete and possibly dangerous. Please consider upgrading. Thanks. Yes, 23 is obsolete. But what do

Re: [O] Problem jumping back & forth between foonote ref and def with 'C-c C-c'

2018-08-24 Thread Alain . Cochard
Hello, and thanks for the feed back. Nicolas Goaziou writes on Tue 21 Aug 2018 20:13: > As strange as it may sound, I think both are correct. > > In 9.1, Org puts point at the location where you can start to edit the > definition right away. If you want to "jump back", you can use the

[O] Suspected bug with LaTeX export: the pdf does not open

2018-08-17 Thread Alain . Cochard
Hello. I read in the manual: 'C-c C-e l o' Export as LaTeX file and convert it to PDF, then open the PDF using the default viewer. I have the file ~/tmp/scr.org which contains only * head blah and file ~/.emacs.debug which contains only (add-to-list 'load-path

[O] Problem jumping back & forth between foonote ref and def with 'C-c C-c'

2018-07-20 Thread Alain . Cochard
Hello. I start emacs with emacs -Q -l .emacs.debug where the file .emacs.debug contains only (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") giving Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.18.9) of 2016-04-11 on

Re: [O] Problem jumping back & forth between foonote ref and def with 'C-c C-c'

2018-08-29 Thread Alain . Cochard
Nicolas Goaziou writes on Tue 21 Aug 2018 20:13: > > Now, I visit a file which contains only > > > >* head > >foo[fn:1] bar > >* Footnotes > > > >[fn:1] tnote > > > > If the cursor is anywhere within the 1st instance of '[fn:1] ' (that > > is, including the space) and I

Re: [O] Problem jumping back & forth between foonote ref and def with 'C-c C-c'

2018-08-30 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 31 Aug 2018 00:07: > Fair enough. I reverted the 3 years old commit. I checked it on master. Thanks for the feedback. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5 rue René Descartes

[O] org-copy-visible does not work with x-select-enable-primary

2018-09-02 Thread Alain . Cochard
Hello. I use emacs -Q -l ~/.emacs.debug with the ~/.emacs.debug file containing only (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") I tried 2 versions of emacs, giving: Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.18.9) of 2016-04-11

Re: [O] org-copy-visible does not work with x-select-enable-primary

2018-09-11 Thread Alain . Cochard
Nicolas Goaziou writes on Sun 2 Sep 2018 21:25: > You may want to report it to Emacs Devel instead. Since it works in > some cases, it may not be related to Org. So I did report to Emacs Devel -- see thread https://lists.gnu.org/archive/html/emacs-devel/2018-09/msg00476.html Eli Zaretskii

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Eric S Fraga writes on Thu 5 Jul 2018 10:44: > Or, remembering that this *is* in fact a text editor, select > heading and content, kill it, go where you want it placed, and yank > it...? This is what I do so far... and qualify as tedious :-) Thanks anyway. -- EOST (École et Observatoire

[O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Hello. I am aware of org-move-subtree-up/down, which moves the entire subtree. I am also aware of org-shiftmetaup/down which moves the line[fn:1] (also works for a headline). What I would like to do is to be able to move a headline with everything up to (but not including) its first

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Neil Jerram writes on Thu 5 Jul 2018 11:46: > > What I would like to do is to be able to move a headline with > > everything up to (but not including) its first subheading. > > > > Does anyone know how to do that? > > > > I am also interested in knowing if there are specific (deep?) > >

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Eric S Fraga writes on Thu 5 Jul 2018 11:46: > Well, it's a deterministic set of steps so you could record a macro > to do the selection and kill? Then all you have to do is move and > yank? Would still be long... > What was not clear in your OP was what happens to the first >

Re: [O] How to move up/down a headline but not the subtree?

2018-07-06 Thread Alain . Cochard
Neil Jerram writes on Thu 5 Jul 2018 13:53: > FWIW, I just experimented. This seems to work: > > M-right M-right M-right M-right M-right C-c C-x C-w > > move to new destination > > C-c C-x C-y > > and is pretty fast. That's an interesting idea. Maybe I can build on that for

Re: [O] How to move up/down a headline but not the subtree?

2018-07-06 Thread Alain . Cochard
Hi, and thanks for your message. Nicolas Goaziou writes on Thu 5 Jul 2018 12:50: > > I am also interested in knowing if there are specific (deep?) > > reasons why this seemingly basic operation, which I see as the > > analogous of org-do-promote/demote and perform very often with > >

[O] Problems created by inlinetasks in agenda views

2018-04-13 Thread Alain . Cochard
Hello. I have the file (with name 'bug.org'): * foo :foofoofoo: *** TODO an inlinetask foo *** END barXXX (1) 'C-c a m foofoofoo' gives be Headlines with TAGS match: foofoofoo Press `M-0 r' to search again with new search string bug:foo

Re: [O] Multiple tags on a heading?

2018-04-25 Thread Alain . Cochard
William Denton writes on Wed 25 Apr 2018 09:59: > To set a tag for a heading one uses C-C C-q (or C-c C-c if one is > on the heading). The minibuffer shows you a listing of all the > tags, and refines it as you type. That works very well. > > What about if one wants to have two tags? Is

[O] Alternatives to inlinetasks? [was: Problems created by inlinetasks in agenda views]

2018-04-23 Thread Alain . Cochard
Nicolas Goaziou writes on Mon 16 Apr 2018 14:08: > Inlinetasks has a lot of glitches [...]. It is not ready for prime > time. Worse, I don't think its design is good, either. I would be glad to be able to use an alternative. I see that "drawers" are mentioned by some of you experts, but it

Re: [O] Multiple tags on a heading?

2018-04-26 Thread Alain . Cochard
> I do not understand. Is there still an issue? No, for me there is no issue (apart somewhere in my own config). Sorry for not not having been clear enough. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5 rue René

[O] Problem in removing the invisible brackets of a link

2018-06-29 Thread Alain . Cochard
Hello. The manual says: If you place the cursor at the beginning or just behind the end of the displayed text and press , you will remove the (invisible) bracket at that location. The problem for me it that it depends on the way I arrive at those locations. For example, for

[O] Tag completion for ":a_tag:" fails if string "a_tag:" is in headline

2018-11-13 Thread Alain . Cochard
Hello. Specifically, I have the simple org file: * a header :foo: * blah foo: blah :f If, after typing the last 'f' above, I type 'M-x pcomplete', I get the message "No completions of f". Clearly, the problem is in the "foo:" of the 2nd headline. Without it, or with "foo" (or even with

Re: [O] LaTeX chunk makes .org file not in Org mode

2018-11-16 Thread Alain . Cochard
Eric S Fraga writes on Fri 16 Nov 2018 09:27: > On Wednesday, 14 Nov 2018 at 12:54, alain.coch...@unistra.fr wrote: > > Hello. I guess this is normal, but I wanted to report it in case > > there is room for improvement: > > > > After inserting a latex file into an .org file, I ended up with

[O] LaTeX chunk makes .org file not in Org mode

2018-11-14 Thread Alain . Cochard
Hello. I guess this is normal, but I wanted to report it in case there is room for improvement: After inserting a latex file into an .org file, I ended up with the following part in the org file (which was an agenda file): %%% Local Variables: %%% mode: latex %%% TeX-master: t %%%

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-09-23 Thread Alain . Cochard
alain.coch...@unistra.fr writes on Sun 19 Aug 2018 06:21: > If I add the line > >(setq process-connection-type nil) > > to my minimal .emacs, then, upon 'C-c C-e l o', the file does open, > although not within emacs -- but with evince. So it does not fully > solve the problem, but

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-09-23 Thread Alain . Cochard
PS: I realize that it is not directly related to org-mode, so I have sent a message to help-gnu-emacs. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5 rue René Descartes [bureau 106] | Phone: +33 (0)3 68 85 50 44

Re: [O] copy/paste headlines from org-indent-mode to text mode: invisible stars remain invisible

2018-11-29 Thread Alain . Cochard
> You may want to add `face' to `yank-excluded-properties'. Great. Thanks a lot. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5 rue René Descartes [bureau 106] | Phone: +33 (0)3 68 85 50 44 F-67084 Strasbourg

[O] copy/paste headlines from org-indent-mode to text mode: invisible stars remain invisible

2018-11-29 Thread Alain . Cochard
Hello. When performing copy/paste (even with org-copy-visible) from org buffers with org-indent-mode turned on to buffers running, e.g., fundamental or text modes, leading stars of the headlines are still invisible (until the file is saved and visited again). Insertions within this invisible

[O] Single opening star induces bold face if immediately preceeding inlinetask

2019-03-27 Thread Alain . Cochard
Hello. With this org file, the "blah" is in bold face. * foo a *blah *** task bar *** END I would it is a small bug. NB: If I insert a blank line before the task, the face goes back to normal. Regards. I am using emacs -Q -l minimal with 'mininmal' containing

[O] inelinetask tags not properly aligned when org-startup-indented

2019-03-18 Thread Alain . Cochard
Hello. This is a problem I faced when I switched from 9.1.14 to 9.2.2. I have the following minimal_file: (add-to-list 'load-path "~/Org/Coch-git/org-mode/lisp") (require 'org-inlinetask) ; (setq org-startup-indented t) I use emacs -Q -l minimal_file Then I visit a void org

Re: How to change the width of a latex exported inlinetask?

2019-11-01 Thread Alain . Cochard
Fraga, Eric writes on Wed 30 Oct 2019 14:55: > > By default, the width of LaTeX exported inlinetasks is less than > > that of regular text. > > > > I would like to be able to change this default, ideally both on a > > per-file basis and a per-inlinetask basis (but either way would > >

How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-02 Thread Alain . Cochard
Fraga, Eric writes on Wed 30 Oct 2019 14:55: > [...] for a number of reasons including advice from this list, I > have moved away from inline tasks almost completely and now use > drawers instead. As far as I can see, the last discussion about that on the list occurred in April 2018 (starting

How to change the width of a latex exported inlinetask?

2019-10-30 Thread Alain . Cochard
Hello. By default, the width of LaTeX exported inlinetasks is less than that of regular text. I would like to be able to change this default, ideally both on a per-file basis and a per-inlinetask basis (but either way would already very good!). Despite some Internet searching, I could not

Re: Hiding a node title in export but not the content

2020-01-09 Thread Alain . Cochard
> Note that my implementation is old and it could very well be that > later versions of org have introduced something to cater for this > use case. I have org customizations going back over 10 years... It seems to me that this is what you are referring to, Eric: using the :ignore: tag in

Re: debugging latex preview

2022-03-05 Thread Alain . Cochard
Eric S Fraga writes on Fri 4 Mar 2022 16:59: > Quick question: what is the best (or any) way to debug LaTeX preview in > org mode? All of sudden, my previous are not shrink-wrapped (hope that > makes sense). I cannot think of anything I changed although I'm sure I > did change something...

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Tue 29 Aug 2023 15:00: > On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > > Why not just put the TODO heading in a code block with type org? > > > > Then you get all the toys, ignored by the main file. > > If inline tasks are supposed to be Org

Re: [DISCUSSION] Re-design of inlinetasks

2023-09-03 Thread Alain . Cochard
Ihor Radchenko writes on Sun 3 Sep 2023 07:58: > 3. We require no less than 15 stars to define inlinetask, which >looks ugly. With org-indent-mode, only 2 stars are shown (which I don't find ugly). Hence an idea: how about an additional org-indent-mode-just-for-inlinetasks?, for those

Completion mechanism for headlines when creating a link between 2 Org files?

2023-09-04 Thread Alain . Cochard
Hello. For internal links, the manual states that To insert a link targeting a headline, in-buffer completion can be used. Just type a star followed by a few optional letters into the buffer and press ‘M-’. All headlines in the current buffer are offered as completions." Is

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Wed 30 Aug 2023 14:36: > On Wed, Aug 30, 2023 at 01:49:26PM +0200, alain.coch...@unistra.fr wrote: > > Russell Adams writes on Tue 29 Aug 2023 15:00: > > > On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > > > > Why not just put the TODO heading in a

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Wed 30 Aug 2023 16:31: > > What would be the equivalent of: > > > >* head :foo: > >*** inlt :bar: > >*** END > > > > where the 'bar' tag could be used in exactly the same way as the 'foo' > > tag. > Please give some examples of

Re: bash source code block: problem after ssh commands

2023-10-25 Thread Alain . Cochard
Thanks much for the detailed explanations. > It looks like an issue in comint-mode and the way that it is > handling the temporary ssh session. This is not an issue with > org-mode. So it is an issue with emacs, right? -- EOST (École et Observatoire des Sciences de la Terre) ITE

Re: bash source code block: problem after ssh commands

2023-10-27 Thread Alain . Cochard
Russell Adams writes on Thu 26 Oct 2023 16:44: > [...] are you using an SSH key to connect, or entering a password? > If you use an SSH key for passwordless access, try adding -n (ie: > "ssh -n derp@host mycommand"). Yes, I use an SSH key, and yes, '-n' saves the day. Thanks. -- EOST

  1   2   3   >