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

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:

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

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 >

Re: [O] Resolving conflicts with ediff and folding

2015-05-04 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 sva-n...@mygooglest.com wrote: J. David Boyd wrote:

[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

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 ccbe...@ucsd.edu wrote: On Mon, 17 Nov 2014, iem...@gmail.com wrote: Thank you, Charles. And =:colnames yes= does

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

2014-11-17 Thread iemacs
} #+END_SRC Both \hlines in Table T2 are missing. Kind regards, Tian Qiu On Sun, Nov 16, 2014 at 1:37 PM, Charles Berry ccbe...@ucsd.edu wrote: iemacs at gmail.com writes: Hi, I encounter a problem when I use #+CALL to create a table with latex export. The problem is that the first row

[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

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

2011-03-18 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, lbml...@hethcote.com 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

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.

[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

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 be more

[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

[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 ___