Re: Hyphen after LaTeX fragments

2023-03-19 Thread iemacs
Hi, You can write \(n\)-dimensional space. On Wed, Mar 15, 2023, 02:18 Yuchen Guo wrote: > Sometimes I encounter such texts: > >One of the useful features of a basis $B$ in an $n$-dimensional space > > When entered as-is in Org mode and exported to LaTeX, the string > "$n$-dimensional" is e

Re: [O] indentation error in python source block

2018-12-14 Thread iemacs
On Fri, Nov 9, 2018 at 11:52 AM Seb wrote: > > Hello, > > I believe I've hit a strange bug. Given this file: > > ------ > #+STARTUP: content indent hideblocks > #+PROPERTY: header-args :tangle yes > #+PROPERTY: header-args:pytho

Re: [O] column in table fails to align for China's characters

2018-07-14 Thread iemacs
Hello, On Fri, Jun 15, 2018 at 1:52 PM Van L wrote: > > > Thanks, > > > Table alignment assumes you are using a fixed-width font, which > > may or may not be possible with chinese characters. > > there is no monospaced font for combining parts of Unicode? > You can try https://github.com/tumashu

Re: [O] Capture abort: (user-error Can't preview LaTeX fragment in a non-file buffer)

2015-10-02 Thread iemacs
On Wed, Sep 30, 2015 at 3:22 PM, Fanpeng Kong wrote: > Hi all, > > I tried to setup my org-mode according to Bernt Hansen’s wonderful > documentation: > > http://doc.norang.ca/org-mode.html#Capture > > But later I found I got problem with Org Capture as in Section 6. when I > typed C-c c, an error

Re: [O] Resolving conflicts with ediff and folding

2015-05-03 Thread iemacs
I have the following lisp code can do the trick: (add-hook 'ediff-quit-hook (lambda () (cond ((eq major-mode 'org-mode) (visible-mode 0) -- Tian Qiu On Tue, Apr 28, 2015 at 5:43 PM Sebastien Vauban wrote: > J. David Boyd wrote: > > "Charles C. Berry"

[O] Something wrong with the src_python babel execution

2014-12-15 Thread iemacs
Hi, I'm using GNU Emacs 24.4.4 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) with Org-mode version 8.2.10 (8.2.10-29-g89a0ac-elpaplus). Example file: --8<---cut here---start->8--- #+BEGIN_SRC python :session test :exports none a = 0.55 #+END_S

Re: [O] #+CALL get the first row of output table lost when using latex export

2014-11-19 Thread iemacs
#+NAME: t2 #+CALL: t1() :exports results :hlines yes will give the right latex output, thank you! Kind regards, Tian Qiu On Mon, Nov 17, 2014 at 11:08 AM, Charles C. Berry wrote: > On Mon, 17 Nov 2014, iem...@gmail.com wrote: > >> Thank you, Charles. And =:colnames yes= does work here. But

Re: [O] #+CALL get the first row of output table lost when using latex export

2014-11-17 Thread iemacs
Thank you, Charles. And =:colnames yes= does work here. But the results are the same when I evaluate t1 and t2 with `org-babel-execute-maybe'. When I take another try, new problem seems to occur. The test file is: #+BEGIN_EXAMPLE #+NAME: t1 #+BEGIN_SRC python :exports results return [['A'],No

[O] #+CALL get the first row of output table lost when using latex export

2014-11-15 Thread iemacs
Hi, I encounter a problem when I use #+CALL to create a table with latex export. The problem is that the first row of the table is missing, if the table is created with #+CALL. My Emacs version is GNU Emacs 24.4.3 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2014-11-04 on At

Re: [O] sitemap seems to cache old #+TITLE

2011-03-17 Thread iemacs
Hi Louis, After modifying #+TITLE, you should press C-c C-c to tell orgmode the title part has been changed. On Fri, Mar 18, 2011 at 12:58 PM, wrote: > > At one point in the recent past I had a file org.org with > #+TITLE: LBM TCH KB Org > > Eventually I changed it to be > #+TITLE: KBorg > > no

Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread iemacs
Hi Andrea, I use the following line to allow frame breaks #+BIND: org-beamer-frame-default-options "[allowframebreaks]" On Thu, Jan 20, 2011 at 6:51 AM, Andrea Crotti wrote: > Would it be possible with some trick to automatically make the font > resize when the frame doesn't fit in the slide? >

Bug: [Orgmode] bug in latex export [6.34b]

2010-01-14 Thread iemacs
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [Orgmode] How to reset timestamp format?

2010-01-12 Thread iemacs
You can try (setq system-time-locale "C") On Tue, Jan 12, 2010 at 6:45 PM, Water Lin wrote: > > I am using Chinese system so if I insert timestamp by C-c . > > I will get timestamp about weekday in Chinese character. I want to use > English to express weekday, How can I set the language for times

[Orgmode] Bug - using Plain lists and Checkboxes in the same level

2008-12-03 Thread iemacs
The file content is something like below example #+BEGIN_BLOCKQUOTE 1. a - [ ] b #+END_BLOCKQUOTE If I press Alt-Enter at the end of first line, I get #+BEGIN_BLOCKQUOTE 1. a 2. 3. [ ] b #+END_BLOCKQUOTE It seems that plain lists can not be mixed with checkboxes in the same level. The org-vers

Re: [Orgmode] feature request: face lock for important thing.

2008-11-26 Thread iemacs
On Sat, Nov 22, 2008 at 8:27 PM, anhnmncb <[EMAIL PROTECTED]> wrote: > Sometimes I need to bold some item so it's more notiable, for example: > > * I need them to achieve it. > - a table which contents some important *items*. > > Here, I need to bold the items so when I see the list, "items" will

[Orgmode] Bug with clock-out note left out of :CLOCK: drawer

2008-08-12 Thread iemacs
Hi, I use `#+STARTUP: lognoteclock-out' to take notes when clock-out. When I clock-out for the first time, the note is layout just under the clock-out record. When I clock-in and clock-out the same item for the second time, the first note is left out of `:CLOCK:' drawer. -- Kind regards, Tian

Re: [Orgmode] clocksum bug in agenda-view with log-mode on

2008-06-22 Thread iemacs
Hi Carsten, Press `R' in the agenda is even better, thank you. BTW, after I posted this message, I tried to use Dynamic blocks and found `yesterday' doesn't work in #+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday I had to use `today-1' to get it work. On Sun, Jun 22, 2008 at 10:08

[Orgmode] clocksum bug in agenda-view with log-mode on

2008-06-22 Thread iemacs
I'm using 6.05 currently. I've found a problem with the clocksum function in agenda-view with log-mode. The following org file has two tasks with clock-time events: #+COLUMNS: %25ITEM(Task) %CLOCKSUM * TODO task1 :CLOCK: CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] => 1:00 CLOCK:

Re: [Orgmode] show clock-out time in org-agenda-log-mode

2008-06-16 Thread iemacs
On Tue, Jun 17, 2008 at 12:16 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Hi Tian, > On Jun 16, 2008, at 2:13 PM, [EMAIL PROTECTED] wrote: > > I'm not sure whether this has been proposed. > > When I use org-agenda-mode with org-agenda-log-mode, the clock-out > time isn't shown after the clock-

[Orgmode] show clock-out time in org-agenda-log-mode

2008-06-16 Thread iemacs
I'm not sure whether this has been proposed. When I use org-agenda-mode with org-agenda-log-mode, the clock-out time isn't shown after the clock-in time. Is it possible to show the clock-out time like 11:00-12:00? -- Kind regards, Tian Qiu ___ Emac