Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-05 Thread Jérémie Juste
t; each first level item in one row. Second level items were in the > second column I believe. After the change to ob-core.el they are > still data.frames but first level items form columns instead of > rows. Second (or deeper) level items are dropped as they should be > after the change to ob-core.el (according to the commit message). > > -- > Johan Tolö > > -- Jérémie Juste

Re: [O] Send subheading at the end of documents preserving the numbering

2017-10-11 Thread Jérémie Juste
cut here---end------->8--- > > > -- > : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-98-g0b8316 > -- Jérémie Juste

Re: [O] no beamer export?

2017-05-17 Thread Jérémie Juste
Hello I apologise for the wrong info. it seams that I should reread the manual myself. M-x org-beamer-mode, Then C-c C-e l P Best regards, Jeremie On Wed, May 17, 2017 at 3:41 PM, Jérémie Juste wrote: > Hello, > > M-x beamer-mode. > > Then export to beamer. C-c C-e L P >

Re: [O] no beamer export?

2017-05-17 Thread Jérémie Juste
o include the directives: > > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation,smaller] > #+BEAMER_THEME: default > > and then do a latex ordinary export (C-c C-e l p) but I got 'Unknow > latex beamer class'. > Am I missing something? > > Thanks, > Luca > > -- Jérémie Juste

Re: [O] Table in org-mode not to be exported to latex

2017-05-17 Thread Jérémie Juste
> Sharon. > -- > A taste of linux = http://www.sharons.org.uk > TGmeds = http://www.tgmeds.org.uk > DrugFacts = https://www.drugfacts.org.uk > Debian 8.8, fluxbox 1.3.5-2, emacs 25.1.1.1, org-mode 9.0.7 > -- Jérémie Juste

Re: [O] How to use :prologue with latex

2017-04-25 Thread Jérémie Juste
you actually wanted was *not* :prologue and :epilogue but > this R code: > > #+begin_src R > print(xtable(data.frame(a=rnorm(10),b=letters[1:10])),floati > ng.environment="table") > #+end_src > > > HTH, > > Chuck > > > > -- Jérémie Juste

Re: [O] org-mime-buffer-htmlize with BEGIN_EXPORT latex

2017-03-14 Thread Jérémie Juste
ive statistics} \begin{tabular}{ l c r } 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \\ \end{tabular} \end{table} #+END_latex Best, Jeremie On Tue, Mar 14, 2017 at 10:35 AM, Jérémie Juste wrote: > > Hello, > > I'm trying the org-mime-buffer-htmlize fun

[O] org-mime-buffer-htmlize with BEGIN_EXPORT latex

2017-03-14 Thread Jérémie Juste
Hello, I'm trying the org-mime-buffer-htmlize function but notice that it does not convert latex codes to image if they are in between export blocks. It is possible to have this feature enabled ? #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t tex:imagemagick #+LATEX_HEADER: \usepacka

Re: [O] Default silent results

2017-03-13 Thread Jérémie Juste
expected. > #+call: org-block() :results replace > > #+RESULTS: > | foo | bar | > |-+-| > | 1 | 2 | > > But this also behaves like silent, while the manual says that the > default is "replace." > #+call: org-block() > > > -- Jérémie Juste

[O] latex preview in latex block

2016-04-13 Thread Jérémie Juste
Hello, > > Jérémie Juste writes: > >> Is it possible to activate the latex preview in org-mode within in latex >> bloc? Nicolas Goaziou writes: > > It isn't possible out of the box. Org doesn't look at the contents of > src blocks, which are supp

[O] latex preview in latex block

2016-04-09 Thread Jérémie Juste
Hello, Is it possible to activate the latex preview in org-mode within in latex bloc? My idea was to comment the table when I get the output. I noticed also that preview does not work with the table environment but works fine with the tablular environment. This does not work #+BEGIN_SRC Latex \be

[O] does :eval no works with org-babel-load-file?

2016-04-02 Thread Jérémie Juste
Hello, I use my an org-mode file as my init.el and use org-babel-load-file to launch the the file emacs-init.org. i was trying to debug the emacs-init.org and wanted to prevent some part from being written to the file emacs-init.el but didn't succeed. in emacs-init.org #+begin_src emacs-lisp

Re: [O] faster auto-completion suggestions in org-mode

2016-03-22 Thread Jérémie Juste
://github.com/auto-complete/auto-complete/issues/435 the M-x profile-start, M-x profile-report was really helpful here. Best regards, Jeremie On Fri, Mar 18, 2016 at 6:33 PM, Eric S Fraga wrote: > On Friday, 18 Mar 2016 at 13:14, Jérémie Juste wrote: > > Hello, > > > > I&

[O] html email newsletter with org-mime

2016-03-19 Thread Jérémie Juste
Hello, I was trying to create an html email newletter using org-mime-html-buffer along with gnus. The results are quite good, but it's still a bit costly to add some html attributes. I usually do the following in org-mode |-

Re: [O] ox-koma-letter: org-latex--insert-compiler not found

2016-03-19 Thread Jérémie Juste
- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55 > Yes indeed you are right. The versions of org-mode and org-contrib mode were different. I updated both of them to the latest one : Org-mode version 8.3.4 (8.3.4-15-gdd9be3-elpaplus @ /home/DJJ/.emacs.d/elpa/org-plus-contrib-20160314/) and everything works fine. Thanks, Jeremie Juste -- Jérémie Juste

[O] faster auto-completion suggestions in org-mode

2016-03-19 Thread Jérémie Juste
Hello, I'm using auto-complete in org mode but I notice that there is more delay in the completion in org-mode than in text mode for example. I tried to customize auto-complete by reducing the delay to a maximum but it didn't improve in org-mode. Do

[O] org-export to beamer

2015-11-07 Thread Jérémie Juste
you only need to activate beamer-mode. M-x beamer-mode. Then you are good to go with C-c C-e l O you can also do M-x org-beamer-export-to-pdf and bind it to a key of your preference. -- Jérémie Juste

Re: [O] multiple cursor not working properly with org-mode

2015-10-16 Thread Jérémie Juste
you are sure that this happens only with > multiple-cursors loaded. > > -- > Kaushal Modi > > > On Fri, Oct 16, 2015 at 11:10 AM, Jérémie Juste > wrote: > > Hello, > > > > I started an emacs - Q session and loaded only multiple-cursors. I stil

Re: [O] multiple cursor not working properly with org-mode

2015-10-16 Thread Jérémie Juste
etween emacs restarts till you narrow down to the part in the config > causing this issue. > > > -- > Kaushal Modi > > On Wed, Oct 14, 2015 at 4:56 PM, Jérémie Juste > wrote: > >> Hello, >> >> Multiple cursor <https://github.com/magnars/multiple-c

Re: [O] Emacs-orgmode Digest, Vol 116, Issue 17

2015-10-15 Thread Jérémie Juste
ive/html/emacs-orgmode/attachments/20151014/1f2852fb/attachment.png > > > -- next part -- > A non-text attachment was scrubbed... > Name: signature.asc > Type: application/pgp-signature > Size: 801 bytes > Desc: Message signed with OpenPGP using GPGMail > URL: < > http://lists.gnu.org/archive/html/emacs-orgmode/attachments/20151014/1f2852fb/attachment.pgp > > > > End of Emacs-orgmode Digest, Vol 116, Issue 17 > ** > -- Jérémie Juste

[O] multiple cursor not working properly with org-mode

2015-10-14 Thread Jérémie Juste
resorted switching to text-mode make the modification and then back to org-mode. anyone tried something better? -- Jérémie Juste