Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: >> Hi, >> >> I have the following in my .emacs: >> >> (require 'gnus-icalendar) >> (gnus-icalendar-setup) >> (gnus-icalendar-org-setup) > > I have one setting alongside these: > > (setq

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 11:11, Loris Bennett wrote: [...] > It obviously does work, in principle, for me too, as the re-eval shows. > However, it seems as if something later in my .emacs undoes some aspect > of whatever it is that the gnus-icalendar-org-setup does. Well, may be time to

Re: [O] Strange latex symbol behavior on html export

2017-09-14 Thread Rasmus
Nick Dokos writes: > Lawrence Bottorff writes: > >> ... I use >> >> # this makes MathJax work >> #+OPTIONS: tex:t >> >> I just now found this caption weirdness because I started a new .org >> file with no latex symbol markup besides in the caption. Quite >>

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 11:05, Göktuğ Kayaalp wrote: > It seems to me that my only option ATM is what Eric S Fraga pointed, > but that's rather tedious as things like lessons change during the > year (different classrooms, time changes). Funnily enough, it is for changes in lecture halls etc.

[O] org-babel-script-escape problem

2017-09-14 Thread Lawrence Bottorff
In a fresh org file I try this: #+begin_src scheme :session mainsession (define (mysquare x) (* x x)) #+end_src and get this: executing Scheme code block... => # : ‘org-babel-script-escape’ expects a string I'm using latest elpa everything (orgmode, geiser) with Racket v6.10.1 as of this

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: > Hi, > > I have the following in my .emacs: > > (require 'gnus-icalendar) > (gnus-icalendar-setup) > (gnus-icalendar-org-setup) I have one setting alongside these: (setq gnus-icalendar-org-capture-file "...path to my diary.org")

[O] error with tramp & publishing

2017-09-14 Thread Eric S Fraga
Hello, when I try to publish a single file from a project, I get the following error: : Publishing file /home/ucecesf/hg/homepages/index.org using ‘org-html-publish-to-html’ : make-directory: Creating directory: Permission denied, /ssh:MYSERVER:MYDIRECTORY I can directly visit that directory

[O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Hi, I have the following in my .emacs: (require 'gnus-icalendar) (gnus-icalendar-setup) (gnus-icalendar-org-setup) When I get an invitation to a meeting, Gnus displays the email with the following buttons: [ Accept ][ Tentative ][ Decline ] However, if leave the email,

Re: [O] Table format error

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 08:39, Cecil Westerhof wrote: [...] > But when I then format the table, > the last heading goes from right aligned to left aligned: > |---+---+---| > | 1 | Text | 2 | > |---+---+---| > |

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-14 Thread Göktuğ Kayaalp
On 2017-09-13 20:58 +03, Jorge Morais Neto wrote: > How about a diary-style sexp entry, with org-class? That is, something > like ~<%%(org-class 2017 7 31 2018 3 23 1)>~. That example would appear > on the agenda on every Monday between 2017-07-31 and 2018-03-23. Thanks a

Re: [O] [RFC] New "kbd" macro?

2017-09-14 Thread Rasmus
Hi Nicolas, Thanks for looking into this. Nicolas Goaziou writes: > I would like to submit a new minor macro for integration within Org: the > "kbd" macro. > > The "kbd" macro focuses on normalizing keybinding during export. For > example, during Texinfo export,

[O] reformatting a quite large table

2017-09-14 Thread Luca Ferrari
Hi all, I'm just curios, having a an org table that is 140 MB of text in size (it's a dump of an sql table if that matters), how can I speed up reformatting the table? Something I can do in background or limiting rows to what is shown to me in the buffer will suffice. Is that possible? Thanks,

Re: [O] Bug: Confusing example in "Advanced configuration" [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-14 Thread Rasmus
Hi Reuben, Thank you for your bug report. Reuben Thomas writes: > 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

Re: [O] Strange latex symbol behavior on html export

2017-09-14 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > I looked at the diff between html files produced with and without the $\big/$ > addition. > The one without does not include any of the mathjax configuration code at > all. Is that > code included conditionally perhaps when a latex construct is

Re: [O] Bug: Setting org-export-use-babel to nil causes exporting to ignore :exports header

2017-09-14 Thread Nicolas Goaziou
Hello, Richard Stanton writes: > Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin16.7.0, Carbon Version 157 > AppKit 1504.83) > of 2017-08-28 > Package: Org mode version 9.1 (9.1-20-ga4f139-elpa @ > /Users/stanton/.emacs.d/elpa/org-20170911/) > > I typically set

Re: [O] org-babel-script-escape problem

2017-09-14 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > In a fresh org file I try this: > > #+begin_src scheme :session mainsession > (define (mysquare x) > (* x x)) > #+end_src > > and get this: > > executing Scheme code block... > => # > : ‘org-babel-script-escape’ expects a string It now

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-14 Thread Nicolas Goaziou
Hello, Carsten Bormann writes: > As is, orgtbl-mode is a great addition to markdown-mode. > > There is one snag: > > The markdown table syntax isn’t fully standardized. > A number of implementations react unfavorable to the + characters that > orgtbl-mode uses as a column/row

Re: [O] Bug: Setting org-export-use-babel to nil causes exporting to ignore :exports header

2017-09-14 Thread Richard Stanton
Thanks, Nicolas. It looks like the default behavior changed at some point but it could have been some while ago... Sent from my iPad > On Sep 14, 2017, at 5:58 AM, Nicolas Goaziou wrote: > > Hello, > > Richard Stanton writes: > >> Emacs :

Re: [O] Library of Babel

2017-09-14 Thread Nicolas Goaziou
Hello, Charles Millar writes: > First. Should Sections 14.5 and 14.6 of the manual need revision since > lob has been moved to Worg? Or at least a reference to Worg site be > inserted. Indeed. Would you want to provide a patch for that? > Second: Am I correct that

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-14 Thread Carsten Bormann
> The point of orgtbl-mode is to edit Org tables, not Markdown tables, > which have a different syntax. The point of a screwdriver is to drive screws. I happened to notice that this particular screwdriver makes a good chisel, too. Unfortunately, the way things are at the moment means that using

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: >> Hi, >> >> I have the following in my .emacs: >> >> (require 'gnus-icalendar) >> (gnus-icalendar-setup) >> (gnus-icalendar-org-setup) > > I have one setting alongside these: > > (setq

Re: [O] Bug in ox.el

2017-09-14 Thread Nicolas Goaziou
Qiang Fang writes: > The issue happen with list-table in the unofficial ox-odt, list-table enables > list in tables, it's very cool. AFAIK, list-tables are supported in bundled "ox-odt.el" too. So, again, could you provide an ECM? > And I think there is no one more

Re: [O] [bug, fr] cannot doneify repeaters that have clock entries when org-log-repeat is nil

2017-09-14 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > * x > recent maint > > (setq org-log-repeat nil) > > doneify this in emacs 24.4.1 -Q. > *** TODO test if presence of clock entry fails to advance repeater > when doneified :goto: > SCHEDULED: <2017-09-07 Thu 12:00 .+1d> > :PROPERTIES: >

[O] Klipse change removed line breaks in html export of code blocks

2017-09-14 Thread Alexander Vorobiev
Hi, I noticed that at some point source code blocks lost the line breaks in the html export. Closer investigation revealed that the reason was the change ( https://www.mail-archive.com/emacs-orgmode@gnu.org/msg113099.html) which started using html tags instead of so setting (setq

[O] How can I trigger org-redisplay-inline-images automatically when '[[..]]' is shown as a link.

2017-09-14 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi, I usually paste images into emacs buffer. I'd like org mode automatically show those images instead of manually trigger it with org-redisplay-inline-images. regards, Amos

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 11:11, Loris Bennett wrote: > > [...] > >> It obviously does work, in principle, for me too, as the re-eval shows. >> However, it seems as if something later in my .emacs undoes some aspect >> of whatever it is that the

Re: [O] [RFC] New "kbd" macro?

2017-09-14 Thread Oleh Krehel
> Copying Oleh, as I believe he would also have some interest in this. Thanks for the info. I still prefer to denote keys as ~C-x C-f~, and code as =forward-char=: 1. It looks good in text. 2. It looks good on Github/Gitlab render. 3. It still exports as C-x C-f for HTML, and @kbd{C-x C-f} for

[O] Bug: Confusing example in "Advanced configuration" [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-14 Thread Reuben Thomas
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] library of babel ingest interferes with noweb

2017-09-14 Thread edgar
Hello, It seems that when I have two blocks of code with noweb, and then I do a babel ingest, I don't get my original result (see attached file). Is there a reason for this? Is this a bug? Thanks. - ONLY AT VFEmail! - Use our Metadata

Re: [O] reformatting a quite large table

2017-09-14 Thread Thierry Banel
A huge table reformatting speed-up was achieved and committed on January 9th. The mail thread was "spee-up table refresh". On 14/09/2017 10:48, Luca Ferrari wrote: Hi all, I'm just curios, having a an org table that is 140 MB of text in size (it's a dump of an sql table if that matters), how

[O] Bug: Please make org-emphasis-regexp-components respect all whitespace [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-14 Thread Reuben Thomas
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] library of babel ingest interferes with noweb

2017-09-14 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > Hello, > > It seems that when I have two blocks of code with noweb, and then I do > a babel ingest, I don't get my original result (see attached file). > [...] > * This works > #+NAME: test1 > #+BEGIN_SRC bash > a=2 > #+END_SRC > > #+NAME: test2 >

Re: [O] [RFC] New "kbd" macro?

2017-09-14 Thread Nicolas Goaziou
Hello, Rasmus writes: > I am not sure where it makes sense to print in "plain" text as opposed to > code or verbatim by default. Anyway, I think it makes sense to add > specific export mechanisms for several backends, which might make it > possible to remove that argument.

Re: [O] Bug: Please make org-emphasis-regexp-components respect all whitespace [9.0.10 (9.0.10-5-g1654a5-elpa @ /home/rrt/.emacs.d/elpa/org-20170904/)]

2017-09-14 Thread Nicolas Goaziou
Hello, Reuben Thomas writes: > I currently have in my Emacs init: > > (setq org-emphasis-regexp-components ;; define before loading org > '("[:space:]('\"{" "-[:space:].,:!?;'\")}\\[" "[:space:]\r\n" "." 1)) > > In other words, I added [:space:] to the BORDER pattern too. >

[O] Table format error

2017-09-14 Thread Cecil Westerhof
I think I found a table format error. I created a table and after formatting it looks like: ​|---+---+---| | 1 | Text | 2 | |---+---+---| | Some text | Some more | And even more |