Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-28 Thread Nicolas Goaziou
> BUT a bug still exists. If I export with async: > > (org-icalendar-combine-agenda-files t) > > Then all entries show up. If I export blocking > > (org-icalendar-combine-agenda-files nil) > > Then the `exclide-tags` setting is respected. Where did you put (setq org-icalendar-exclude-tags

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-27 Thread Ken Mankoff
On Sun, Jan 28, 2018 at 6:41 AM, Ken Mankoff wrote: > Hi Nicolas, > > On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou > wrote: > >> Hello, >> >> Ken Mankoff writes: >> >> > Adding "(setq org-icalendar-exclude-tags ":noexport:")"

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-27 Thread Ken Mankoff
Hi Nicolas, On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou wrote: > Hello, > > Ken Mankoff writes: > > > Adding "(setq org-icalendar-exclude-tags ":noexport:")" prior to > exporting > > does not change anything. > > What about > > (setq

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-27 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > Adding "(setq org-icalendar-exclude-tags ":noexport:")" prior to exporting > does not change anything. What about (setq org-icalendar-exclude-tags '(":noexport:")) ? Regards, -- Nicolas Goaziou

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-25 Thread Ken Mankoff
Adding "(setq org-icalendar-exclude-tags ":noexport:")" prior to exporting does not change anything. On Thu, Jan 25, 2018 at 9:16 PM, Nicolas Goaziou wrote: > Hello, > > Ken Mankoff writes: > > > Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-25 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa @ > /Users/kdm/.emacs.d/elpa/org-20180122/) > > I thought :noexport: tags should be respected on export, but that does > not seem to be the case for iCal export. IIRC, this is a feature.

[O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-25 Thread Ken Mankoff
Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/) I thought :noexport: tags should be respected on export, but that does not seem to be the case for iCal export. I'm using this minimum DEBUG.el and test.org loaded (on OS X) with: open --new -a

[O] Bug: Option :session cripples the Results output by adding ">" sign

2018-01-23 Thread msj
When I attempt to work with shell source blocks in session mode (:session argument) I'm receiving in RESULTS block an unwanted sign (probably line continuation sign) in multi line commands like 'for' loop. --- How it works

Re: [O] Bug: C-c C-k unfolds archived headings [9.1.6 (9.1.6-10-g0c9329-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180108/)]

2018-01-20 Thread Nicolas Goaziou
Hello, Allen Li writes: > > * Foo > ** Bar > *** a > *** b > ** Archive :ARCHIVE: > *** a > *** b > *** c > > Expected visibility when using C-c C-k on Foo: > > * Foo > ** Bar > *** a > *** b > ** Archive :ARCHIVE:... > > Actual: > > * Foo > ** Bar > *** a > *** b > **

[O] bug#10289: 24.0.92; Sneaky clobbering of user key binding

2018-01-20 Thread Nicolas Goaziou
Hello, Stefan Monnier writes: > I think a good solution should be along these lines: only add the `k' > binding if the `k' key is currently "unbound" (or more generally does > nothing more than signal an error, since `k' is probably bound to > something like

Re: [O] Bug: C-c C-k unfolds archived headings [9.1.6 (9.1.6-10-g0c9329-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180108/)]

2018-01-20 Thread Allen Li
On Fri, Jan 19, 2018 at 1:35 PM, Nicolas Goaziou wrote: > Hello, > > Allen Li writes: > >> C-c C-k unfolds archived headings. I am using it/interpreting it as a >> subtree variant to S-TAB, which shows the CONTENTS headlines only view >> without

Re: [O] Bug: C-c C-k unfolds archived headings [9.1.6 (9.1.6-10-g0c9329-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180108/)]

2018-01-19 Thread Nicolas Goaziou
Hello, Allen Li writes: > C-c C-k unfolds archived headings. I am using it/interpreting it as a > subtree variant to S-TAB, which shows the CONTENTS headlines only view > without unfolding archived headings. Could you provide an ECM? Thank you. Regards, --

[O] Bug: C-c C-k unfolds archived headings [9.1.6 (9.1.6-10-g0c9329-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180108/)]

2018-01-19 Thread Allen Li
C-c C-k unfolds archived headings. I am using it/interpreting it as a subtree variant to S-TAB, which shows the CONTENTS headlines only view without unfolding archived headings. Emacs : GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2017-12-04 Package: Org mode version 9.1.6

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-19 Thread Nicolas Goaziou
Hello, Tim Landscheidt writes: > Nicolas Goaziou wrote: > >> […] > >> Thank you! However, these patches do not seem to apply cleanly on maint >> tip. Could you rebase them against maint HEAD and send them again? > >> […] > > I have attached the

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-19 Thread Nicolas Goaziou
Hello, Tim Landscheidt writes: > Could you then please document TINYCHANGE in > README_contribute? Merci! This is already covered at Regards, -- Nicolas Goaziou

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: > […] > Thank you! However, these patches do not seem to apply cleanly on maint > tip. Could you rebase them against maint HEAD and send them again? > […] I have attached the patches rebased on maint, with TINYCHANGE. (I've switched patches #4

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: >> According to Emacs's CONTRIBUTE (referenced by >> README_contribute), that should be >> "Copyright-paperwork-exempt: yes"? > Our commits do not appear in Emacs' history, so we are not required to > follow their conventions for commit messages.

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Nicolas Goaziou
Tim Landscheidt writes: > According to Emacs's CONTRIBUTE (referenced by > README_contribute), that should be > "Copyright-paperwork-exempt: yes"? Our commits do not appear in Emacs' history, so we are not required to follow their conventions for commit messages. >

Re: [O] Bug: Determining file name of included files for ox-publish caching

2018-01-18 Thread Nicolas Goaziou
Hello, Joseph Carter Osborn writes: > I have an org-mode document that imports sections from other org-mode > documents, like so: > > #+BEGIN_QUOTE > > * Part 1 > #+INCLUDE: "./other.org::*Heading" > # and so on > > #+END_QUOTE > > > I set up publishing for this document and

Re: [O] Bug: org-store-link gives lisp error "wrong-type-argument" [9.1.3 (release_9.1.3-171-gb6df86)]

2018-01-18 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > Hello, > > when storing a link of an bibtex entry I get an lisp error. This happens > because I have more then one function for storing bibtex links and > org-store-link calls completing-read with initial-input as symbol not as > string.

[O] Bug: org-store-link gives lisp error "wrong-type-argument" [9.1.3 (release_9.1.3-171-gb6df86)]

2018-01-18 Thread Stefan-W. Hahn
Hello, when storing a link of an bibtex entry I get an lisp error. This happens because I have more then one function for storing bibtex links and org-store-link calls completing-read with initial-input as symbol not as string. This has been changed in commit commit

[O] Bug: Determining file name of included files for ox-publish caching

2018-01-18 Thread Joseph Carter Osborn
I have an org-mode document that imports sections from other org-mode documents, like so: #+BEGIN_QUOTE * Part 1 #+INCLUDE: "./other.org::*Heading" # and so on #+END_QUOTE I set up publishing for this document and encounter errors like this in my *messages* buffer: #+BEGIN_QUOTE

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: > […] > Thank you! However, these patches do not seem to apply cleanly on maint > tip. Could you rebase them against maint HEAD and send them again? Sure. > Also, if you haven't signed FSF papers, you need to add TINYCHANGE at > the end of each

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-17 Thread Nicolas Goaziou
Hello, Tim Landscheidt writes: > attached are five patches mostly related to the http to > https update part of my post. > > Patch #1 updates only URLs from http to https that I consid- > er "uncontroversial". > > Patch #2 makes some links to the manual and external

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-16 Thread Tim Landscheidt
Hi, attached are five patches mostly related to the http to https update part of my post. Patch #1 updates only URLs from http to https that I consid- er "uncontroversial". Patch #2 makes some links to the manual and external URLs in docstrings clickable. Patch #3 updates URLs from http to

[O] bug#27140: Different key bindings between GUI emacs and terminal emacs

2018-01-15 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: > Ok Eli. I'm sending them a report. Thank you. I think I fixed it in Org's master branch (aka Org 9.2). Meanwhile, I think setting `org-use-extra-keys' to a non-nil value should do the trick. Could you confirm it?

[O] bug#28072: Org Mode Drawer Folds Unexpectedly

2018-01-14 Thread Nicolas Goaziou
Hello, Mitch Norcross writes: > Thanks you so much for trying to reproduce my observation. > I see the discrepancy that you have uncovered... > It seems that to reproduce the problem, the drawer must be > inside the body of a headlined section. > > So, simply adding a

Re: [O] Bug: clocktable question [9.1.6 (9.1.6-dist @ /Users/savoie/tmp/org-bug/org-9.1.6/lisp/)]

2018-01-09 Thread Nicolas Goaziou
Hello, sav...@nsidc.org writes: > - GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version > 10.9.5 (Build 13F1911)) of 2017-04-21 > - Org mode version 9.1.6 (9.1.6-10-g0c9329-elpa @ > /Users/savoie/.emacs.d/elpa/org-20180108/) > > Having a hard time understanding clocktables.

[O] Bug: clocktable question [9.1.6 (9.1.6-dist @ /Users/savoie/tmp/org-bug/org-9.1.6/lisp/)]

2018-01-09 Thread savoie
- GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2017-04-21 - Org mode version 9.1.6 (9.1.6-10-g0c9329-elpa @ /Users/savoie/.emacs.d/elpa/org-20180108/) Having a hard time understanding clocktables. I either have a bug or a misunderstanding.

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-07 Thread Kaushal Modi
On Sun, Jan 7, 2018, 8:46 AM Tim Landscheidt wrote: > (All links to http://orgmode.org/ should be updated to > https://orgmode.org/ and a slash should be added to > https://orgmode.org/worg/org-contrib/babel to avoid a > redirect.) > > The following links in Emacs

[O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-07 Thread Tim Landscheidt
(All links to http://orgmode.org/ should be updated to https://orgmode.org/ and a slash should be added to https://orgmode.org/worg/org-contrib/babel to avoid a redirect.) The following links in Emacs master's doc/misc/org.texi and lisp/org are broken (404): -

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-07 Thread Paul Stansell
I see that the exact same "bug" was reported at the start of 2016 by David Bremner. Personally, I feel that fewer people would be confused by this if the default value was set to "untilnow". I also realised that the full list of values that I can use for org-clock-display-default-range is

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Nicolas Goaziou
Paul Stansell writes: > Thanks for that tip, I was totally unaware of that option (it doesn't seem > to be mentioned in the user documentation, eg, it's not mentioned on > https://orgmode.org/manual/Clocking-commands.html). I added a reference to that variable in Org 8.2

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Samuel Wales
default should perhaps be changed? On 1/6/18, Paul Stansell wrote: > I do wonder why the default range should be set at the current year and not > simply over the full range of clocked times in a heading.

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Nicolas Goaziou
Ian Dunn writes: > NG> Thank you. It looks good. > > NG> Could you send it again with a proper commit message so I can apply > it? > > This work? Perfect. Applied, thank you. Regards,

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Paul Stansell
Hello Nicolas, Thanks for that tip, I was totally unaware of that option (it doesn't seem to be mentioned in the user documentation, eg, it's not mentioned on https://orgmode.org/manual/Clocking-commands.html). I do wonder why the default range should be set at the current year and not simply

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Nicolas Goaziou
Hello, Paul Stansell writes: > The sum of the clock time seems to be summing just times in the current > year. In the example below typing C-c C-x C-d in the "Example" section > displays "1:00" instead of "2:00" on the heading line. The clocktable > computes the sum

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Ian Dunn
NG> Thank you. It looks good. NG> Could you send it again with a proper commit message so I can apply it? This work? >From df299def392a93a2adf41ae3cd740b54382d64b0 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Sat, 6 Jan 2018 17:29:11 -0500 Subject: [PATCH] org-agenda:

[O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Paul Stansell
Hello, The sum of the clock time seems to be summing just times in the current year. In the example below typing C-c C-x C-d in the "Example" section displays "1:00" instead of "2:00" on the heading line. The clocktable computes the sum correctly as "2:00". Thanks # Start Example

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Nicolas Goaziou
Hello, Ian Dunn writes: > I went ahead and looked into this myself. Looks like the issue is that > the properties (lprops) are set using symbol properties with > org-agenda-redo-command, which is buffer-local. However, according to > the elisp manual (at least for the upcoming

Re: [O] Bug in Sticky Agendas

2018-01-05 Thread Ian Dunn
> "Ian" == Ian Dunn writes: Ian> I've got a few tasks that I don't want appearing in the Ian> daily agenda, so I tag them with agenda_exclude and set Ian> org-agenda-skip-function to skip any entries with that tag for Ian> my daily agenda: Ian> (defun

[O] bug#29885: 25.3; org-mode table messing up!

2018-01-04 Thread Nicolas Goaziou
Hello, Rahul Juliato writes: > Solved. > > Apparently I had an org installation folder inside ~/.emacs.d, other then > my distribution provided (since org-mode is part of the emacs package). > > I deleted it and now all is ok again :) Great! Thank you for letting us

[O] Bug: (more) Broken links in Worg [9.0.10 (9.0.10-elpaplus @ /home/mgsk/.emacs.d/elpa/org-plus-contrib-20170827/)]

2018-01-04 Thread Mark Skilbeck
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.

[O] bug#29885: 25.3; org-mode table messing up!

2018-01-04 Thread Rahul Juliato
Solved. Apparently I had an org installation folder inside ~/.emacs.d, other then my distribution provided (since org-mode is part of the emacs package). I deleted it and now all is ok again :) Tks. 2017-12-29 7:01 GMT-02:00 Marco Wahl : > The following message is a

[O] bug#29885: 25.3; org-mode table messing up!

2018-01-03 Thread Eli Zaretskii
> From: Rahul Juliato > Date: Thu, 4 Jan 2018 01:10:26 -0200 > Cc: Eli Zaretskii , 29...@debbugs.gnu.org > > Solved. > > Apparently I had an org installation folder inside ~/.emacs.d, other then my > distribution provided (since > org-mode is part of the

Re: [O] Bug: property "CLOCK_MODELINE_TOTAL" is not inherted

2018-01-03 Thread Nicolas Goaziou
Hello, Chen Zhang writes: > During my investigation, I think the key problems are: > 1. The Org manual only mentions CLOCK_MODELINE_TOTAL to change mode line > clock time. And it's easy to guide people like me to use property > inheritance to do global settings. But it

Re: [O] Bug: Table column bars do not get properly aligned [9.1.5 (9.1.5-1-gb3ddb0-elpa @ /home/arktik/.emacs.d/elpa/org-20171225/)]

2018-01-03 Thread Nicolas Goaziou
Hello, Arktik Blizzard writes: >> When I make a table in org-mode, TAB doesn't align "|" properly. I have >> commented out everything in my .emacs file, still the same problem. >> However it works fine when I open emacs with "$ emacs -q", the current state >>

[O] Bug: property "CLOCK_MODELINE_TOTAL" is not inherted

2018-01-03 Thread Chen Zhang
Hi all, When using clock I prefer to set "CLOCK_MODELINE_TOTAL" to "current". Since it's used frequently I want to set it as an upper level property (or a global configuration). So I try to use property inheritance, but I failed. After struggling 2 days I find the reason. The related function

[O] Bug: Table column bars do not get properly aligned [9.1.5 (9.1.5-1-gb3ddb0-elpa @ /home/arktik/.emacs.d/elpa/org-20171225/)]

2018-01-03 Thread Arktik Blizzard
> When I make a table in org-mode, TAB doesn't align "|" properly. I have > commented out everything in my .emacs file, still the same problem. > However it works fine when I open emacs with "$ emacs -q", the current state > for this is at the end. > > HEADER: DETAILS WITH EVERYTHING IN .emacs

[O] bug#19915: 25.0.50; defadvice for `org-store-link' makes code fail because of `org-called-interactively-p'

2018-01-03 Thread Nicolas Goaziou
Hello, Drew Adams writes: > And yes, `advice-add' does not have the same problem. > > But it is a shame to limit users to recent Emacs versions > just because Org uses `called-interactively' instead of > adding an argument that indicates whether the command is > called

[O] bug#19448: 25.0.50; org-mobile-push should offer to save unsaved agenda files

2018-01-03 Thread Nicolas Goaziou
Hello, Rudi Schlatte writes: > When trying to call `org-mobile-push' while an org file in > org-agenda-files is open and modified, `org-mobile-push' displays a > prompt like the following in the minibuffer: > > Non-existent agenda file ~/Documents/Org/.#notes.org. [R]emove

[O] bug#18855: 25.0.50; 123-char line in Org manual top menu

2018-01-03 Thread Nicolas Goaziou
Hello, Drew Adams writes: > Menu lines in manuals should be max 70 chars. This is not the case for > the Org manual, top menu. It even has this menu item, which is 123 chars: > > * Language-specific header arguments in Org mode properties:: Set > language-specific

[O] bug#22597: [25.0.90.1] org-table-import docu

2018-01-03 Thread Nicolas Goaziou
Hello, Andreas Röhler writes: > saying: The file is assumed to be tab-separated > > While internally org-table-convert-region is used receiving optional > argument SEPARATOR: > > \(4) Use the comma as a field separator > \(16) Use a TAB as field separator

[O] bug#22776: interactive org-set-effort (C-c C-x e) and column view direct index selection do not handle Effort_ALL with more than 10 entries

2018-01-03 Thread Nicolas Goaziou
Hello, David Caldwell writes: > This bug is a replacement of bug #22735(24.3; org-set-effort *without* > numeric prefix - still forces me to use nth allowed).  After more > experimentation, I got a better understanding of the functionality and > now consider that bug 22735

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-02 Thread Melleus
Michel Schinz writes: > (Melleus, the same procedure should fix the problem for you too). Yes, after update I got version 9.1.5 and everything works perfectly with tables now. Thank you, guys.

[O] bug#24865: more information

2018-01-02 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Hello, > > Wensheng Xie writes: > >> Hi, bug-fixer: >> >> I find out that my link description text contain "[" and "]" so that the >> display is not correct. >> >> Is it a bug or is there a way to use "[" and "]" in the

[O] Bug: Org tables not correctly displayed in org-mode [9.1.5 (9.1.5-1-gb3ddb0-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20171225/)]

2018-01-02 Thread Michael Ziems
Hello, since the latest update to org-mode 20171225 the table alignment is not displayed properly on windows. I cannot see the same issue on linux. Interesstingly it seems to only be in connection with the displaying of data: When i copy the table to notepad++ or any other editor it looks

[O] bug#22352: 25.0.50; org-capture doesn't work out of the box

2018-01-02 Thread Nicolas Goaziou
Hello, Anders Lindgren writes: > `org-capture' doesn't work in the default configuration. > > emacs -Q > (setq debug-on-error t) C-j > M-x org-capture RET > t > > This will yield the error "Target buffer ".notes" for file+headline should > be in Org mode". The

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-02 Thread Michel Schinz
Hello Bastien and Nicolas, On Tue, Jan 2, 2018, at 12:05, Bastien Guerry wrote: > Things should be fine now. Indeed, they seem to be: after upgrading my version of Org from Org's ELPA, the problem I reported has disappeared, and M-x org-version reports that it's 9.1.5, as it should.

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-02 Thread Bastien Guerry
Hi Michel and Nicolas, Nicolas Goaziou writes: > I think this is an issue with Org ELPA. I'm cc'ing Bastien. Yes it was, thanks for reporting it. Things should be fine now. PS: I'm on the road, with limited access to my emails, so please bare with me if there is any

Re: [O] Bug: Org table alignment, horrible failures [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /Users/genovese/.emacs.d/elpa/org-plus-contrib-20171225/)]

2018-01-01 Thread John Kitchin
No answer, but something like this was also posted on SO: https://emacs.stackexchange.com/questions/37828/org-mode-doesnt-align-column-bars-properly John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Nicolas Goaziou
Hello, Melleus writes: > Melleus writes: > >> I also have Org mode version 9.1.8 and the problem with broken >> tables. Now it looks like this: >> >>

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Melleus
Melleus writes: > I also have Org mode version 9.1.8 and the problem with broken > tables. Now it looks like this: > > |+--+---| > | Суб'єкт| Завдання

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Melleus
I also have Org mode version 9.1.8 and the problem with broken tables. Now it looks like this: |+--+---| | Суб'єкт| Завдання |

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Nicolas Goaziou
Michel Schinz writes: > Ok, I will gladly do this, but I just want to point out that Org 9.1.8 is > what one currently gets from Org's own ELPA. You can check it out by > downloading the latest archive from https://orgmode.org/elpa/, namely: > >

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Michel Schinz
Hello, On Mon, Jan 1, 2018, at 19:37, Nicolas Goaziou wrote: > There is no such thing as Org version 9.1.8. Latest stable release is > Org 9.1.5. > > As I cannot reproduce it (I'm not on macOS) on maint (stable branch), > I suggest to update Org and try again. It may be related to a bug >

Re: [O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Nicolas Goaziou
Hello, Michel Schinz writes: > The latest version(s) of Org have a weird display issue (at least on > macOS) when tables are aligned. To see it, launch Emacs with "-Q" and > then add the directory containing the latest Org to the load-path. Then, > open an empty Org file (e.g.

[O] Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)]

2018-01-01 Thread Michel Schinz
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.

[O] Bug in Sticky Agendas

2017-12-30 Thread Ian Dunn
I've got a few tasks that I don't want appearing in the daily agenda, so I tag them with agenda_exclude and set org-agenda-skip-function to skip any entries with that tag for my daily agenda: binvGaqlAO1UI.bin Description: application/emacs-lisp As you can see, I've got a second agenda

Re: [O] Bug: agenda text search with buffer restriction fails [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-30 Thread Allen Li
On Sat, Dec 30, 2017 at 4:10 AM, Bastien wrote: > Hi Allen, > > thanks for the patch, it looks good. > > Can you provide it with a changelog? Like for those two: > > https://code.orgmode.org/bzg/org-mode/commit/b9b921716ba1d2a564bb9443427dfb21bb609e05 >

Re: [O] Bug: agenda text search with buffer restriction fails [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-30 Thread Bastien
Hi Allen, thanks for the patch, it looks good. Can you provide it with a changelog? Like for those two: https://code.orgmode.org/bzg/org-mode/commit/b9b921716ba1d2a564bb9443427dfb21bb609e05 https://code.orgmode.org/bzg/org-mode/commit/da83e7d583895976a2398becbb995bcce1f729be I assume the

Re: [O] Bug: agenda text search with buffer restriction fails [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-30 Thread Allen Li
On Sat, Dec 30, 2017 at 3:38 AM, Allen Li wrote: > Doing a text agenda search with org-agenda-text-search-extra-files > set to (agenda-archives) and with a buffer restriction results in an error: > > Debugger entered--Lisp error: (wrong-type-argument stringp

[O] Bug: agenda text search with buffer restriction fails [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-30 Thread Allen Li
Doing a text agenda search with org-agenda-text-search-extra-files set to (agenda-archives) and with a buffer restriction results in an error: Debugger entered--Lisp error: (wrong-type-argument stringp agenda-archives) file-exists-p(agenda-archives) #[(a b) "\302 !\205 \302 !\205 \303

Re: [O] Bug: Org table mal-format with number [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/gongzhitaao/.emacs.d/.cask/25.2/elpa/org-plus-contrib-20171225/)]

2017-12-29 Thread Nicolas Goaziou
Hello, Zhitao Gong writes: > Org table mal-format with numbers > > Example > > | hello | world | hello | > | 5 | hello | > > When you hit the at the above location, weird format occurs You may be hitting a transient bug, which was fixed a few days ago. You need to

[O] Bug: Org table mal-format with number [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/gongzhitaao/.emacs.d/.cask/25.2/elpa/org-plus-contrib-20171225/)]

2017-12-29 Thread Zhitao Gong
Org table mal-format with numbers Example | hello | world | hello | | 5 | hello | When you hit the at the above location, weird format occurs I had minimum setup at outlined in http://orgmode.org/manual/Feedback.html. ---

[O] bug#24865: more information

2017-12-29 Thread Nicolas Goaziou
Hello, Wensheng Xie writes: > Hi, bug-fixer: > > I find out that my link description text contain "[" and "]" so that the > display is not correct. > > Is it a bug or is there a way to use "[" and "]" in the description > text? Square brackets are forbidden in

[O] bug#24791: bug#24791: org-todo-yesterday behaves like plain org-todo (incorrect timestamp)

2017-12-29 Thread Nicolas Goaziou
Hello, Allen Li writes: > I can confirm that it's fixed on 9.1.4 (org-plus-contrib-20171205) I'm closing the report, then. Thank you. Regards, -- Nicolas Goaziou0x80A93738

[O] bug#29885: 25.3; org-mode table messing up!

2017-12-29 Thread Marco Wahl
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Eli Zaretskii writes: >> From: rahuljuli...@gmail.com >> Date: Thu, 28 Dec 2017 22:23:59 -0200 >> >> Starting from emacs -Q, table TABs are ok and does the job. Could you

[O] bug#29885: 25.3; org-mode table messing up!

2017-12-29 Thread Eli Zaretskii
> From: rahuljuli...@gmail.com > Date: Thu, 28 Dec 2017 22:23:59 -0200 > > Starting from emacs -Q, table TABs are ok and does the job. > > But if I start with emacs (even without a .emacs file), i get something > like: > > Table: > > | a | a | a | a | a | a | > | | | | | | | >

Re: [O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-28 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > I just committed your suggestion of org-inlinetask-goto-end. I also > edited the respective test section. LGTM for now. Thank you! Regards, -- Nicolas Goaziou

Re: [O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-28 Thread Marco Wahl
Hi! > 'Ihor Radchenko' writes: > >> 1. Create the following same org file: >> * Test >> - blah >> - a >> - b >> - c >> *** List folding stops here >> :PROPERTIES: >> :ID: 27eb85b6-114f-437f-9424-b28d400f6aa9 >> :END: >>

Re: [O] Bug: org-table-separator-space breaks alignment of existing tables [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/il/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-28 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > Here's a simple table example that breaks (info and columns lost etc) on > `org-table-align`. I traced it down to org-table-separator-space --- > setting it to a plain " " (effectively the situation before the last > 9.1.5 commit) works for me,

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-27 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Just wanted to bump this. > > Let me know if there is a preferred/better way to attack this issue and > I can give it a shot. Oops, this was falling through the cracks. I applied your initial patch. Thank you. Regards, -- Nicolas

Re: [O] Bug: Caching org-publish-find-date [8.2.10 (release_8.2.10 @ /opt/emacs/lisp/org/)]

2017-12-27 Thread Nicolas Goaziou
Hello, Lorenzo Bolla writes: > When using `org-publish-project` I noticed that generating a sitemap > sorted (anti-)chronologically is very slow. It turns out that the > slowness is due to the sorting of sitemap entries, which calls > `org-publish-find-date` during the

Re: [O] Bug: org-insert-link doesn't work for URL links [9.1.4 (9.1.4-13-g84cb63-elpaplus @ /Users/ag.ibragimov/.emacs.d/elpa/26.0/develop/org-plus-contrib-20171218/)]

2017-12-27 Thread Nicolas Goaziou
Hello, Ag Ibragimov writes: > # Description: > After you store a link to a heading that itself contains a URL link, > and then insert that stored link to another .org document - it mangles the > link. > > # To reproduce > > 1) In a document A: > create a heading,

Re: [O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-27 Thread Nicolas Goaziou
Hello, 'Ihor Radchenko' writes: > 1. Create the following same org file: > * Test > - blah > - a > - b > - c > *** List folding stops here > :PROPERTIES: > :ID: 27eb85b6-114f-437f-9424-b28d400f6aa9 > :END: > *** END

[O] Bug: org-table-separator-space breaks alignment of existing tables [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/il/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-27 Thread Ingo Lohmar
Here's a simple table example that breaks (info and columns lost etc) on `org-table-align`. I traced it down to org-table-separator-space --- setting it to a plain " " (effectively the situation before the last 9.1.5 commit) works for me, but I do not understand why the change breaks that. Or

[O] Bug: org-insert-link doesn't work for URL links [9.1.4 (9.1.4-13-g84cb63-elpaplus @ /Users/ag.ibragimov/.emacs.d/elpa/26.0/develop/org-plus-contrib-20171218/)]

2017-12-27 Thread Ag Ibragimov
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.

[O] Bug: Caching org-publish-find-date [8.2.10 (release_8.2.10 @ /opt/emacs/lisp/org/)]

2017-12-27 Thread Lorenzo Bolla
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-mode mailing list.

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
From: Nicolas Goaziou Subject: Re: Bug: the code(convert the file to objc-mode) cause orgmode export to html file error Date: Tue, 26 Dec 2017 14:35:18 +0100 > Your function doesn't handle buffers not associated to a file. You may > want to try > > (and (stringp

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread Nicolas Goaziou
陈泼杨 writes: > > (add-to-list 'magic-mode-alist > `(,(lambda () > (and (equal (file-name-extension buffer-file-name) "h") >

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
From: Nicolas Goaziou Subject: Re: Bug: the code(convert the file to objc-mode) cause orgmode export to html file error Date: Tue, 26 Dec 2017 12:28:47 +0100 > Hello, > > =E9=99=88=E6=B3=BC=E6=9D=A8 writes: > >> .h file use c/c++ mode or objc-mode

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread Nicolas Goaziou
Hello, 陈泼杨 writes: > .h file use c/c++ mode or objc-mode base on it's content, so there is > emacswiki solution there: > https://www.emacswiki.org/emacs/ObjectiveCMode, so i put the the code in my > configuration: > > ;; header .h add to objc-mode, this cause org unable to

[O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
.h file use c/c++ mode or objc-mode base on it's content, so there is emacswiki solution there: https://www.emacswiki.org/emacs/ObjectiveCMode, so i put the the code in my configuration: ;; header .h add to objc-mode, this cause org unable to export to html file (add-to-list 'magic-mode-alist

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-25 Thread Adrian Bradd
Just wanted to bump this. Let me know if there is a preferred/better way to attack this issue and I can give it a shot. Cheers, Adrian Adrian Bradd writes: > I should probably add that this will require org-depend.el to be loaded. > > On 10 December 2017 at 17:50,

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-23 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: >> From: Nicolas Goaziou >> Date: Fri, 08 Dec 2017 18:08:57 +0100 >> Cc: dov.grobg...@gmail.com, 11...@debbugs.gnu.org >> >> For tests, we use `org-test-with-temp-text' macro, e.g., >> >> (org-test-with-temp-text "| a | b

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-23 Thread Eli Zaretskii
> Date: Sat, 23 Dec 2017 15:38:11 +0200 > From: Eli Zaretskii > Cc: dov.grobg...@gmail.com, 11...@debbugs.gnu.org > > I found both methods doing well, so I'm going to show both, and let > you decide which one is better. On second thought, I think Method 2 is better, because it

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-23 Thread Eli Zaretskii
> From: Nicolas Goaziou > Date: Fri, 08 Dec 2017 18:08:57 +0100 > Cc: dov.grobg...@gmail.com, 11...@debbugs.gnu.org > > For tests, we use `org-test-with-temp-text' macro, e.g., > > (org-test-with-temp-text "| a | b |\n| c | d |" > ... do something in that buffer

[O] bug#17523: 24.1; code block ":noweb no" ignored in org-mode

2017-12-23 Thread Nicolas Goaziou
Hello, "Stephen P. Schaefer" writes: > I'm trying to use org-mode noweb syntax to deal with erlang code that > involves bit strings. This is an example t.org file: > > #+STARTUP: indent > * top level > > #+begin_src erlang :noweb yes :tangle hello.erl > -module(hello). >

Re: [O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread Ihor Radchenko
(while (not yant/check-from-field-before-sending-bug-report) (insert "I will always check my From field before sending bug report.\n")) P.S. Does anyone know how to set alternative default sending account for bug reporting specifically? Regards, Ihor Samuel Wales

<    8   9   10   11   12   13   14   15   16   17   >