im=";"
(format "|%s" (replace-regexp-in-string delim "|" tbl))
#+end_src
#+RESULTS: specific-delim
: |
#+begin_src awk :in-file test.csv :cmd-line -F ";" :post
specific-delim(*this*,";") :results raw
{print $0}
#+end_src
#+RESULTS:
| 123 | 0 | 123 |
Best regards,
Jeremie
e before the :post argument. Have
I understood correctly?
If it is the case, then I would have to not just replace the delimeter
but convert the entire results to an org-table.
Best regards,
Jeremie
el-import-elisp-from-file tmp)
+(org-babel-import-elisp-from-file tmp ";")
Would this be the right way to do think about this issue?
Best regards,
Jeremie
PS Note that we have a samilar issue in ob-shell
where the delimiter is by default a comma.
#+begin_src shell
rt Elisp lists into R
> lists directly?
Many thanks for the feedback. At this point I don't know. On one hand you are
right on the other, this option is backward compatible, and the user can
always create an interface in R to suit his need.
If there are more complaints about that in the future, I'll reconsider.
Best regards,
Jeremie
:16, Ihor Radchenko wrote:
> I also like the second option as **printing** more, but it is _not_ what
> we have in the manual.
Thanks for the precision. We propably need to update the doc. I guess it also
has to be language specific.
Best regards,
Jeremie
Hello Malcolm,
On Wednesday, 7 Dec 2022 at 17:50, Cook, Malcolm wrote:
>
> Byte-compiling and reloading ob-R.el worked.
Glad that you could solve it. From 08433d9b0, I added a test to make sure we
are not
surprised again.
Best regards,
Jeremie
ucture (depth of at least 2).
- (unless (listp (car value)) (setq value (list value)))
+ (unless (listp (car value)) (setq value (mapcar 'list value)))
Do you have any case of using org-list to R? Do you think we could use
the list for a different purpose. Suggestions are welcome.
Bes
tests to make sure this issue does not happen again in ob-R.
Best regards,
Jeremie
ssion R:testing :results value
getwd()
#+end_src
#+RESULTS:
: /tmp/test
Thanks again, I'll improve this.
Best regards,
Jeremie
Hello Ihor,
On Sunday, 27 Nov 2022 at 13:21, Ihor Radchenko wrote:
> Jeremie Juste writes:
>
>> I tried to reproduce your steps on Org mode version 9.6-pre
>> (release_9.5.5-1096-gf83e45.dirty @ /home/djj/src/org-mode/lisp/).
>>
>> and I get stuck at step 12,
me/djj/src/org-mode/lisp/).
and I get stuck at step 12, Inline display image cannot be switched on
again.
Hope this helps,
Jeremie
actory one? Please voice out your opinion.
Hope this help,
Jeremie
reinstalling emacs on Windows. Now I need
to specify that I'm not an expert here. I also use emacs on Windows and
I'm not sure I've installed it the optimal way, but my org file works
out of the box.
Hope this helps.
Jeremie
On Wednesday, 23 Nov 2022 at 11:33, Paul Schlesinger wrote:
&g
ults for background color changed in R since the WORG page has
>> been written.
>
> Jeremie, could you please take a look?
Yes. Thanks for confirming the issue. I confirm that the white backgroud is
the default and is R default.
I could not trace back any recent change in R. So
kground color changed in R since the WORG page has
>> been written.
>
> Jeremie, could you please take a look?
Yes. Thanks for confirming the issue. I confirm that the white backgroud is
the default and is R default.
I could not trace back any recent change in R. So I suspect whi
Hello,
Many thanks for setting this up. I'm happy and relieved that an
agreement has been reached to support contributors to org mode.
I'd like to imagine that this move is the first step to many further
improvements towards further and better financial support.
Best regards,
Jerem
Hello Ypo,
Many thanks for sharing.
On Sunday, 7 Aug 2022 at 20:05, Ypo wrote:
> Hi Jeremie
>
> In my emacs it works great. Even org-fragtog that allows you to edit in
> an interactive manner.
Org impatient is also pretty nice :-)
https://github.com/yangsheng6810/org-latex-impatient
ert).
>
> (I noticed that my previous message was sent to the duplicate list.
> Apologies for that).
No problem for posting to two lists. I didn't know about emacs-humanities
.
Best regards,
Jeremie
Hello Jack,
Thanks for reporting. I can reproduce the bug.
Best regards,
Jeremie
On Saturday, 6 Aug 2022 at 14:10, Jack Kamm wrote:
> Hello,
>
> I found that Org entries containing markdown source blocks don't get
> properly folded on the main development branch, when
te"
source))
This is obviously not an ideal solution but I cannot find any other
solution immediately. Have someone else come across the same issue on
Windows? Do you have any suggestions?
Best regards,
Jeremie
Org mode version 9.5.4
GNU Emacs 28.1
#+begin_src R :file figures/fig2.png
## my code here
#+end_src
#+begin_src R :file figures/fig1.png
## my code here
#+end_src
then I would use (org-babel-execute-subtree) which is bound to C-c C-v
s on the subheading output graphs to regenerate the graphs.
HTH,
Jeremie
freedom to deliberately
restrict our freedom to fund projects that we care about, that give us
freedom in other dimensions?
I am not suggesting to encourage anyone to use non free method of
payments, but allowing them to do so if they want to. I'd like to see
solutions towards free electro
god, this works! I honestly tried everything but...
>> Apologies.
No need to apologise, but I hope reaching out to
the mailing list will be in your definition of everything :-).
Many thanks to Ihor and Thomas for your reactivity.
Best regards,
Jeremie
egin_src R :exports results :eval yes :results output latex :post
box(*this*)
cat("\\frac{3}{4}")
#+end_src
#+RESULTS:
#+begin_export latex
\\begin{solutionorbox}
\frac{3}{4}
\\end{solutionorbox}
#+end_export
HTH,
Jeremie
ht be looking for the following.
#+begin_src R :colnames t :var t1=TC
quantile(t1$Data,c(1/3,2/3,1))
#+end_src
#+RESULTS:
| x |
||
| 14 |
| 25 |
| 35 |
HTH,
Jeremie
e nil)
#+end_src
Note that I'm still using a rather old ess version. Could you please try
with the above configuration? Note that I am using a rather old ess
version but the I haven't experienced issues with the newer one.
Best regards
Jeremie
> Hi Jeremie,
>
> I just tested
know which version of org-mode you are actually
using?
Ihor, many thanks for checking.
Best regards,
Jeremie
On Sunday, 15 May 2022 at 16:08, Ihor Radchenko wrote:
> Christian Heinrich writes:
>
>> I got back to an org file after upgrading to the latest release of org-mode
TIES:
:BEAMER_env: note
:END:
** Frame 2 (where we will not use columns)
*** Request
Please test this stuff!
HTH,
Jeremie
$ emacs -Q -L ./lisp -l org /tmp/test.org
then C-c C-e, I don't have markdown in the default export options.
tested with, Org mode version 9.5.3 (release_9.5.3-467-g2bd34e @
/home/djj/src/org-mode/lisp/).
And I still work with (require 'ox-md).
Best regards,
Jeremie
TODO heading 3
the following command
$ emacs -Q -L ./lisp -l org --eval "(setq org-startup-folded t)"
/tmp/test.org
Produces your desired results
* Some Heading Title [0/2] ...
HTH,
Jeremie
give what you want.
Many thanks for the insights.
I know where to look now:
(info "(org) Publishing options")
Best regards,
Jeremie
ns by overriding the Org
default settings.
However I the toc can be removed in this way.
(org-export-string-as "#+OPTIONS: toc:nil \n\n* test\n1"
'md)
HTH,
Jeremie Juste
nother option would be to store what is needed in as a variable in a
session and use =:eval no= before exporting, but it might not be very
practical for a book.
I have a small helper function that toggle eval yes or no at the file
level, if it is of any help.
HTH,
Jeremie
* toggle eval yes.
(defun
-8b2f-5933afadb864][ryans01 :: No Zero Days]]
is exported as
# Table of Contents
1. [test](#org7d47e12)
# test
[ryans01 :: No Zero Days](#org7d47e12)
Hope this helps,
Jeremie
Org mode version 9.5 (release_9.5-142-g0ef88e)
GNU Emacs 27.2
Best regards,
Jeremie
#+BEGIN_SRC elisp
(org-version)
#+END_SRC
#+RESULTS:
: 9.5
#+BEGIN_SRC elisp
(emacs-version)
#+end_src
#+RESULTS:
: GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24)
: of 2021-11-26
* Example 1
#+BEGIN_SRC R :results output
data.fram
Hello John,
Many thanks for reporting. I'm short of time right now, but I'll take a closer
look at the problem over
the weekend and keep you posted. Could you let me know which version of
org-mode you are currently using?
Best regards,
Jeremie Juste
On Tuesday, 11 Jan 2022 at 1
Hello,
False alert. I missed texinfo on my system. Many thanks Ihor,
for the lead.
Best regards
Jeremie
[elpa: 20200825.829], but I'm not aware of
any breaking changes in ESS.
Best regards,
Jeremie
On Sunday, 17 Oct 2021 at 06:06, Greg Minshall wrote:
> Bill,
>
>> I run Org from the source tree, and recently (a couple of weeks ago or
>> so) something new started happenin
e/doc'
make: *** [mk/targets.mk:127: info] Error 2
Best regards,
Jeremie
utput in async evaluation.
With this change make does not generate any warning for ob-R.el and all
the test of ob-R.el passes, so no significant change for the user.
Best regards,
Jeremie
0001-ob-R.el-Patch-4-async-evaluation.patch
Description: Adobe PDF document
not found
> :
> : [1] 1 2
>
> But changing to `:async yes', the error aborts in a way that omits the output.
Interesting, I haven't thought about errors cases enough. Async process
will be on the 9.5 release and this issue will be next on the todo list.
Many thanks again for the feedback.
It does help,
Jeremie
Hello Chuck,
On Monday, 27 Sep 2021 at 23:40, Berry, Charles wrote:
> Jeremie,
>
>> On Sep 27, 2021, at 3:56 PM, Berry, Charles wrote:
>>
>> There is something in my init that doesn't play nice with this.
>
> (setq ess-inject-source nil)
Thanks for the fe
ssed including the
tests for async evaluation from [1] ob-session-async.
[1]: https://github.com/jackkamm/ob-session-async/.
>From 795cc0ebe637aa4ff148c495cf5403ba2baec242 Mon Sep 17 00:00:00 2001
From: Jeremie Juste
Date: Mon, 27 Sep 2021 22:02:17 +0200
Subject: [PATCH] ob-R.el: Patch asyn
ines of
> `org-babel-R-evaluate-session'.
>
> It seems like this is an ob-R.el issue.
I'll look deeper into ob-R.el
Best regards,
Jeremie
Hello,
On Monday, 27 Sep 2021 at 08:48, Bastien wrote:
> Hi Greg and Jeremie,
>
> Greg Minshall writes:
>
>> if this is not already idiomatic for org mode, i'd vote to require the
>> "yes" or "no". just my 2 cents.
>
> Agreed: even
ters will default to yes.
#+begin_src R :session *R* :results value :async :colnames yes
Sys.sleep(10)
as.list(1:5)
#+end_src
I am not sure if it is a desirable feature or not.
Best regards,
Jeremie
a
to move it forward.
Best regards,
Jeremie
>From 51e1efb75e15fab348fd5a2c8b5fb5c1dbbf4d1c Mon Sep 17 00:00:00 2001
From: Jeremie Juste
Date: Sun, 26 Sep 2021 18:25:23 +0200
Subject: [PATCH] lisp/ob-R: Async evaluation in R
* lisp/ob-R.el `ob-session-async-R-indicator': Add constant
it.
Thanks,
Jeremie
An emphasized a word looks \emph{distinguished}.
\end{theorem}
Yes, for my part I usually wrap into a source block, if I need native
latex syntax
#+BEGIN_SRC latex
\emph{{n+1}-a}
\textit{a{b}c}
#+end_src
I don't know if it is the case by design or if it is a bug.
HTH,
Jeremie
On Sunday, 22 Aug 20
that there are native org-syntax for \emph and \textbf
*n+1 - a*
/a{b}c/
(info "(org) Emphasis and Monospace")
HTH,
--
Jeremie Juste
data from
xtable and do formatting in org-mode. This code may be a little
extravagant on the latex side but, it shows the possibilities.
HTH,
Jeremie
#+LATEX_HEADER: \usepackage{booktabs}
#+LATEX_HEADER: \usepackage{array}
#+LATEX_HEADER: \usepackage{setspace}
#+LATEX_HEADER: \usepackage{dcolumn
Hello Jack,
Many thanks for the feed back
On Friday, 2 Jul 2021 at 21:21, Jack Kamm wrote:
> Hi Jeremie,
>
>>> The requirement for a second file parameter was added in Org 9.3 to
>>> support the use case in this thread:
>>>
>>> https://orgmode.
Subject: [PATCH 1/4] ob-R.el: Remove redundant argument to function
>
> I think it would be better to squash these changes into a single commit.
>
Thanks again for the feedback.
Best regards,
--
Jeremie Juste
xt steps
- Remove second the need for a second file parameter
- Add tests to avoid regression
- implement async in ob-R
>From e3d37da7b643990dc70ee42528051f1323fa5cae Mon Sep 17 00:00:00 2001
From: Jeremie Juste
Date: Wed, 23 Jun 2021 23:58:26 +0200
Subject: [PATCH 1/4] ob-R.el: Remove redundan
suspect that it would be difficult to compete with a front-end with
org-mode at the back, but again, I'm telling more than I know.
Best regards,
--
Jeremie Juste
Hello Jack
On Thursday, 10 Jun 2021 at 05:56, Jack Kamm wrote:
> Hi Jeremie,
>
> Jeremie Juste writes:
>
>> Just a precision async process is already available in R. Thanks again
>> to Jack Kamm for this input.
>
> I believe async evaluation in R still requires my
lable in R. Thanks again
to Jack Kamm for this input.
#+BEGIN_SRC R :session *R* :async yes :eval yes
Sys.sleep(5)
print("I needed 5 sec to run but I didn't freeze emacs")
#+end_src
#+RESULTS:
: [1] "I needed 5 sec to run but I didn't freeze emacs"
Best regards,
Jer
ation") works
for me.
Hope this helps,
Jeremie
Hello,
You can have some success using [1] valign-mode.
https://github.com/casouri/valign
HTH,
Jeremie
Hello Bastien,
On Monday, 3 May 2021 at 10:27, Bastien wrote:
> Hi Jeremie,
>
> I pushed a fix for this (though a little bit before I read your public
> message here) - let me know if it needs to be enhanced.
It's good enough for me. Many thanks again
Best regards,
--
Jeremie Juste
contact me or reply on the mailing list if you have
see any improvements to be made.
Best regards,
Jeremie
On Saturday, 29 Aug 2020 at 00:24, Jack Kamm wrote:
>>From 9eaf81d708f88d06f14f9b6b9cf4182dd0fbb997 Mon Sep 17 00:00:00 2001
> From: Jack Kamm
> Date: Sat, 29 Aug 2020 00:07:58 -0700
&
nction): Description of
> the change implemented, reference any relevant `other-functions' or
> `variables' here.
> (another-changed-function): Change something. Use active voice,
> and avoid passive forms. Please write in full sentences.
everything else is good.
Best regards,
Jeremie Juste
Hello Bastien,
Many thanks, I was waiting for feedback but it seems that nobody
complained.
On Sunday, 2 May 2021 at 05:52, Bastien wrote:
> Hi Damien and Jeremie,
>
> Jeremie Juste writes:
>
>> The following patch will at least harmonize the results towards the
>> da
A way to compensate my fluctuating cognitive abilities is
(define-key org-mode-map (kbd "") 'org-beamer-export-to-pdf)
Best regards,
--
Jeremie Juste
Y
: 0 1 a
: 1 2 b
: 2 3 c
compared to your [1] example of reticulate is easier to work with.
https://github.com/jackkamm/ob-reticulate
Best regards,
Jeremie
On Saturday, 27 Feb 2021 at 06:15, Jack Kamm wrote:
> Hi all,
>
> ob-reticulate is now available on MELPA.
>
> You can find more information here:
> https://github.com/jackkamm/ob-reticulate
>
> Cheers,
> Jack
>
--
Jeremie Juste
credit goes to
https://raw.githubusercontent.com/vikasrawal/orgpaper/master/orgpapers.org
Best regards,
Jeremie
On Tuesday, 23 Feb 2021 at 17:24, Greg Minshall wrote:
> i have a question about org-in-org source blocks. i volunteered to help
> in an effort to provide a tutorial of using the E
Hello,
Thanks again for reporting this. With the attached patch I'll remove
nil replacement for NA.
>From 90881079d431a8af3cba5be14ecf882735ed7a6a Mon Sep 17 00:00:00 2001
From: Jeremie Juste
Date: Sat, 6 Feb 2021 20:50:00 +0100
Subject: [PATCH] For :results value, return empty string
here empty string and NA are treated
the same, I'm not sure the nil feature is very useful. If it does not break
anything else I will consider removing it.
Best regards,
--
Jeremie Juste
gin_src R :results output :var accounts=(identity '("A B" "C"))
print(accounts)
#+end_src
#+RESULTS:
:V1 V2
: 1 A B C
I will add support for selection of 1 single column as a
vector soon.
Best regards,
Jeremie
PS: I am a newbie maintainer so feel free to comment if there you find
room for improvements ;-)
Hello Thibault,
Many thanks. This looks like a reasonable trade off for me.
Best regards,
Jeremie
On Thursday, 17 Dec 2020 at 19:30, Thibault Marin wrote:
> Hi,
>
> I introduced the change that broke the behavior. The attached patch
> seems to fix the issue for me, does it loo
emacs-orgmode@gnu.org/msg129976.html
I will try to submit a patch soon.
Best regards,
Jeremie
On Tuesday, 8 Dec 2020 at 20:57, 10cadr wrote:
> I was trying out the new option tex:dvipng. The HTML result was a image
> with the tikz code.
>
> Turns out, debugging and telling the fragment
e just need to understand the consequences of it and I guess many
users of emacs eventually come to do with these two options and even use
the best of both world modifying directly variables in the init files
and using the custom-set-variables section.
It is a bug? I wouldn't say so. Can we explain to (new) users better
about it? Probably.
Best regards,
Jeremie
make everyone happy. :-), but we can hack our
way out of it together ;-). That is one of the purpose of this mailing
list I believe.
Best regards,
Jeremie
cs allows you to choose
which side you want to pick. Admittedly there are sometimes unexpected
default behaviors that don't please everyone but emacs offers choices.
Best regards,
Jeremie
>
>> Sent: Saturday, November 28, 2020 at 9:27 PM
>> From: "Jeremie Juste"
>
|| On Saturday, 28 Nov 2020 at 21:11, daniela-s...@gmx.it wrote:
> I've made some progress, I am getting
Very well. Then I guess that you have multiple variables named
org-agenda-files.
> File: ~/02histr/gadmin/meeting.rcl.org
>
> This happens even though I removed the file name from org-agenda-f
sually
bounded to r in the org-agenda-mode
HTH,
Jeremie
||On Saturday, 28 Nov 2020 at 20:16, daniela-s...@gmx.it wrote:
> Something is wrong. Now I have done as follows, but Org Agenda still shows
> meetings.
>
> (setq org-agenda-files
>'("~/02histr/gadmin/todo.rc
d files to org-agenda-files,
then if I'm not mistaken the org-agenda-files will get redefined in the
custom-set-variables section.
HTH,
Best regards,
Jeremie
can have more info by executing this command - (info "(org) Agenda
Files")
Of course, Don't forget to refresh the agenda. A trap I have often
fallen into :-)
HTH,
Jeremie
wildcard issue.
HTH,
Jeremie
On Saturday, 28 Nov 2020 at 16:39, daniela-s...@gmx.it wrote:
> Am trying to put files to display my schedules using the code below.
> I am seeing the schedule from meeting*.org, but those in household*.org
> are not being shown in Agenda.
>
> (setq o
]
https://orgmode.org/list/71761e05-7d0a-4fef-8baf-4c776a2fc...@health.ucsd.edu/
Best regards,
Jeremie
On Wednesday, 28 Oct 2020 at 06:13, Jack Kamm wrote:
> Hi Jeremie,
>
> Thanks for volunteering to maintain ob-R.el :)
>
> I'm bumping this patch [0] to see if it could be merged i
Hello Bastien,
On Monday, 26 Oct 2020 at 10:52, Bastien wrote:
> Hi Jeremie,
>
> Jeremie Juste writes:
>
>> I'm willing to take care of ob-R.el.
>
> You're in as of 36f4df892. Thank you very much!
Got it! It might take my elisp skills to a new level. :-)
Thanks to you,
--
Jeremie Juste
Hello,
I'm willing to take care of ob-R.el.
Best regards,
Jeremie Juste
car 'org-table-cell-no-prop items1 )))
+ (res (string-to-number (calc-eval
+(combine-and-quote-strings numbers
"+"
Best regards
Jeremie Juste
sres (if (= org-timecnt 0)
(number-to-string res)
(setq diff (* 3600 res)
I believe that the org-table--number-for-summing function can be
bypassed but my elisp foo is weak. Feel free to improve.
Best regards
Jeremie
Hello,
I don't see very clearly how you want to use the code.
(It might well be because of my lack of skills)
Could you give a usage example?
Best regards,
Jeremie
On Friday, 16 Oct 2020 at 13:01, stardiviner wrote:
> I write an elisp config for Org Mode to auto evaluate inlin
profiler-start cpu
2. open your file
3. M-x profiler-report
It will let you see which functions are slowing you down.
HTH,
--
Jeremie Juste
ction that would do the profiling like
elp-instrument-function for functions?
--
HTH
Jeremie Juste
On Tuesday, 29 Sep 2020 at 21:11, Uwe Brauer wrote:
> Hi
>
> maybe I am just to impatient but on my 8 GB Thinkpad X1 (4gen) to open a
> 0.5MB org file takes around 15 sec.
>
>
up
with a solution yet. I don't know yet which function calc is using to
perform this operation. I have tried calcFunc-vsum but fell back on the
same issue.
#+BEGIN_SRC elisp
(calcFunc-vsum 85.6 .1)
#+end_src
--
Best regards
Jeremie Juste
bers) it might be interesting
to make a function use TBLFM directly?
Best regards,
Jeremie
On Friday, 25 Sep 2020 at 10:59, Robert Pluim wrote:
>>>>>> On Thu, 24 Sep 2020 16:48:14 -0400, Kyle Meyer said:
>
> >> I did not find a way to reproduce this with other
Hello Nick,
Thanks for the feedback. I'm not sure I understand your setting
entirely. I have reproduced the behaviour of tempo
inside an org src block below. I don't have any comma before the
source block expansion unless I type it.
Any character except space or tab on the line of the expansion
Hello Bruno,
Thanks for your mail. I have been missing this feature that was taken
out of core. I will have to keep up with the modulation of org-mode but
it is for the better.
Regarding your concern
> In the same spirit if before trying that I type tabulation then = then tabulation again, noth
ader line
> ||
> | Includes all aspects of|
> | information about |
> | proposed project. |
Best regards
Jeremie
Org mode version 9.4
GNU Emacs 28.0.50
Marko Schuetz-Schmuck writes:
> Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3
Hello Dominique,
Many thanks for this info. I'll give it a try.
Best regards,
Jeremie
Dominique Dumont writes:
> Hi
>
> On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote:
>> The task is to check the mailman administration page and to discard
>> messages that
Hello Uwe,
if seems that the problem lies with ob-ipython.
I would suggest to remove ob-ipython to check and then perform a fresh
install of ob-ipython.
HTH,
Jeremie
Uwe Brauer writes:
> Hi
>
> I freshly installed Ubuntu 20.04 and used the pre compiled Emacs 26, I
> copies also
Hope this helps,
Jeremie
- Org mode version 9.4 (release_9.4-9-g41a3c3 @
/home/djj/src/org-mode/lisp/)
- GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo
version 1.16.0) of 2020-09-01
Jens Lechtenboerger writes:
> Hi there,
>
> if I open an Org file on
(string= (car imenu--rescan-item) name))
(add-to-list 'symbol-names name)
(add-to-list 'name-and-pos (cons name position
(global-set-key (kbd "C-c i") 'ido-goto-symbol) ; or any key you see fit
#+end_src
Best regards,
Jeremie
e-to-front)
#+end_src
--- EOF
Add the file to the agenda ( by default C-[ ), or execute the lisp chunk
in the file writings.org. Then you can M-x org-todo-list. To view all
your todo|towrite|done articles.
Hope this help,
Jeremie
[1] ;; * imenu
(defun ido-goto-symbol (&optional symbol-list)
Hello Bastien,
Bastien writes:
> Did you (require 'ol-gnus) ?
Yes (require 'ol-gnus) did the trick. Many thanks.
Best regards,
Jeremie
1 - 100 of 164 matches
Mail list logo