[O] Fwd: Does doc/org-manual.org is now the document for editing?

2018-04-07 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm write a new feature for Org-mode, need to modify the document, which file should I modify? doc/org-manual.org or doc/org.texi? If it is doc/org-manual.org will be great. It is really hard for me to read TeX code. - -- [ stardiviner ] don't n

[O] Does doc/org-manual.org is now the document for editing?

2018-04-07 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm write a new feature for Org-mode, need to modify the document, which file should I modify? doc/org-manual.org or doc/org.texi? If it is doc/org-manual.org will be great. It is really hard for me to read TeX code. - -- [ stardiviner ] don't nee

Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.1.7-elpaplus @ /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180226/)]

2018-04-07 Thread Nicolas Goaziou
Hello, Robert Irelan writes: > I have an org-capture template of type file+olp+datetree and :time-prompt > t. Whenever I invoke it, it prompts me for a date. If I enter the current > date at the prompt, `%u` correctly formats the captured entry with today's > date. However, if I enter any other

Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)"

2018-04-07 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [2018-04-03; 22:05]: > Gregor Zattler writes: > >> Yes, sure. Sorry, for my laziness. None of my templates work any more >> with git master. This is a (for privacy reasons) shortend version of >> my customizations, done with the customize system: >> >> ... >> '(o

[O] [patch] Improved block insertion

2018-04-07 Thread Rasmus
Hi, These patches improve the block insertion mechanisms using both the keyboard binding and org-tempo. I first sent these patches at Christmas, but did not have time to finish them due to unexpected events. On the Tempo side the cursor placement is a bit more clever. For an "empty" source bloc

[O] ob-python initialize session failed.

2018-04-07 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I have following org document: * requests-html :PROPERTIES: :header-args: :session requests-html :END: Make a GET request to 'python.org', using Requests: #+begin_src python from requests_html import HTMLSession session = HTMLSession() r = sessi

Re: [O] Bug: Modifying org-latex-pdf-process doesn't modify the async export behaviour

2018-04-07 Thread Rasmus
Leo Vivier writes: > Hello, > > Thank you for pointing me in the right direction. I've created another > init file just for async-export, and not only have I got it to work, > but it's also quite a lot faster than it used to be. > > All that remains now is to find a way to re-write my function. M

Re: [O] Bug: Modifying org-latex-pdf-process doesn't modify the async export behaviour

2018-04-07 Thread Neil Jerram
Leo Vivier writes: > Hello, > > Thank you for pointing me in the right direction. I've created another > init file just for async-export, and not only have I got it to work, but > it's also quite a lot faster than it used to be. > > All that remains now is to find a way to re-write my function.

Re: [O] Bug: Modifying org-latex-pdf-process doesn't modify the async export behaviour

2018-04-07 Thread Leo Vivier
Hello, Thank you for pointing me in the right direction. I've created another init file just for async-export, and not only have I got it to work, but it's also quite a lot faster than it used to be. All that remains now is to find a way to re-write my function. My knowledge of elisp if fair

Re: [O] links cause table misalignment

2018-04-07 Thread Nicolas Goaziou
Thomas P writes: > Curious. Not even if you set your cursor on the a and press TAB again? (I > sometimes have to do it twice). > > This is what I did: > > Downloaded https://orgmode.org/org-9.1.9.zip and unzipped to ~/tmp/org-9.1.9 > > Ran: > emacs -Q > > In the scratch-buffer: > (add-to-list

Re: [O] links cause table misalignment

2018-04-07 Thread Thomas P
Curious. Not even if you set your cursor on the a and press TAB again? (I sometimes have to do it twice). This is what I did: Downloaded https://orgmode.org/org-9.1.9.zip and unzipped to ~/tmp/org-9.1.9 Ran: emacs -Q In the scratch-buffer: (add-to-list 'load-path "~/tmp/org-9.1.9/lisp") (r

Re: [O] Bug: Modifying org-latex-pdf-process doesn't modify the async export behaviour

2018-04-07 Thread Nicolas Goaziou
Hello, Leo Vivier writes: > I've encountered an issue trying to write a function to toggle between > two org-latex-pdf-process states (short & long). The function works as > intended when using synchronous export (the PDF is created with the > appropriate number of steps), but it doesn't work wi

[O] Bug: 'M-x org-tags-view c-g' not exit gracefully [9.1.9 (release_9.1.9-574-g348552 @ /Users/xcy/src/org-mode/lisp/)]

2018-04-07 Thread Xu Chunyang
After 'M-x org-tags-view c-g', there is a empty buffer named *Org Agenda* left, which is unwanted to me.

Re: [O] links cause table misalignment

2018-04-07 Thread Nicolas Goaziou
Hello, Thomas P writes: > With org-mode 9.1.9, my tables sometimes become misaligned when I press TAB > and the cursor is in a cell with a link. > > In an org-mode buffer, enter: > > | aa | aa | > | [[a][a]] | | > > The lower-left cell becomes misaligned when I press TAB and the cursor > is on

[O] links cause table misalignment

2018-04-07 Thread Thomas P
Hello, With org-mode 9.1.9, my tables sometimes become misaligned when I press TAB and the cursor is in a cell with a link. In an org-mode buffer, enter: | aa | aa | | [[a][a]] | | The lower-left cell becomes misaligned when I press TAB and the cursor is on the link "a". I get no misalignmen