Re: [O] org-mode vs pandoc export

2019-09-27 Thread CHARPENTIER Emmanuel
1) I just checked: I was incorrect, Pythontex now has complete support for R language. One can now use it for processing \LaTeX files including Sage, R (and of course, Python) chunks. 2) Please, DO NOT include "images of a table" in a scientific document! Lazy students pull this one on me in their

Re: [O] org-mode vs pandoc export

2019-09-26 Thread Joseph Vidal-Rosset
Hello, Many thanks Emmanuel for your help. Indeed, I'm using org-ref and scimax, all the nice tools that John offers very generously to the community; org-ref is so convenient that now I cannot imagine to work without it. Maybe John has the solution for future exports. (I did not succ

Re: [O] org-mode vs pandoc export

2019-09-26 Thread Emmanuel Charpentier
I suppose that you need org-mode to use Babel features (code and/or code execution results intermixed with your paper's text). I have had trouble with .dot exporting using the builtin .dot exporter, but can't, for the life of me, remembering if my troubles were cross- reference or citations-relate

[O] org-mode vs pandoc export

2019-09-26 Thread Joseph Vidal-Rosset
Hello, Does someone succeeds to export scientific paper with numbering formulas from LateX to odt or docx? I have tried to use pandoc, but pandoc-crossref does not work... (I hate these publishers that do not know LaTeX... ) Best wishes, Jo.

Re: [O] Org - mode manual missing

2019-09-25 Thread Fraga, Eric
On Wednesday, 18 Sep 2019 at 17:17, Logan Lee wrote: > My emacs doesn't come with org-mode manual. > C-h i m then org TAB produces nothing. How did you install org (and what version)? -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d

[O] Org - mode manual missing

2019-09-25 Thread Logan Lee
Hello My emacs doesn't come with org-mode manual. C-h i m then org TAB produces nothing. How to install the manual? THX

Re: [O] Org mode pollutes the narrow-map

2019-09-12 Thread Omar Antolín Camarena
Great, thanks! On Fri, Aug 23, 2019, 3:40 AM Nicolas Goaziou wrote: > Hello, > > Omar Antolín Camarena writes: > > > Hello everyone, > > > > Does it seems a little rude that Org mode binds its own narrowing > commands in the global narrow-map? > > > > You can find this in org.el starting at lin

Re: [O] Org mode pollutes the narrow-map

2019-08-23 Thread Nicolas Goaziou
Hello, Omar Antolín Camarena writes: > Hello everyone, > > Does it seems a little rude that Org mode binds its own narrowing commands in > the global narrow-map? > > You can find this in org.el starting at line 19018: > > #+begin_src emacs-lisp > Narrow map > (org-defkey narrow-map "s"

[O] Org mode pollutes the narrow-map

2019-08-22 Thread Omar Antolín Camarena
Hello everyone, Does it seems a little rude that Org mode binds its own narrowing commands in the global narrow-map? You can find this in org.el starting at line 19018: #+begin_src emacs-lisp Narrow map (org-defkey narrow-map "s" #'org-narrow-to-subtree) (org-defkey narrow-map "b" #'

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2019-07-29 Thread Gustavo Barros
On Mon, Jul 29 2019, Gustavo Barros wrote: But the ability to have line breaks is a clear edge of soul, and the reason of the original request which started this thread. I must correct myself, the difference between ulem and soul is not that one allows line breaks while the other does not

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2019-07-29 Thread Gustavo Barros
Hi all, On Fri, Jun 14 2013, Nicolas Goaziou wrote: Nicolas Goaziou writes: > 1. Does \underline{中文测试} work properly (notwithstanding the line > breaks)? \underline can show chinese, but the command can't resolve lines breaking properly. > 2. Does

Re: [O] org-mode table element selection WITH blanks elements

2019-06-20 Thread Nick Dokos
This was posted on the Emacs SE and I replied there: https://emacs.stackexchange.com/questions/51141/org-mode-table-element-selection-with-blanks -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler

[O] org-mode table element selection WITH blanks elements

2019-06-20 Thread Niclas Borlin
Hi, How do you send a list of elements from a table, including blank cells, to an elisp function? I have the table below with points on exam questions in columns 2-4. The second row contains the maximum number of points for each question. The student rows contain the actual points received.

[O] org-mode table to elisp script

2019-04-16 Thread f . nikolakopoulos
I like to export org-table and calculations as an elisp function. I was thinking I can use some cells as variables to calculate rest of the table. Table can be as complicated as possible Function shall return as value another table Procedure shall be: 1) get a table like variable, 2) chan

[O] org-mode time durations

2019-02-13 Thread Jude DaShiell
I have a column of timestamps and these are more than 24 hours apart and can't use the ;t format to get durations in a third column when two of these timestamps are subtracted. Fortunately, I can handle this application with some basic programming. --

Re: [O] Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t

2019-02-06 Thread Nicolas Goaziou
Hello, Joon Ro writes: > After upgrading to org 9.2, I found that C-c ' (org-edit-special) does not > work on an INCLUDE statement if it has :only-contents t. > > That is, I can normally visit the subtree with CUSTOM_ID theory in paper.org > if I press C-c ' on the following: > > #+INCLUDE

[O] Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t

2019-02-06 Thread Joon Ro
Hi, After upgrading to org 9.2, I found that C-c ' (org-edit-special) does not work on an INCLUDE statement if it has :only-contents t. That is, I can normally visit the subtree with CUSTOM_ID theory in paper.org if I press C-c ' on the following: #+INCLUDE: "./paper.org::#theory" but pre

Re: [O] org-mode export behavior change in 9.2?

2019-01-13 Thread Berry, Charles
> On Jan 12, 2019, at 1:33 PM, Haider Rizvi wrote: > > "Berry, Charles" writes: > >>> On Jan 11, 2019, at 5:03 PM, Haider Rizvi wrote: >>> >>> I've been using literate programming approach with org-babel for a >>> while. I just noticed that with 9.2, when I try to export (c-c c-e h >>> o)

Re: [O] org-mode export behavior change in 9.2?

2019-01-12 Thread Haider Rizvi
"Berry, Charles" writes: >> On Jan 11, 2019, at 5:03 PM, Haider Rizvi wrote: >> >> I've been using literate programming approach with org-babel for a >> while. I just noticed that with 9.2, when I try to export (c-c c-e h >> o) an org doc / section, any shell blocks with a named session are >>

Re: [O] org-mode export behavior change in 9.2?

2019-01-12 Thread Berry, Charles
> On Jan 11, 2019, at 5:03 PM, Haider Rizvi wrote: > > I've been using literate programming approach with org-babel for a > while. I just noticed that with 9.2, when I try to export (c-c c-e h > o) an org doc / section, any shell blocks with a named session are > executed as it is exporting to

[O] org-mode export behavior change in 9.2?

2019-01-11 Thread Haider Rizvi
I've been using literate programming approach with org-babel for a while. I just noticed that with 9.2, when I try to export (c-c c-e h o) an org doc / section, any shell blocks with a named session are executed as it is exporting to html! I don't think it was this way before? Is there a way to n

Re: [O] Org mode repeated dates to do spaced learning

2019-01-07 Thread Marcin Borkowski
On 2019-01-06, at 18:17, Andrea Giugliano wrote: > Hi there, > > That was a very helpful suggestion. At the bottom of the mail I attached Glad to have helped! Best, -- Marcin Borkowski http://mbork.pl

Re: [O] Org mode repeated dates to do spaced learning

2019-01-06 Thread Andrea Giugliano
Hi there, That was a very helpful suggestion. At the bottom of the mail I attached my first (working) stab at it. The idea is to have an headline with the :spaced: tag and another tag maintaining the number of repetition performed so far. At the beginning I was thinking to use scheduled times ins

Re: [O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Marcin Borkowski
On 2019-01-01, at 17:34, Andrea Giugliano wrote: > Hi, > > Thanks for your reply. You are right org-drill does spaced repetition. I > just was unclear: I would like to see that in the agenda as a normal > item (that gets space-repeated every time I mark it DONE though). > I could not get from t

Re: [O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
Hi, Thanks for your reply. You are right org-drill does spaced repetition. I just was unclear: I would like to see that in the agenda as a normal item (that gets space-repeated every time I mark it DONE though). I could not get from the docs if org-drill does that. Thanks, Andrea On Tue 01 Jan

Re: [O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Bingo
Le 1 janvier 2019 18:02:31 GMT+05:30, Andrea Giugliano a écrit : >Happy 2019 everyone! > >I would like to slightly change my learning method this year. I have >heard that spaced learning is much better than bang your head against >the same material multiple times in a row. > >Spaced learning is s

[O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
Happy 2019 everyone! I would like to slightly change my learning method this year. I have heard that spaced learning is much better than bang your head against the same material multiple times in a row. Spaced learning is simply reviewing some interesting topic at given intervals: after 1 day, 1

Re: [O] Org mode at 34C3: my demo + request for help

2018-12-28 Thread stardiviner
I'd like to see a statistics of Org Mode and Emacs users too. How about use Org Mode to organize the project source code and publish as Org file? -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(f

[O] Org mode at 34C3: my demo + request for help

2018-12-28 Thread Karl Voit
Hi! It's my first time at a CCC Congress[1]. There is an Emacs assembly: [2] by https://chaos.social/@Drops Since there was no Emacs talk at all and almost nothing going on on the Emacs assembly, I decided to do a basic Org mode demo to explain the universe of advantages to non-Emacs users: [3]

Re: [O] org-mode blogging

2018-12-22 Thread Thibault Marin
I have done something similar with the sitemap functionality: - I used the sitemap functions to extract date and title from the page: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html#sitemap - The sitemap is added in the main page to show a list of blog posts:

[O] org-mode blogging

2018-12-22 Thread Roy Lemmon
I have setup a blog using org mode publish. I can easily list all blog posts on a page. However I would like to list the blog title, first few lines and date. Then be able to provide a link to another page with the full blog post. Is there a standard way to do this or do I need to use some elisp

Re: [O] Org Mode - Organize Your Life In Plain Text!

2018-12-17 Thread David Masterson
Bernt Hansen writes: > I am working with the latest git version (master branch) on Windows > running Emacs 25.1.1 > > $ git describe > release_9.1.14-1065-gdc7477070 > > (currently 2 commits behind master since I haven't updated today) You're a little ahead of me on Org and I am using Emacs 26.1

Re: [O] Org Mode - Organize Your Life In Plain Text!

2018-12-17 Thread Bernt Hansen
David Masterson writes: > Bernt Hansen writes: > >> Hi David, >> >> Sorry my website on org-mode is stale and I don't currently have time to >> update it. I stopped updating it in 2015 after changing jobs and moving >> to the windows platform (at work). My main issue is lack of free time >> to

Re: [O] Org Mode - Organize Your Life In Plain Text!

2018-12-16 Thread David Masterson
Bernt Hansen writes: > Hi David, > > Sorry my website on org-mode is stale and I don't currently have time to > update it. I stopped updating it in 2015 after changing jobs and moving > to the windows platform (at work). My main issue is lack of free time > to spend on this project. > > The dow

Re: [O] Org Mode - Organize Your Life In Plain Text!

2018-12-16 Thread Bernt Hansen
David Masterson writes: > I've been reading Bernt Hansen's excellent paper on setting up Org-Mode, > but I noticed that it is rather dated and was wondering if Bernt is > watching and plans to update the paper. In particular, the last version > of the paper on his website has a couple of things

[O] Org Mode - Organize Your Life In Plain Text!

2018-12-15 Thread David Masterson
I've been reading Bernt Hansen's excellent paper on setting up Org-Mode, but I noticed that it is rather dated and was wondering if Bernt is watching and plans to update the paper. In particular, the last version of the paper on his website has a couple of things that I think should be fixed even

Re: [O] Org mode fontification broken

2018-11-14 Thread Peter Westlake
Problem solved! I had forgotten that I was using a copy of the Org repository instead of the package bundled with Emacs. Peter. On Mon, 12 Nov 2018, at 14:52, Peter Westlake wrote: > Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, > links and other fontified text in Org f

[O] Org mode fontification broken

2018-11-12 Thread Peter Westlake
Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, links and other fontified text in Org files appear as the underlying plain text. A few of them look correct, and deleting a marker character (e.g. square bracket) and reinserting it makes the link appear correctly for a while

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-29 Thread Tom Burbage
I don't think the suggestions made in that thread are going to help in terms of org-mode recognizing a line as being a list item. What I tried that I did think might work was to customize org-list-full-item-re: org-list-full-item-re is a variable defined in ‘org-list.el’. Its value is "^[     ]

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-25 Thread Colin Baxter
> Grant Rettke writes: > On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote: >> >> > Tom Burbage writes: >> >> > When I use simple lists, I would like to be able to mix in '!' >> and > '?' with '-' as these are sometimes more expressive of >> what the > li

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-24 Thread Grant Rettke
On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote: > > > Tom Burbage writes: > > > When I use simple lists, I would like to be able to mix in '!' and > > '?' with '-' as these are sometimes more expressive of what the > > list item represents. My request is that the list of cha

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-12 Thread Colin Baxter
> Tom Burbage writes: > When I use simple lists, I would like to be able to mix in '!' and > '?' with '-' as these are sometimes more expressive of what the > list item represents. My request is that the list of characters > org-list recognizes as being a valid "bullet" be c

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-12 Thread Nicolas Goaziou
Hello, Tom Burbage writes: > My request is that the list of characters org-list recognizes as being > a valid "bullet" be customizable by the user. The syntax is not meant to be customizable. It goes against having a standard Org format. You can however, put overlays on top of bullets and /dis

[O] org-mode: Would like to add custom chars as org-list bullets

2018-10-12 Thread Tom Burbage
When I use simple lists, I would like to be able to mix in '!' and '?' with '-' as these are sometimes more expressive of what the list item represents. My request is that the list of characters org-list recognizes as being a valid "bullet" be customizable by the user.

Re: [O] Org mode + Solid = collaborative, privacy-respecting future

2018-10-02 Thread Roland Everaert
I would also like to see something developped in ths direction. Karl Voit writes: > Hi! > > I stubled over Tim Berners-Lee Solid: > https://www.fastcompany.com/90243936/exclusive-tim-berners-lee-tells-us-his-radical-new-plan-to-upend-the-world-wide-web > https://www.inrupt.com/blog/one-small-step-

Re: [O] Org mode + Solid = collaborative, privacy-respecting future

2018-09-30 Thread Martin Schöön
It looks like perfect solution to one of my org-mode uses. Disclaimer: I have spent just a couple of minutes browsing those Solid-web pages. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Org mode + Solid = collaborative, privacy-respecting future

2018-09-30 Thread Karl Voit
Hi! I stubled over Tim Berners-Lee Solid: https://www.fastcompany.com/90243936/exclusive-tim-berners-lee-tells-us-his-radical-new-plan-to-upend-the-world-wide-web https://www.inrupt.com/blog/one-small-step-for-the-web https://en.wikipedia.org/wiki/Solid_(web_decentralization_project) On https://g

Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Thank you very much for that very complete answer and advice. This will allow me to learn better how to use emacs (and org-mode). Frédéric Le 29/08/2018 à 00:38, Tim Cross a écrit : Just a few comments. While none will solve your immediate issue, they may help track it down. - it looks like

Re: [O] Org-mode and koma-script

2018-08-28 Thread Tim Cross
Just a few comments. While none will solve your immediate issue, they may help track it down. - it looks like your running as root! This is a very bad idea, especially if your inexperienced and still trying to work things out. Highly recommend you create a normal account (possibly with app

Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Oh, oh. I've opening a new emacs file, and this message waits me : Warning (initialization): An error occurred while loading ‘/home/frederic/.emacs’: Symbol's value as variable is void: + To ensure normal operation, you should investigate and remove the cause of the error in your initializati

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
gmx writes: > Hello, > > I'm trying to use the koma class. I found a configuration of the.emacs > file, in the manual and in a Stack Exchange post > (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). > > > > I open a new .org file, and I declare: > > #+T

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
Tim Cross writes: > If that is a copy of what is in your .emacs or init.el file, then I > think you have a number of errors. Try running emacs -q and see if emacs > reports errors in your init file. > Did you mean `emacs --debug-init'? `emacs -q' will skip the user file. > Tim > > gmx writes:

Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Le 28/08/2018 à 18:04, Tim Cross a écrit : Sorry, I was in a rush before work and sent you the wrong command! No problem. Thank you for giving me your time. What you need to do is run emacs --debug-init rather than emacs -q. Well. And the answer is... too long (many, many lines) : are read

Re: [O] Org-mode and koma-script

2018-08-28 Thread Tim Cross
Sorry, I was in a rush before work and sent you the wrong command! What you need to do is run emacs --debug-init rather than emacs -q. Your emacs init is either in the file .emacs in your home directory or the file init.el in the .emacs.d directory (assuming your not using something like spacem

Re: [O] Org-mode and koma-script

2018-08-27 Thread gmx
Thanks a lot for your answer, Tim. I entered the emacs -q command, which started emacs. The only message from the Terminal (before launching emacs) is this: (emacs:3687): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remot

Re: [O] Org-mode and koma-script

2018-08-27 Thread Tim Cross
If that is a copy of what is in your .emacs or init.el file, then I think you have a number of errors. Try running emacs -q and see if emacs reports errors in your init file. Tim gmx writes: > I forgot the > > Le 27/08/2018 à 21:51, gmx a écrit: >> Hello, >> >> I'm trying to use the koma cla

Re: [O] Org-mode and koma-script

2018-08-27 Thread gmx
I forgot the Le 27/08/2018 à 21:51, gmx a écrit : Hello, I'm trying to use the koma class. I found a configuration of the.emacs file, in the manual and in a Stack Exchange post (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). I open a new .org fi

[O] Org-mode and koma-script

2018-08-27 Thread gmx
Hello, I'm trying to use the koma class. I found a configuration of the.emacs file, in the manual and in a Stack Exchange post (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). I open a new .org file, and I declare: #+TITLE: MyTitle #+DATE: date #+LAN

[O] Org mode in combination with emacs follow-mode is terrible

2018-06-26 Thread Gerald Wildgruber
Hi, I'm using emacs (git checkout v. 27.0.50) and Org mode (git checkout release_9.1.13-760-g8def68). My typical setup is to use a maximized or full screen emacs frame split into five windows positioned vertically one next to the other. All five windows display one and the same file, that is op

Re: [O] Org Mode Documentation Patch

2018-06-25 Thread Van L
>> I've printed, signed, scanned and sent the assignment to >> ass...@gnu.org , waiting for their response. > > Nice. It should be possible to do without printing and scanning, do all of the assignment electronically.

Re: [O] Org Mode Documentation Patch

2018-06-25 Thread Nicolas Goaziou
Hello, "Siraphob (Ben) Phipathananunth" writes: > I've printed, signed, scanned and sent the assignment to > ass...@gnu.org , waiting for their response. Nice. > In the meantime, please install another patch I wrote, attached. Done, barring one hunk specified below. > You may notice that the

Re: [O] Org Mode Documentation Patch

2018-06-25 Thread Siraphob (Ben) Phipathananunth
I've printed, signed, scanned and sent the assignment to ass...@gnu.org , waiting for their response. In the meantime, please install another patch I wrote, attached. You may notice that the email and name of the patch author is different, this is to correspond with my email and legal name. ("

Re: [O] Org Mode Documentation Patch

2018-06-23 Thread Nicolas Goaziou
"Siraphob (Ben) Phipathananunth" writes: > I just sent an email to ass...@gnu.org with my information, Great! > how will I know when copyright assign is completed? They will let you know. Then, you may let me know. :)

Re: [O] Org Mode Documentation Patch

2018-06-23 Thread Siraphob (Ben) Phipathananunth
Thank you very much for accepting the patch. Nicolas Goaziou wrote: > BTW, what is your status wrt FSF papers? I just sent an email to ass...@gnu.org with my information, how will I know when copyright assign is completed? Thank you again, -- Siraphob (Ben) Phipathananunth

Re: [O] Org Mode Documentation Patch

2018-06-23 Thread Nicolas Goaziou
Hello, "Siraphob (Ben) Phipathananunth" writes: > I've begun reading the Org Mode manual, and noticed that the wording > in some places could be improved (so far I've read up to Section 4.8). > I've attached my patch. Some of the more drastic changes: > > - Changed all occurrences of "the curso

[O] Org Mode Documentation Patch

2018-06-22 Thread Siraphob (Ben) Phipathananunth
This patch was originally submitted to Emacs devel, but Eli Zaretskii redirected me here. I've begun reading the Org Mode manual, and noticed that the wording in some places could be improved (so far I've read up to Section 4.8). I've attached my patch. Some of the more drastic changes: - Change

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-15 Thread Gerald Wildgruber
I tried profiling my use of org-mode in conjunction with follow-mode; I did the following: 1. M-x profiler-start 2. I enabled follow-mode in my buffer 3. I did some editing 4. M-x profiler-report 5. M-x profiler-stop here's the result: Collapsed, the report looks like that: + command-execute

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-15 Thread Gerald Wildgruber
Thanks Joost, that's interesting! I never used the profiler but I will try and see how far I get with it and then come back here. Gerald. On Mi, Jun 13 2018, Joost Kremers wrote: > On Wed, Jun 13 2018, Eric S Fraga wrote: >> On Wednesday, 13 Jun 2018 at 09:53, Gerald Wildgruber wrote: >>> Sw

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-15 Thread Gerald Wildgruber
Thanks again; I'm always using the latest git checkout of emacs (v.27, see my first posting). On Mi, Jun 13 2018, Eric S Fraga wrote: > I don't think there's an issue per se in the sense of bugs. Org does > much more processing of the text than does text mode so if you have 60k > worth of tex

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Joost Kremers
On Wed, Jun 13 2018, Eric S Fraga wrote: On Wednesday, 13 Jun 2018 at 09:53, Gerald Wildgruber wrote: Switching to text-mode, with 5 windows and follow-mode still being active reduces lag significantly. So there must be an issue specifically with the combination of org-mode and follow-mode

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Eric S Fraga
On Wednesday, 13 Jun 2018 at 09:53, Gerald Wildgruber wrote: > Switching to text-mode, with 5 windows and follow-mode still being > active reduces lag significantly. > > So there must be an issue specifically with the combination of org-mode > and follow-mode! I don't think there's an issue per se

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Gerald Wildgruber
Switching to text-mode, with 5 windows and follow-mode still being active reduces lag significantly. So there must be an issue specifically with the combination of org-mode and follow-mode! Gerald. On Di, Jun 12 2018, Eric S Fraga wrote: > On Tuesday, 12 Jun 2018 at 12:23, Gerald Wildgruber

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Gerald Wildgruber
Thanks! actually every single one of the following does help a bit: - reducing number of windows to 3 - switching to text-mode - dectivating org-indent-mode, with org-mode still being active There's still lag, but not as extreme as with my original setup. Still, the most significant change occ

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-12 Thread Eric S Fraga
On Tuesday, 12 Jun 2018 at 12:23, Gerald Wildgruber wrote: > Hi Eric, > > thanks for the input: indeed, I always use at least five windows (on a > 40" display), as this setup displays simultanously almost 60Kb of text, > an entire papaer, which is excellent! That's a lot of text so maybe it's real

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-12 Thread Gerald Wildgruber
Hi Eric, thanks for the input: indeed, I always use at least five windows (on a 40" display), as this setup displays simultanously almost 60Kb of text, an entire papaer, which is excellent! I will try the results with fewer windows tomorrow, when back in office. Elsewise: do you see any reason

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-12 Thread Eric S Fraga
On Monday, 11 Jun 2018 at 14:56, Gerald Wildgruber wrote: > My typical setup is to use a maximized or full screen emacs frame split [...] > portions towards the end of the file. If I deactivate follow-mode, the > problem disappears. I have a 38" monitor and I frequently do what you say. However

[O] Org mode in combination with emacs follow-mode is terrible

2018-06-11 Thread Gerald Wildgruber
Hi, I'm using emacs (git checkout v. 27.0.50) and Org mode (git checkout release_9.1.13-760-g8def68). My typical setup is to use a maximized or full screen emacs frame split into five windows positioned vertically one next to the other. All five windows display one and the same file, that is op

[O] Org-mode pcomplete is slow, affect performance

2018-05-05 Thread stardiviner
I use Emacs profiler profiled company-capf in Org-mode buffer. Here is an org-mode buffer test snippet (in a big Org file): #+begin_src clojure :results pp (nth '(1 2 3) 1) #+end_src Profiler result in attachments. It has very recursive deep file-truename invoking. + command-execute

Re: [O] Org-mode new website accept PR like GitHub?

2018-04-26 Thread Bastien
Hi, "numbch...@gmail.com" writes: > Can I send PR to add contrib support at new Org-mode source code > website like this: https://code.orgmode.org/bzg/org-mode/pulls/1 No, but you can send patches against https://code.orgmode.org/bzg/orgweb on this list. -- Bastien

Re: [O] Org-Mode babel and gherkin

2018-04-26 Thread Bastien
"Charles R (Charlie) Martin" writes: > gherkin is the specification language used for behavior-driven design > in tools like Cucumber. Thanks, -- Bastien

Re: [O] Org-Mode babel and gherkin

2018-04-26 Thread Bastien
Hi Charles, "Charles R (Charlie) Martin" writes: > Has anyone set up a babel language for gherkin? Would you mind sharing more information on what is gherkin? Thanks, -- Bastien

Re: [O] Org-Mode babel and gherkin

2018-04-26 Thread Charles R (Charlie) Martin
gherkin is the specification language used for behavior-driven design in tools like Cucumber. https://github.com/cucumber/cucumber/wiki/Gherkin https://medium.com/@NeotericEU/speak-gherkin-and-learn-how-to-collect-requirements-for-your-project-dad171da8fb On Thu, Apr 26, 2018 at 5:34 PM, Bastien

Re: [O] Org mode bug submission and viewing?

2018-04-26 Thread Bastien
Dear all, reflecting upon Allen's question and Kaushal's answer, I would like to suggest this rule on how to submit bug reports: Use M-x org-submit-bug-report RET if you installed Org yourself, use M-x report-emacs-bug RET otherwise. This way, Org maintainers who check Emacs bugs are likely

Re: [O] org-mode R using xtable produces strange output

2018-03-20 Thread Brian Shine
Brilliant! Thank you so much. Best wishes, Brian > On 20 Mar 2018, at 16:47, Berry, Charles wrote: > > > >> On Mar 19, 2018, at 4:44 PM, Brian Shine wrote: >> >> I am using xtable to produce summary tables of linear models, specifying the >> output as latex. If I just run the code in R,

Re: [O] org-mode R using xtable produces strange output

2018-03-20 Thread Berry, Charles
> On Mar 19, 2018, at 4:44 PM, Brian Shine wrote: > > I am using xtable to produce summary tables of linear models, specifying the > output as latex. If I just run the code in R, I get the correct output. > However, the latex output in the org document contains a lot of “|”s. I > think th

[O] org-mode R using xtable produces strange output

2018-03-19 Thread Brian Shine
I am using xtable to produce summary tables of linear models, specifying the output as latex. If I just run the code in R, I get the correct output. However, the latex output in the org document contains a lot of “|”s. I think this is because the header of the table contains some code to make

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread Dereje Tefera
Hi Everyone, Thank you for your help. Problem fixed. I had to install MIkTex and reinstall Emacs and all running well so far. Thank you very much for time Regards Dereje On Thu, Mar 15, 2018 at 10:09 AM, John Hendy wrote: > On Thu, Mar 15, 2018 at 10:06 AM, R Jain wrote: > > Hi Dereje, >

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread John Hendy
On Thu, Mar 15, 2018 at 10:06 AM, R Jain wrote: > Hi Dereje, > > Two things: > 1) Pygmentize is a python package. I hope you meant trying to install it for > python, and not Latex or Emacs. > http://pygments.org/docs/cmdline/ > 2) Which Tex software are you using? I recall having some compilation

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread R Jain
Hi Dereje, Two things: 1) Pygmentize is a python package. I hope you meant trying to install it for python, and not Latex or Emacs. http://pygments.org/docs/cmdline/ 2) Which Tex software are you using? I recall having some compilation errors (last year) when I was setting this up with org-mode.

Re: [O] org mode error "pdf wasn't produced"

2018-03-14 Thread John Kitchin
that probably means run: pip install pygments at a command line, assuming you have a working Python installation. If not, you can either get one, or don't use minted for syntax highlighting. John --- Professor John Kitchin Doherty Hall A207F Department of Chemica

Re: [O] org mode error "pdf wasn't produced"

2018-03-14 Thread Dereje Tefera
I saw that there is one error: "! Package minted Error: You must have `pygmentize' installed to use this package." but when I try to install from the package list says no match. and a warning: "Package inputenc Warning: inputenc package ignored with utf8 based engines." Do you think it woul

Re: [O] org mode error "pdf wasn't produced"

2018-03-14 Thread Eric S Fraga
On Wednesday, 14 Mar 2018 at 11:39, Dereje Tefera wrote: > Dear John and R Jain, > > I have done all required installation for the Latex and it worked for a > couple of times but it then crashes. This is the error message I am > getting while trying to export to Latex PDF or Beamer. I really appre

Re: [O] org mode error "pdf wasn't produced"

2018-03-14 Thread Dereje Tefera
Dear John and R Jain, I have done all required installation for the Latex and it worked for a couple of times but it then crashes. This is the error message I am getting while trying to export to Latex PDF or Beamer. I really appreciate your cooperation but I completely if you are busy. Debugg

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread John Hendy
Oops. Sincere apologies for misspelling your name, Dereje! I misread in my hasty skim. John On Tue, Mar 13, 2018 at 8:28 PM, John Hendy wrote: > Dejere, > > > Org-mode is not able to find your latex installation. That's the > problem, just as it says: it's trying to run the compilation command,

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread John Hendy
Dejere, Org-mode is not able to find your latex installation. That's the problem, just as it says: it's trying to run the compilation command, `pdflatex` and it can find no such thing. Either it's not installed, or it's not in your path. The more details you can provide, the better. For starters

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread Dereje Tefera
Hi Prof. Kitchin and others, I am using Emacs-org-mode on a windows machine and launch the program from the desktop shortcut. Regards Dereje On Tue, Mar 13, 2018 at 6:05 PM, John Kitchin wrote: > That means emacs is not finding pdflatex on your path. > > A little more information might h

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread John Kitchin
That means emacs is not finding pdflatex on your path. A little more information might help. 1. In a terminal, if you type: > which pdflatex to you get anything? 2. How do you launch emacs? If you are launching it from some icon, you might not be getting the same path environment as from a she

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread Dereje Tefera
Hi Everyone, thank you very much for the response. Rishabh, yes i have check the link you mentioned. the error says "'pdflatex"' is not recognized as an internal or external command, operable program or batch file." but i have that in my init.el file configured. Regards Dereje On Tue,

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread Eric S Fraga
On Monday, 12 Mar 2018 at 15:40, Dereje Tefera wrote: > I can export to HTML or tet latex but not to pdf. > Any help would be highly appreciated. Switch to the buffer "*Org PDF LaTeX Output*" and scroll through it to see what errors LaTeX generated in trying to generate the PDF. You could also ha

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread R Jain
Hi Dereje,Have you already looked at (8) from https://orgmode.org/worg/org-tutorials/org-latex-export.html?--Rishabh On Mar 12 2018, at 5:40 pm, Dereje Tefera wrote: Dear good team of Org-mode,I am using org-mode in the Em

  1   2   3   4   5   6   7   8   9   10   >