Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
Well I installed emacs as you did and still didn't work but if I use your configuration file it works fine and exports. I like the features for org-mode so I might merge some of the things in my setup files and just use your configuration. What's the best way to get it as the default on macbook? I

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread John Kitchin
That is done automatically if you run it like: emacs -q -l /path/to-init.el the jmax directory is stored at load time (https://github.com/jkitchin/jmax/blob/master/init.el#L16) and the variable is used every where else that is needed. alternatively, you might try (with your path obviously) in yo

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
How do I change the below to load for example: ~/Dropbox/kitchingroup/jmax/ instead of the current directory the init.el file is in. Then I can link init.el to .emacs.d and I think all will work properly. (defconst starter-kit-dir (file-name-directory (or load-file-name (buffer-file-name On

Re: [O] Org-mode link returned path is truncated when contains space

2017-11-11 Thread numbch...@gmail.com
sorry for delay reply. I'm cleaning up my Org tasks, found this task. this issue seems fixed. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://st

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

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 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-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-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 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 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-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-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
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 latex pdf export issue: Underlined lines not breaking properly

2013-03-06 Thread Suvayu Ali
Hello Sanjib, On Wed, Mar 06, 2013 at 05:07:44PM +0530, Sanjib Sikder wrote: > Hi, > > While PDF exporting a .org file, the underlined lines which are at the > right end of the page (in PDF) or underlined lines which are large and > spans to next line (in pdf) are not breaking properly. > > How

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

2013-03-06 Thread Michael Strey
Hi Sanjib, This is a known LaTeX issue that has nothing to do with Org. Please check the LaTeX packages ulem.sty and soul.sty or simply don't use underlining -- it's anyway ugly. Best regards -- Michael Strey www.strey.biz

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

2013-03-06 Thread Suvayu Ali
Hello Sanjib, On Wed, Mar 06, 2013 at 06:55:36PM +0530, Sanjib Sikder wrote: > > If you feel that the problem is not related to org-mode, then ignore this > email and thanks for your time and patience. It is indeed a LaTeX issue! And I have an answer too :). Org mode translates _underlined tex

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

2013-03-06 Thread Sanjib Sikder
Hi, Thanks for the suggestions. For an user like me, who depends heavily on org-mode for several purposes, a basic feature like this (underline) is frequently used. Though it is ugly or (may be) not used for serious published materials, but for personal usage, this is very handy and very often I

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

2013-06-06 Thread Nathaniel Cunningham
Suvayu Ali gmail.com> writes: > > Org mode > translates _underlined text_ to \underline{underlined text}, however if > you read the TeX.sx question referenced below you will see that it > doesn't support line breaks and the TeX community recommends \uline{..} > from the ulem package. > >

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

2013-06-09 Thread Nicolas Goaziou
Hello, Nathaniel Cunningham writes: > Suvayu Ali gmail.com> writes: > >> >> Org mode >> translates _underlined text_ to \underline{underlined text}, however if >> you read the TeX.sx question referenced below you will see that it >> doesn't support line breaks and the TeX community recommends

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

2013-06-09 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > Nathaniel Cunningham writes: > >> Suvayu Ali gmail.com> writes: >> >>> >>> Org mode >>> translates _underlined text_ to \underline{underlined text}, however if >>> you read the TeX.sx question referenced below you will see that it >>> doesn't support line b

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

2013-06-11 Thread Nicolas Goaziou
Hello, Feng Shu writes: > When the article is writen with Chinese, soul will output: > > #+begin_src > soul Error: Reconstruction failed. > #+end_src > > and underline word will dispear from the output pdf file! > > A tmp solution is : > > > \ul{\mbox{中文测试}} > > but,when it can't break lines p

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

2013-06-11 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> When the article is writen with Chinese, soul will output: >> >> #+begin_src >> soul Error: Reconstruction failed. >> #+end_src >> >> and underline word will dispear from the output pdf file! >> >> A tmp solution is : >> >> >> \ul{\mbo

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

2013-06-11 Thread Nicolas Goaziou
Feng Shu writes: > 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 \uline from "ulem" package handle it correctly, including the

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

2013-06-11 Thread Feng Shu
Nicolas Goaziou writes: > Feng Shu writes: > >> 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 \uline from "ulem" packa

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

2013-06-14 Thread Nicolas Goaziou
Hello, Feng Shu writes: > Nicolas Goaziou writes: > >> Feng Shu writes: >> >>> 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. >>>

Re: [O] Org-mode: need install/config help on org-plus-contrib-20161102

2016-11-13 Thread Nicolas Goaziou
Hello, Paul Johnson writes: > Mr. Google says org mode in Emacs can work. I'll try that! (I said on > Wednesday). For 2 days I've been fighting with the install & > configuration. I am pretty sure I'm caught in a Bermuda triangle > configuration, where org-mode that comes with Emacs is too ol

Re: [O] Org-mode: need install/config help on org-plus-contrib-20161102

2016-11-13 Thread Paul Johnson
On Sun, Nov 13, 2016 at 5:42 AM, Nicolas Goaziou wrote: > Hello, > > Paul Johnson writes: > >> Mr. Google says org mode in Emacs can work. I'll try that! (I said on >> Wednesday). For 2 days I've been fighting with the install & >> configuration. I am pretty sure I'm caught in a Bermuda triang

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 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 no longer picking up scheduled tasks when upgraded to 8.0.3

2013-07-03 Thread Bastien
Hi Paul, Paul Whipp writes: > A message "org-agenda-skip: Wrong type argument: stringp, nil" > appears when I try to recalculate the agenda view. Please start emacs with ~$ emacs --debug-init and send us the backtrace. Wild guess: delete ~/.emacs.d/elpa/org and reinstall Org from ELPA and a fr

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-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-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 export from a large file is slow since release 8.3

2015-12-05 Thread Nicolas Goaziou
Hello, Viktor Rosenfeld writes: > I updated from 8.2.9 to 8.3.2 today and now the export has become very slow. > Creating an HTML page or a LaTeX buffer used to be instantaneous but now > takes up to 30 seconds. > > It seems that this is mostly related to file size. For example, > exporting a

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

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 as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-06-29 Thread Thomas S. Dye
Aloha Karl, I agree that AucTeX is awesome. I use it every day at work with much pleasure. I've been using Org-mode with the goal of creating reproducible research, where the LaTeX output is just one part of the package. In my case, this is something that requires Org-mode for its ability to pa

Re: [O] Org-mode as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-06-30 Thread chris . m . malone
Hi Tom, I've seen many of the examples you've added to the mailing list and worg. I also enjoy using Org-mode for writing my own documents and webpages - currently I'm using it to write my Ph.D. dissertation. I'm curious how you work on Org-mode papers for publication with collaborators?

Re: [O] Org-mode as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-06-30 Thread Carsten Dominik
On 30.6.2011, at 08:35, Thomas S. Dye wrote: > Aloha Karl, > > I agree that AucTeX is awesome. I use it every day at work with much > pleasure. > > I've been using Org-mode with the goal of creating reproducible > research, where the LaTeX output is just one part of the package. In my > case,

Re: [O] Org-mode as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-11-14 Thread Daniel Martins
2011/11/14 Daniel Martins : > I would like to see just the preamble of these org files prepared to > replace LaTeX files > > Daniel > > 2011/6/30 Carsten Dominik : >> >> On 30.6.2011, at 08:35, Thomas S. Dye wrote: >> >>> Aloha Karl, >>> >>> I agree that AucTeX is awesome.  I use it every day at wo

Re: [O] org-mode using 100 CPU, weird note, or just too many of them?

2011-11-15 Thread Gijs Hillenius
Catching the hints from the current thread on the org-mode list, "slow agenda view and scrolling through headlines", here is the result of M-x elp-instrument-package RET org RET and opening the org file M-x elp-results RET And, using Org-mode version 7.7 on GNU Emacs 24.0.91.1 (debia

Re: [O] org-mode using 100 CPU, weird note, or just too many of them?

2011-11-15 Thread Torsten Wagner
Hi Gijs just by chance because this was the reason for many other slow-downs. (Guess it is qualified for the FAQ already?!) Do you have the linum-mode activated? Getting line-numbers left side of the buffer? This does not play nice with org-mode folding, since it seems to recalculate the line umbe

Re: [O] org-mode using 100 CPU, weird note, or just too many of them?

2011-11-15 Thread Nick Dokos
Torsten Wagner wrote: > Hi Gijs > > just by chance because this was the reason for many other slow-downs. > (Guess it is qualified for the FAQ already?!) > Do you have the linum-mode activated? Getting line-numbers left side > of the buffer? > This does not play nice with org-mode folding, since

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-18 Thread Bastien
Hi Nick, Nick Bell writes: > Using the above version, needed to apply the patch > http://article.gmane.org/gmane.emacs.orgmode/51812 in order to make > org-mobile-push work. My git-fu isn't quite up to working out what should > (if anything) have happened to incorporate this fix into the release

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-19 Thread Bastien
Nick Bell writes: > Using the above version, needed to apply the patch > http://article.gmane.org/gmane.emacs.orgmode/51812 in order to make > org-mobile-push work. My git-fu isn't quite up to working out what should > (if anything) have happened to incorporate this fix into the release. This is

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Alexander Vorobiev
Hi, I have just downloaded zip for 7.8.06 and the org-mobile.el's line (org-agenda-filter org-agenda-filter) is still there, had to apply the patch to make org-mobile-push work. Thanks Alex On Mon, Mar 19, 2012 at 8:37 PM, Bastien wrote: > Nick Bell writes: > > > Using the above version, neede

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Nick Bell
Org-mode version 7.8.06 (release_7.8.06.31.gc7a2) from git is correct: (defun org-mobile-push () "Push the current state of Org affairs to the WebDAV directory. This will create the index file, copy all agenda files there, and also create all custom agenda views, for upload to the mobile phone.

Re: [O] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked

2016-05-30 Thread Philip Hudson
On 30 May 2016 at 13:42, Martin Beck wrote: > I can change that by first entering a space after the link, but I often > forget that and it's not a really robust workaround for me. My workaround is C-o C-f (open-line, forward-char). -- Phil Hudson http://hudson-it.ddns.net @UW

Re: [O] Org-Mode: Property inheritance for new files in column view agenda doesn't work

2016-09-03 Thread Nicolas Goaziou
Hello, Christian Prothmann writes: > File (#+PROPERTY:) or parent (:PROPERTIES:) inherited properties of > newly created files are not picked up in agenda column view agenda, > despite property inheritance enabled. Emacs/Org restart is required to > make these inherited properties visible in col

Re: [O] Org-mode Babel does not show syntax highlight when open with another mode

2015-10-17 Thread Kyle Meyer
stardiviner writes: > I try to configure Org-mode to open ruby source code block with > `enh-ruby-mode`. > > configuration as following: > > #+BEGIN_SRC emacs-lisp > (with-eval-after-load 'enh-ruby-mode > (add-to-list 'org-src-lang-modes '("ruby" . enh-ruby))) > #+END_SRC > > This will open co

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Thank you for providing the backtrace, but ... You knew there was a "but" coming, right? :-) Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. What you have to do is C-u M-x org-reload RET

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. Apologies, I was unaware of that. I should have read that Info node first. Below is a gist link to the full backtrace with uncompiled code

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Also, I am on the latest org-mode and emacs builds: org-mode version: Org-mode version 8.3.2 (release_8.3.2-251-g4ca117 @ /home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org/) emacs-version: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=5401bb8645f955b6fde8c0a5e5c8cf5ec1cab

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Some more info: I cannot recreate this error when using - my emacs config - the same emacs build from git - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpaplus @ /home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-20151005/) So it is some change between: -

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: >> Although some people can make sense of a backtrace produced with > compiled code, it is far more useful to provide a backtrace produced > with *uncompiled* code. > > Apologies, I was unaware of that. I should have read that Info node first. > Below is a gist link to the fu

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
@Nick Dokos Are you are on a commit before or after this lexical binding change? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 The failure symtoms in my backtrace look like they could be related to this change.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > Some more info: > > I cannot recreate this error when using > - my emacs config > - the same emacs build from git > - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 > (8.3.2-10-g00dacd-elpaplus @ / > home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-201

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> The "g" stands for "git" and it's not part of the SHA1: 4ca117 are the first six digits of the SHA1 at the HEAD of the branch Ah, now that you spell it out, it's obvious. I swear I kept staring at the git hash to find the "117" in "g4ca117" in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > @Nick Dokos Are you are on a commit before or after this lexical binding > change? http://orgmode.org/ > cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 > > The failure symtoms in my backtrace look like they could be related to this > change. I

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The failure symtoms in my backtrace look like they could be r

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks Nick. That patch resolves the issue for now. At least, all my pdf exports are working fine as before.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The failure symtoms in my backtrace look like they co

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks to you both for the quick solution and the upstream fix.

Re: [O] Org-Mode 8.07 LaTeX Beamer export does not parse headings to frames during export

2013-08-09 Thread Tom Slee
I have struggled with this myself. The answer is that the following line will give what you want: #+OPTIONS: H:2 I'm not sure why the BEAMER_FRAME_LEVEL instruction doesn't handle that, but the OPTIONS seems needed. Tom On Fri, Aug 9, 2013 at 6:05 AM, Ronert Obst wrote: > Hi, > > I am trying

Re: [O] Org-Mode 8.07 LaTeX Beamer export does not parse headings to frames during export

2013-08-10 Thread Nicolas Goaziou
Hello, Tom Slee writes: > I have struggled with this myself. The answer is that the following line > will give what you want: > > #+OPTIONS: H:2 > > I'm not sure why the BEAMER_FRAME_LEVEL instruction doesn't handle that, > but the OPTIONS seems needed. BEAMER_FRAME_LEVEL doesn't exist anymore.

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Carsten Dominik
On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote: > I wrote the following line in org-mode, which contains two equations. > > $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$ > > But the org-mode didn't identify them as equations. Instead, it highlight the > part between the two *s, i.e. }_{m},

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Sebastien Vauban
Hi Carsten, Carsten Dominik wrote: > On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote: > >> I wrote the following line in org-mode, which contains two equations. >> >> $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$ >> >> But the org-mode didn't identify them as equations. Instead, it highlight >>

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Zihan, Sheldon Liu
Indeed, it is wrongly showed in the emacs buffer, before exporting. FYI, I'm use org-mode 7.8 On Tue, Jun 26, 2012 at 6:23 PM, Sebastien Vauban < wxhgmqzgw...@spammotel.com> wrote: > Hi Carsten, > > Carsten Dominik wrote: > > On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote: > > > >> I wrote the

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Carsten Dominik
On 26.6.2012, at 12:23, Sebastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >> On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote: >> >>> I wrote the following line in org-mode, which contains two equations. >>> >>> $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$ >>> >>> But the org

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Zihan, Sheldon Liu
Thanks. I forgot to mention that it also wrongly parsed when exporting to html at my place. On Tue, Jun 26, 2012 at 6:29 PM, Carsten Dominik wrote: > > On 26.6.2012, at 12:23, Sebastien Vauban wrote: > > > Hi Carsten, > > > > Carsten Dominik wrote: > >> On 26.6.2012, at 10:45, Zihan, Sheldon Liu

Re: [O] org-mode regression(?): can't C-c C-o can't parse links that contain [/] AND [%]

2014-05-20 Thread Bastien
Hi Nicolas, Nicolas Bercher writes: > But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets > are no more reachable using org-links I used for years. > As a result, only [/] OR [%] seems supported. This is fixed in our "maint" branch, which you can use by installing Emacs from th

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

Re: [O] org-mode gets confused with column widths when 'time-stamp-custom-formats' are applied.

2017-11-15 Thread Nicolas Goaziou
Hello, Ruy Exel writes: > Consider the table below: > > | Name | Date of Birth| > |---+--| > | John | <1978-11-14 Tue> | > | Peter | <1970-11-14 Sat> | > |---+--| > > Suppose we want to format time stamps differently, such as with the > following eli

Re: [O] org-mode gets confused with column widths when 'time-stamp-custom-formats' are applied.

2017-11-15 Thread Ruy Exel
Wow! That was quick. Thanks. Ruy On Nov 15, 2017 15:15, "Nicolas Goaziou" wrote: > Hello, > > Ruy Exel writes: > > > Consider the table below: > > > > | Name | Date of Birth| > > |---+--| > > | John | <1978-11-14 Tue> | > > | Peter | <1970-11-14 Sat> | > > |---+

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Suhas Pai
how to debug this. Any ideas would be appreciated. Regards, Suhas From: Josiah Schwab To: Suhas Pai Cc: "emacs-orgmode@gnu.org" Sent: Monday, July 14, 2014 8:39 AM Subject: Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Josiah Schwab
Hi Suhas, > Upon closer examination, I found that there are two commands to export to PDF. > C-c C-e l small-o (converts to "regular" pdf) > C-c C-e l capital-O (converts to "presentation" pdf, i.e., converts all > headings to slides) Yes, I exported via the Beamer exporter with C-c C-e l O.

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Josiah Schwab
Hi Suhas, > Yes, I downloaded the same file and tried again and got the following debug > trace: > > Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't > produced: Runaway argument") That message is indicating an error during the LaTeX -> PDF step. Why don't you take a

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Nick Dokos
Josiah Schwab writes: > Hi Suhas, > >> Yes, I downloaded the same file and tried again and got the following debug >> trace: >> >> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't >> produced: Runaway argument") > > That message is indicating an error during the LaTeX

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Suhas Pai
s Pai Cc: "emacs-orgmode@gnu.org" Sent: Monday, July 14, 2014 12:15 PM Subject: Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides Hi Suhas, > Yes, I downloaded the same file and tried again and got the following

Re: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented

2013-10-15 Thread Thorsten Jolitz
Omid writes: > - This does NOT export correctly (code block is not detected) > #+BEGIN_SRC sh > ls > #+END_SRC > > Is there any way around this behavior without removing the indentation > for the code block delimiters? I think the 'official'regexp to detect a src-block starts like this ,---

Re: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented

2013-10-15 Thread Thorsten Jolitz
PS: Omid writes: > When exporting to HTML (Org mode version 8.2.1 ELPA; GNU Emacs version > 24.3.1) I see the a strange behavior which can be reproduced with the > following minimal example: > > This exports correctly > #+BEGIN_SRC sh > ls > #+END_SRC > > - This also exports correctly > #+

Re: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented

2013-10-15 Thread Omid
Thank you for your quick reply, Thorsten. Yes, as I mentioned, and as you noticed, the HTML export does not seem to work correctly for the last case. The #BEGIN_SRC and #END_SRC delimiters are exported literally. -- Omid Sent from my Emacs On 10/15/2013 10:53 PM, Thorsten Jolitz wrote: > > PS:

Re: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented

2013-10-16 Thread Nicolas Goaziou
Hello, Omid writes: > When exporting to HTML (Org mode version 8.2.1 ELPA; GNU Emacs version > 24.3.1) I see the a strange behavior which can be reproduced with the > following minimal example: > > This exports correctly > #+BEGIN_SRC sh > ls > #+END_SRC > > - This also exports correctly > #

Re: [O] org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart?

2012-08-01 Thread Bastien
Hi Feiming, Feiming Chen writes: > I am embedding an interactive chart into org-mode S5 presentation on > web browser. See this link for the presentation: > > http://stat.fsu.edu/~fchen/emacs-org-babel-mode/googleVis2web.html > > (source file: http://stat.fsu.edu/~fchen/emacs-org-babel-mode/ >

Re: [O] org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart?

2012-08-01 Thread Eric Schulte
Bastien writes: > Hi Feiming, > > Feiming Chen writes: > >> I am embedding an interactive chart into org-mode S5 presentation on >> web browser. See this link for the presentation: >> >> http://stat.fsu.edu/~fchen/emacs-org-babel-mode/googleVis2web.html >> >> (source file: http://stat.fsu.edu/~

Re: [O] org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart?

2012-08-06 Thread Feiming Chen
Hi Eric: Thank you very much! Your solution works! Sincerely, Feiming Chen From: Eric Schulte To: Bastien Cc: Feiming Chen ; emacs-orgmode@gnu.org Sent: Wed, August 1, 2012 9:40:52 AM Subject: Re: [O] org-mode S5 Presentation: How to disable mouse

Re: [O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-06-29 Thread Jorge Morais Neto
On 29 June 2017 at 17:11, Jorge Morais Neto wrote: > In two days this is the second time Org loses a TODO state change note > draft. I guess that, if I realize the note will take time to compose, I > am supposed to compose it in some file and, only when it is ready, > change state and yank it. A

Re: [O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-07-01 Thread Nicolas Goaziou
Hello, Jorge Morais Neto writes: > I changed the TODO state and started composing a state change note. > Later I clocked in a certain task (automatically clocking out of the > previous) and left the computer. When I returned, some 32 min later, > Org was showing clock idle time resolution. I t

Re: [O] Org mode version 9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/); Org lost my state change note during idle clock resolution

2017-07-02 Thread Jorge Morais Neto
On 1 July 2017 at 13:58, Nicolas Goaziou wrote: > Even if the window configuration is lost, I cannot see how the "*Org > Note*" buffer could be closed. Are you certain it was not accessible > anymore from the buffer list? I do not remember and unfortunately I do not have the time to test it this w

<    7   8   9   10   11   12