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-e
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 lot, this in combinati
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, {{{kbd(v SPC)}}} becomes
>
>
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
>> bizarre that when my file sees other l
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")
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 |
> |---+---+---|
> | S
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.
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,
Luc
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 gnus-icalendar-org-cap
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 bisec
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 f
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 morn
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 gnus-icalendar-org-setup d
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 seen? Maybe the
> la
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 capable and willing to fix is
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 org-export-use-babel to nil, to
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 prints:
: #
Please
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:
> :LAST_REPEAT: [2017-09-12 Tue
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 ob-lob.el has not been remove
> 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 Tex
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 separator in the li
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 gnus-icalendar-org-cap
> 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 th
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.
-
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 : GNU Emacs 25.2.1 (x86_64-apple-darwin16.7.0, Carbon
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 bug report will
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 Mitigato
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 ca
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.
-
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
> #+BEGIN_SR
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.
Plain text allows us
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.
>
> It would seem
#+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
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 org-html-keep-o
34 matches
Mail list logo