Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Tim Cross
I think this whole issue really requires a lot more analysis and design. Just removing or cancelling various commits is unlikely to improve matters and could result in new problems. For org to work correctly, especially when interacting/interfacing with other systems, such as external calendars,

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Allen Li
On Tue, Oct 31, 2017 at 11:52 AM, Nicolas Goaziou wrote: > Allen Li writes: > >> Can you clarify on the issues the UTC timezone fixes? > > At the moment, I can only give you a pointer, which is commit > 97a1a498956da2e1961df5a0506df4cbb98fff52.

Re: [O] macro replacement in code block?

2017-10-31 Thread David Rogoff
> On Oct 31, 2017, at 5:32 PM, Kaushal Modi wrote: > > On Tue, Oct 31, 2017, 7:14 PM David Rogoff > wrote: > Hi. > > Hello. > > I’m trying to clean it up by using orgmode macros. However, it seems like > these

[O] MathJax beyond org-html-mathjax-options?

2017-10-31 Thread Lawrence Bottorff
I'm trying to get a typical Latex strikethrough with MathJax in an HTML export, i.e., \cancel{thing} puts line through "thing". This tells me how. But I don't know how to include this MathJax markup in an org file for HTML export. If I forego

Re: [O] macro replacement in code block?

2017-10-31 Thread Kaushal Modi
On Tue, Oct 31, 2017, 7:14 PM David Rogoff wrote: > Hi. > Hello. I’m trying to clean it up by using orgmode macros. However, it seems like > these are not replaced when inside code blocks. > Do you have a minimal example of what you'd like to "macrofy" in the verilog

[O] macro replacement in code block?

2017-10-31 Thread David Rogoff
Hi. Trying to set up a large orgmode file with source code for several files that is extracted using tangle and also exported to HTML for documentation (source is verilog-mode). It works but I’m trying to clean it up by using orgmode macros. However, it seems like these are not replaced when

Re: [O] Bug: make fails on cloned repo [9.1.2 (9.1.2-22-ga2a034-elpaplus @ /Users/dzenkova/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Nick Dokos
Дарья Зенкова writes: > But when I try to build the repo, I get the following output: > > Loading /Users/dzenkova/src/orgmode.org/org-mode/lisp/org-compat.el > (source)... > Cannot open load file: cl-lib What does M-x locate-library RET cl-lib RET say? It's

[O] ``make test'' failure

2017-10-31 Thread Nick Dokos
I get one failure in test-org-publish/resolve-external-link. Bisecting fingers this commit: , | $ git bisect good | 007bbddbccfd06ab9c97d51bf833a068cb1b07a2 is the first bad commit | commit 007bbddbccfd06ab9c97d51bf833a068cb1b07a2 | Author: Nicolas Goaziou | Date:

[O] Bug: make fails on cloned repo [9.1.2 (9.1.2-22-ga2a034-elpaplus @ /Users/dzenkova/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Дарья Зенкова
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 mailing list.

Re: [O] `fill-paragraph' on headings

2017-10-31 Thread Göktuğ Kayaalp
On 2017-10-26 09:50 +01, Eric S Fraga wrote: > On Wednesday, 25 Oct 2017 at 14:03, Tor wrote: >> this is a feature request for having the ability to use >> `fill-paragraph' on headings. An example from Emacs news: > > Semantically, this makes no sense? How would org know

[O] [PATCH] documentation fix

2017-10-31 Thread Alex Branham
Hello, I tripped myself up by trying to set org-agenda-show-log instead of org-agenda-start-with-log, so hopefully this patch will help other people down the line. Alex >From 47e1c3a9cd66d73c01ec0b4072228c02abbe0450 Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Tue,

Re: [O] Get rid of message-mode code?

2017-10-31 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> Now that orgstruct-mode is gone, > > Technically Orgstruct mode is not gone yet. I didn't have time to remove > it yet. I have a local branch for that, though. Oh! I thought it

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Nicolas Goaziou
Allen Li writes: > Can you clarify on the issues the UTC timezone fixes? At the moment, I can only give you a pointer, which is commit 97a1a498956da2e1961df5a0506df4cbb98fff52. Some other commits followed this one in maint and master. You may want to check the ML for

Re: [O] Get rid of message-mode code?

2017-10-31 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Now that orgstruct-mode is gone, Technically Orgstruct mode is not gone yet. I didn't have time to remove it yet. I have a local branch for that, though. > can't we get rid of all the checks for > message-mode when filling, etc?

Re: [O] org-display-inline-images not displaying images

2017-10-31 Thread Nicolas Goaziou
Hello, Leslie Watter writes: > Hi folks, > > Does the org-display-inline-images behavior was changed from 9.0.10 up ? > > I'm facing some trouble with it -- from 9.0.10 up images are'nt being > displayed . > > Same configuration, the only change was org-version. > > How I'm

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Allen Li
On Tue, Oct 31, 2017 at 11:23 AM, Nicolas Goaziou wrote: > Hello, > > Allen Li writes: > >> Removing the t for zone fixes it > > [...] > >> I will also note that the FIXME comment in org-parse-time-string >> suggests that it too is not handling

Re: [O] tangle and comments.

2017-10-31 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > * tangling with yes or link comments > :PROPERTIES: > :header-args: :comments org > :tangle: output.el The above is deprecated syntax. > #+source: tangle-el-the-second This also is deprecated syntax (although it is unrelated to your issue).

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Nicolas Goaziou
Hello, Allen Li writes: > Removing the t for zone fixes it [...] > I will also note that the FIXME comment in org-parse-time-string > suggests that it too is not handling timezones correctly. In fact, > perhaps org-parse-time-string should not take a zone argument,

Re: [O] tangle and comments.

2017-10-31 Thread Uwe Brauer
>>> "Yury" == Yury G Kudryashov writes: > Uwe Brauer writes: >> Thanks but the following file does not work neither >> that is running org-babel-tangle gives me >> >> Tangled 0 code blocks from tangle2.org > You should add ":tangle yes" or ":tangle

Re: [O] tangle and comments.

2017-10-31 Thread Yury G. Kudryashov
Uwe Brauer writes: > Thanks but the following file does not work neither > that is running org-babel-tangle gives me > > Tangled 0 code blocks from tangle2.org You should add ":tangle yes" or ":tangle output.el" to header-args. > tangling with yes or link comments > :PROPERTIES: >

Re: [O] org-display-inline-images not displaying images

2017-10-31 Thread Leslie Watter
Thanks Eric, changing ./images/ to file:./images/ Solved this issue. Cheers, LEslie On Tue, Oct 31, 2017 at 5:49 AM, Eric S Fraga wrote: > On Monday, 30 Oct 2017 at 21:39, Leslie Watter wrote: > > Hi folks, > > > > Does the org-display-inline-images behavior

Re: [O] tangle and comments.

2017-10-31 Thread Uwe Brauer
> On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote: > You don't way what version of org you are using but I am assuming a > relatively recent version (given your emails in recent past). In this Right I am using GNU emacs 26.5 and a very recent compiled git clone > case, the

Re: [O] using org-global-properties in capture templates

2017-10-31 Thread Xebar Saram
hi again cant get to figure this out. any help would be really appreciated! best Z On Sat, Oct 28, 2017 at 9:44 PM, Xebar Saram wrote: > thx so much > > that works well. i tried to add another org-global-property entry (i > assume thats possible) but then i didnt get

Re: [O] org-display-inline-images not displaying images

2017-10-31 Thread Xebar Saram
i have exactly the same issue happened after i upgraded org a few days ago from MELPA On Tue, Oct 31, 2017 at 1:39 AM, Leslie Watter wrote: > Hi folks, > > Does the org-display-inline-images behavior was changed from 9.0.10 up ? > > I'm facing some trouble with it -- from

[O] [BUG]C source block evaluation fails over pscp

2017-10-31 Thread Иван Трусков
I am working on Windows machine with org file with C source block. I want to evaluate code block on remote machine accessible to me with PuTTY. Here is relevant part of the org file: #+PROPERTY: header-args :noweb yes :results verbatim :dir /pscp:tcl:/home/tc Now, let us move to the green fields

Re: [O] Error during org-export

2017-10-31 Thread Gian-Maria Daffré
Hello Eric, On Sun, 29 Oct 2017 12:38:37 + Eric S Fraga wrote: > On Sunday, 29 Oct 2017 at 08:57, Gian-Maria Daffré wrote: > > [...] > > > This helped a lot... > > Glad I could help. However, your original problem still remains. Agree. > You should be able to

Re: [O] org-display-inline-images not displaying images

2017-10-31 Thread Eric S Fraga
On Monday, 30 Oct 2017 at 21:39, Leslie Watter wrote: > Hi folks, > > Does the org-display-inline-images behavior was changed from 9.0.10 up ? > > I'm facing some trouble with it -- from 9.0.10 up images are'nt being > displayed . > > Same configuration, the only change was org-version. > > How

Re: [O] tangle and comments.

2017-10-31 Thread Eric S Fraga
On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote: > Hi > > I followed the instructions found in > http://eschulte.github.io/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html > > Although they are 7 years old however when I try to tangle the example > file I receive > > Tangled 0 code