[O] Cannot export Latex to PDF when "Body Only" is "on"

2017-01-02 Thread Young-whan
There is no issue to export org to latex pdf when "Body Only" is "off" But, when "Body Only" is "on", the export is failed always. Comparing "Body Only" on and off case, the on-case doesn't have \documentclass or \usepackage headers. It looks it has only body and that's why converting pdf fails a

[O] Cannot resize inline image

2017-01-05 Thread Young-whan
I'm very beginner at org-mode and learning and having fun with it these days. Now, I'm embedding an image, but I'd like to resize it. Googling shows me like this: #+attr_org: :width 40% [[./test.png]] However, that is not working to me at all. I'm using GNU Emacs 25.1.90.1 (x86_64-apple-darwi

Re: [O] Cannot resize inline image

2017-01-07 Thread Young-whan
0 means 400 pixels wide. > > Young-whan writes: > > > I'm very beginner at org-mode and learning and having fun with it these > > days. > > > > Now, I'm embedding an image, but I'd like to resize it. > > > > Googling shows me like this: > >

[O] REPEAT_TO_STATE file-wide property is not working

2017-01-07 Thread Young-whan
Hi, My file has like this: #+TODO: TODO(t/!) REPEAT(r/!) | DONE(d) * REPEAT Task SCHEDULED: <2017-01-01 Wed +1d> Now, I want to change when the repeat task is done, its state needs to be "REPEAT" instead of "TODO". This can be achieved by REPEAT_TO_STATE property or the variable org-todo-rep

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-08 Thread Young-whan
Goaziou wrote: > Hello, > > Young-whan writes: > > > My file has like this: > > > > #+TODO: TODO(t/!) REPEAT(r/!) | DONE(d) > > > > * REPEAT Task > > SCHEDULED: <2017-01-01 Wed +1d> > > > > Now, I want to change when the repeat task i

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. Nothing is working. On Mon, Jan 9, 2017 at 9:30 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > I've tried "org-use-property-inheritance", but the property > >

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Can you show me M-x emacs-version M-x org-version Please? On Mon, Jan 9, 2017 at 2:48 PM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. > > Nothing is working. > > May

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-11 Thread Young-whan
x27;s same. I wonder if it is a bug in 8.2.10. Maybe, I can try 9.0.3 org version. On Tue, Jan 10, 2017 at 4:12 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Can you show me > > > > M-x emacs-version > > M-x org-version > > GNU Emacs 2

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-11 Thread Young-whan
Actually, I've tried 9.0.3, but it's as same as before. hmm... On Wed, Jan 11, 2017 at 10:51 PM, Young-whan wrote: > Mine is like this: > > GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.77 Version > 10.12.3 (Build 16D17a)) of 2017-01-09 > Org-mode versi

[O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-18 Thread Young-whan
I've installed the emacs-app via port, and there was no problem with Latex Preview Fragment in a buffer at all. Now, using the M-x package-list-packages, I've installed the latest org 9.0.3, then the latex preview is not working at all. It comes with following error: org-create-formula--latex-he

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-20 Thread Young-whan
Looks like it is a bug? Why it is not loaded automatically while 8.2 has no issue? On Wed, Jan 18, 2017 at 12:56 PM, Charles C. Berry wrote: > On Wed, 18 Jan 2017, Young-whan wrote: > > I've installed the emacs-app via port, and there was no problem with Latex >> Preview Fra

[O] Is there way to put the inactive date into a table?

2017-01-20 Thread Young-whan
| [2017-01-20 Fri] | | <2017-01-30 Mon> | #+TBLFM: @2$1=@1$1+10 I put a inactive date at @1$1 and I want @2$1 would have +10 days from the date, and want it to be inactive date, but it always shows active calendar date form. Is there a way to make it inactive date?

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-22 Thread Young-whan
Thank you, and, could you let me know what version would be gotten this fix, please? On Sat, Jan 21, 2017 at 2:59 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Looks like it is a bug? Why it is not loaded automatically while 8.2 has > no > >

[O] Can a Latex Image size be configurable?

2017-01-22 Thread Young-whan
Hi, I'm using ToT org ( Org mode version 9.0.3 (release_9.0.3-261-g4696d6.dirty @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/) ) Comparing to 8.2 version, the latex image is too small. Is there a way to configure the latex image size globally/locally?