On Thursday, 16 Nov 2017 at 22:40, Nicolas Goaziou wrote:
> Hello,
>
> Eric S Fraga writes:
>
>> The proper solution would be to update ob-gnuplot to change the working
>> directory at every invocation of gnuplot to be the directory where the
>> org file is found. (gnuplot has a "cd" command for
Hello,
I would like share my public agenda and read public agendas of another
worgers, perhaps we can share our agendas in a git repository, or from
different sources linked from worgers.org. Are there more people
interested in this idea?
Thanks in advance!
I thought I should flag up this bug report here:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29329
The basic problem being, org-gnus.el uses a bunch of Gnus macros, but
doesn't require the relevant Gnus libraries when compiling.
BUT! No error is raised when compiling Org using "make", so there
Jens Lechtenboerger writes:
> the attached patch adds a subtitle macro with documentation.
AFAIK it’s already added to the backends where it makes sense. It’s not a
basic keyword like "#+author". It should be documented under the relevant
backends that support it.
Rasmus
--
Governments shou
Nicolas Goaziou writes:
> Doesn't this kind of configuration ultimately belongs to the user? Org
> is not supposed to mess with `haskell-prompt-regexp' in the current
> buffer, IMO."Doesn't this kind of configuration ultimately belongs to the
> user? Org
I figured, since I'm only adding another
Hi,
This may be intended, but before it was possible (and there is a lot
of code and examples in the wild) to have a capture template element
such as:
(setq org-default-notes-file "~/Documents/orgfiles/inbox.org")
(setq org-capture-templates
'(("t" "Todo" entry (file)
"* TOD
On Thu, Nov 16, 2017 at 4:47 PM Nicolas Goaziou
wrote:
> At the moment, my suggestion would be to not mess with
> `org-emphasis-regexp-components'.
>
I stayed away from messing with that for the longest time, until a bug got
into me to always auto-fill the Org files (as it makes it easier to rea
Hello,
Kaushal Modi writes:
> I increase the number of consecutive lines to be parsed for Org emphasis to
> 20 lines using:
>
> =
> (setcar (nthcdr 4 org-emphasis-regexp-components) 20) ;Up to 20 lines,
> (org-set-emph-re 'org-emphasis-regexp-components
> org-emphasis-regexp-components)
>
Hello,
Eric S Fraga writes:
> The proper solution would be to update ob-gnuplot to change the working
> directory at every invocation of gnuplot to be the directory where the
> org file is found. (gnuplot has a "cd" command for this purpose)
Would you like to propose a patch for that? BTW shou
Hello,
Doro Rose writes:
> I noticed that ob-haskell.el doesn't support custom ghci prompts at present.
> Custom ghci prompts such as "λ>" are quite popular in the haskell community,
> see for example
>
> https://stackoverflow.com/questions/42081379/how-to-set-up-org-babel-for-haskell-with-stac
Hello,
Alan Schmitt writes:
> The LaTeX header and sectioning structure info node talks about
> LATEX_HEADER and LATEX_HEADER_EXTRA. Maybe it could mention the EXPORT
> version as well, as is done for the LATEX_CLASS_OPTION.
Since adding "EXPORT_" prefixed version of all keywords could be
overw
That error you see re: missing cl-lib is an error I have seen because
the system is getting confused over emacs versions. Essentially,
somewhere in the scripts, a call is being made to 'emacs' and it is
finding the old /usr/bin/emacs rather than the one you have installed
with homebrew.
I have fo
Hello,
I increase the number of consecutive lines to be parsed for Org emphasis to
20 lines using:
=
(setcar (nthcdr 4 org-emphasis-regexp-components) 20) ;Up to 20 lines,
(org-set-emph-re 'org-emphasis-regexp-components
org-emphasis-regexp-components)
=
With that set, I see that equal
Solved.
I was successful following the same steps using homebrew emacs-plus
(https://github.com/d12frosted/homebrew-emacs-plus) instead of
homebrew emacs-mac
(https://github.com/railwaycat/homebrew-emacsmacport). So it seems
this must be an issue with the railwaycat distro or its homebrew
formula.
On Thu, Nov 16, 2017, 8:35 AM Bastien Guerry wrote:
> Hi Kaushal,
>
> I can pull/push for org-mode and worg correctly, I'm not sure what
> could be wrong on the server, nothing changed in a while.
>
Thanks for checking.
Can you also check if my last commit failed worg build?
Shouldn't that com
Hi there,
the attached patch adds a subtitle macro with documentation.
Best wishes
Jens
>From 3f54f515847f1f3034274d79fff6cfd1f92c72a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20Lechtenb=C3=B6rger?=
Date: Thu, 16 Nov 2017 15:03:33 +0100
Subject: [PATCH] Define and document subtitle macro
Hi Kaushal,
I can pull/push for org-mode and worg correctly, I'm not sure what
could be wrong on the server, nothing changed in a while.
Hope you can find a solution!
--
Bastien
Hello,
I was unable to pull from the orgmode.org git repo via http.
Later in the day I made one commit to the worg git repo. But that change
hasn't yet been published on worg.
I am assuming that the org and worg repos are hosted from the same machine?
If so, something not right with the served g
Nicolas Goaziou writes on Wed 15 Nov 2017 15:02:
> Thinking about it, we may simply drop `org-occur-case-fold-search' and
> use `search-upper-case' wherever that makes sense.
>
> So far, "wherever that makes sense" includes:
> - `org-occur'
> - `org-search-view'
> - what else?
I take it t
19 matches
Mail list logo