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?
>
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
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.
--
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
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
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-
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:
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
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
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
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
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
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
#+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
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
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
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"
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
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
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
20 matches
Mail list logo