Hi Eric,
Eric S Fraga writes:
> On Wednesday, 28 Jun 2017 at 14:40, Loris Bennett wrote:
>> I tried
>>
>> C-c m a
>
> Not sure as I do not know what that is bound to! I suggested using
> org-sparse-tree (normally bound to C-c /) with the D option. Have you
> tried that?
Sorry, I should have
I will dive into source code, and try whether I can add advice on
ob-clojure.el to inject Org-mode file directory into CIDER working
directory everytime executing the clojure babel src block.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter
ob-clojure is limited by what can be done via the interfaces offered by
cider. Have a look at the ob-clojure.el source code - it is very simple and
does not have options/interfaces to support the full range of possible
source block headers. Someone may be able to implement this, but nobody
has. Fee
I just realized that this patch was applied to the master branch, not
the maint branch.
The absence of this patch results in the continued life of a bug in
the maint branch where it is not possible to refile to the top level
of an agenda file when using full-file-path for
org-refile-use-outline-pa
Samuel Wales writes:
> never mind. just would not want only on the fly.
Actually, from an Model-View-Controller point of view, storing narrowing
cookies in the table is mixing Model and View. Narrowing a new column
requires to change the data, which is bad.
Furthermore, narrowing cookies influ
I'm having great difficulties in getting minitocs appearing in my chapters.
This is my preamble -
--8<---cut here---start->8---
#+LaTeX_class: my-report
#+latex_header:
\usepackage[a4paper,left=25mm,right=25mm,top=25mm,bottom=30mm,footskip=5mm,headsep=2mm]{ge
On 6/28/17, Nicolas Goaziou wrote:
>> i'd want it to be stored in the table, not in the user's head.
never mind. just would not want only on the fly.
>> - toggle: remove spc and | and use a minimal column -t or align.el
>> type setup
spc and | waste space. i am saying toggle minimal prese
Hello,
Samuel Wales writes:
> good ideas.
>
> i'd want it to be stored in the table, not in the user's head.
I don't understand.
> more radical ideas:
>
> - toggle: remove spc and | and use a minimal column -t or align.el
> type setup
I don't understand.
> - edit: similar to c-c ' for
good ideas.
i'd want it to be stored in the table, not in the user's head.
more radical ideas:
- toggle: remove spc and | and use a minimal column -t or align.el type setup
- edit: similar to c-c ' for babel blocks, but opens up a really
nice ses type spreadsheet
--
The Kafka Pandemic:
Hi John,
I really appreciate your help. I tried the latest version of ox-word.el that
you place in scimax, but got the same error. I suspect that there is a bug in
my set-up.
I will investigate and keep you posted.
Cheers,
M
> On Jun 27, 2017, at 7:21 PM, Doyley, Marvin M. wrote:
>
> Here
> On 27/06/17 17:54, Uwe Brauer wrote:
> What is the intended difference between those?
The first one imports a xlsx file, which has the same name as the org
file
> The second one looks odd, because
Asks for a file.
> - xlsx-file is never used
Right, my bad
> - there doesn't
Mario Martelli writes:
> Hi,
>
>> Would it be possible to make the path involved smaller so that the
>> example can fit in 80 columns?
>
> The idea was to give an example which is available online and could get
> cloned easily onto the local machine.
> Changed it to a simple example.
>
>> Here,
On Wednesday, 28 Jun 2017 at 14:40, Loris Bennett wrote:
> I tried
>
> C-c m a
Not sure as I do not know what that is bound to! I suggested using
org-sparse-tree (normally bound to C-c /) with the D option. Have you
tried that?
--
: Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-551-g92e8
Am 24.06.2017 um 10:53 schrieb Nicolas Goaziou:> Hello,
>
> Florian Lindner writes:
>
>> Ok, so it's basically a conversion to bool.
>
> Correct.
>
>> That I'm not so sure of. I try to get myself aquainted to ert, but my elisp
>> knowledge, you surely know, is very limited.
>
> I think you're doi
Hi,
> Would it be possible to make the path involved smaller so that the
> example can fit in 80 columns?
The idea was to give an example which is available online and could get cloned
easily onto the local machine.
Changed it to a simple example.
> Here, `replacement' isn't lexically bound, so
Eric S Fraga writes:
> On Wednesday, 28 Jun 2017 at 08:50, Loris Bennett wrote:
>> does Org provide any way of extracting just the level 3 headlines for a
>> given 7 day period?
>
> If you have org timestamps on those headlines, you might be able to use
> org-sparse-tree (C-c /) with the D option
confirm fixed, thanks.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
On Wed, Jun 28, 2017 at 8:47 PM, Nicolas Goaziou
Hello,
Jeremy Reeve writes:
> Org-mode newbie here. Please be gentle.
Do you have any reason to think we will not be gentle?
"We have a squeaker today, class. Isn't he cute?"
> I'm trying to follow the recipe for exporting Org-mode documents for
> processing by Jekyll. My publishing org-pu
Hello,
"numbch...@gmail.com" writes:
> When I `org-store-link` in a local git repository file buffer, I got this
> link:
>
> [[git:~/.emacs.d/init/org-mode/init-my-org-hyperlink.el::develop@
> {2017-06-24}::202][git:~/.emacs.d/init/org-mode/init-my-org-hyperlink.el::develop@
> {2017-06-24}::202]
Hello,
"numbch...@gmail.com" writes:
> Here is the steps to reproduce this issue:
>
> Emacs version: 26.0.50 (from source code repo master branch)
> Org-mode version: 9.0.8 (from source code repo master branch)
>
> Here is the example link:
> IRC: [[irc://irc.freenode.net/#nextcloud][#nextcloud]
Here is the steps to reproduce this issue:
Emacs version: 26.0.50 (from source code repo master branch)
Org-mode version: 9.0.8 (from source code repo master branch)
Here is the example link:
IRC: [[irc://irc.freenode.net/#nextcloud][#nextcloud]] on Freenode
I use Edebug to debug on function `or
In Org-mode Info page, the header argument `:dir` is used to specify the
default directory for code block execution.
But `ob-clojure` with `cider` as backend, will always use the
`cider-jack-in` directory as default working directly. Is there a way to
change this?
[stardiviner] GPG
On 27/06/17 17:54, Uwe Brauer wrote:
Hi
Maybe the following is helpful:
(defun org-table-import-xlsx-to-csv-org ()
(interactive)
(let* ((source-file (file-name-sans-extension (buffer-file-name
(current-buffer
(xlsx-file (concat source-file ".xlsx"))
(csv-file (c
Hello
> Hello,
> Uwe Brauer writes:
> I toyed a bit further with the idea, and re-designed the whole thing.
I just applied the patch and installed it and run a quick test. Great!
A huge improvement. I will test it during the day and report back if I
see something worth to mention
Hello,
Mario Martelli writes:
> Sorry for producing noise. Just read the contribution guidelines once again ;)
> Hope everything is now according to the guidelines.
Thank you. Comments follow.
> Subject: [PATCH 1/4] org-protocol.el: Fix for failing open-source subprotocol
>
> * (org-protocol-
On Wednesday, 28 Jun 2017 at 08:50, Loris Bennett wrote:
> does Org provide any way of extracting just the level 3 headlines for a
> given 7 day period?
If you have org timestamps on those headlines, you might be able to use
org-sparse-tree (C-c /) with the D option (dates range).
--
: Eric S Fr
Hi,
If I have captured stuff in a journal file like so:
* 2017
** 2017-06 June
*** 2017-06-01 Thursday
Tweaked .bashrc
Added some aliases
*** 2017-06-02 Friday
Tweaked .emacs
Added some abbreviations
*** 2017-06-07 Wednesday
Tweaked .tweakrc
Set up autotweak
does Org provide any w
27 matches
Mail list logo