[Orgmode] Outlining facilities

2007-04-25 Thread Yang
Hi, after searching for a long time for a simple bulleted outline editor, I finally found what I was looking for in org-mode's support for plain lists (thank you!). However, I had some questions to which I couldn't find answers in the documentation. How do you configure the indentation amount? Wh

Re: [Orgmode] Outlining facilities

2007-04-26 Thread Yang
I just tried using longlines and for me it doesn't work well at all with org-mode's outlining. The wrapping no longer does hanging indents, and it thinks lines with hanging indents are separate paragraphs. To add to my other questions: is there a binding or command I can use to change the current

Re: [Orgmode] Outlining facilities

2007-04-26 Thread Yang
ut it doesn't seem to be working Yang I don't recommend to change RET. - Carsten - Carsten On Apr 26, 2007, at 18:27, Yang wrote: > I just tried using longlines and for me it doesn't work well at all > with org-mode's outlining. The wrapping no longer does hang

[Orgmode] Does anybody know how to sync org agenda files with google calendar?

2010-07-04 Thread Xin Yang
Hi everybody, Just want to know if there is anyway to sync org agenda files with my google calendar. It would be much easier for me to use org on an pc that has no emacs installed. Regards Alan ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] org-publish vs emacs-muse vs txt2tags

2010-07-04 Thread Xin Yang
Hi everybody, These three software packages all can do the job of converting plain text files to various tag formats. But which one is the best now? I used to be an emacs-muse user, and just switched to org weeks ago, since org has been a part of emacs for quite a long time. I use muse/org-publis

[O] [Babel] How to find out export format in a babel plugin

2011-03-24 Thread Jianing Yang
defun org-babel-prep-session:pygment (session params) "Return an error because Dot does not support sessions." (error "Dot does not support sessions")) (provide 'ob-pygment) Thanks very much Regards, Jianing Yang

Bug: Macro incorrectly expanded when exporting to beamer [9.4 (nil @ /home/yangsheng/.emacs.d_doom_27/.local/straight/build/org-mode/)]

2020-02-17 Thread Sheng Yang
sepackage{graphicx} \usepackage{grffile} \usepackage{longtable} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{amssymb} \usepackage{capt-of} \usepackage{hyperref} \usetheme{default} \author{Sheng Yang} \date{\today} \title{

[O] Frequent "wrong-type-argument stringp nil" error when clocking-in in agenda view

2018-02-04 Thread Zongheng Yang
Hi everyone, I have this frequent error (but not always), when I'm in the org agenda view trying to clock in the task under cursor. Here's a stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-agenda-clock-in(nil) funcall-interactively(org-agenda-clock-in nil) c

[O] "DONE" markers have different colors?

2018-05-08 Thread Zongheng Yang
Hi, Lately I've noticed that in my org-mode files, the "DONE" markers started showing different colors. I don't believe this happened before. Any ideas? Is this a recent org-mode change? Screenshot: https://imgur.com/a/nsk22Xx I'm using org-plus-contrib-20180129.

[O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-20 Thread Zongheng Yang
Hi, Here's an agenda custom command that acts as the main interface I interact with org (in fact, emacs :)). (setq org-agenda-custom-commands '(("c" "Simple agenda view" ((agenda "") (tags "PRIORITY=\"A\"" ((org-agenda-files '("~/org/work.org" "~

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-22 Thread Zongheng Yang
Cool, looking forward to see the rewrite! On Fri, Jun 22, 2018 at 1:49 PM Nicolas Goaziou wrote: > Hello, > > Zongheng Yang writes: > > > Here's an agenda custom command that acts as the main interface I > interact > > with org (in fact, emacs :)). > >

[O] Text does not align with nested heading

2018-06-26 Thread Zongheng Yang
Since a couple days (or just these past week?) ago my orgmode started displaying a weird issue: the text under a heading is not properly aligned. See the screenshot here: https://imgur.com/a/VrGap1s. No matter how nested the heading is, the text seems to always start at the first character of the v

Re: [O] Text does not align with nested heading

2018-06-26 Thread Zongheng Yang
Turning on org-indent-mode again solved the issue. On Tue, Jun 26, 2018 at 10:07 PM Zongheng Yang wrote: > Since a couple days (or just these past week?) ago my orgmode started > displaying a weird issue: the text under a heading is not properly aligned. > See the screenshot he

Re: [PATCH] Adaptive Org faces in headings?

2020-09-19 Thread Sheng Yang
7;org-level-1 nil :overline "yellow") > (set-face-attribute 'org-level-1 nil :underline "red") > #+end_src Sheng Yang(杨圣), PhD student Computer Science Department University of Maryland, College Park E-mail: sty...@fastmail.com E-mail (old but still used): yangsheng6...@gmail.com

[BUG] Invalid search bound [9.6.24 (9.6.24-??-5bdfc02 @ /Users/forsil/.config/emacs/.local/straight/build-29.2/org/)]

2024-06-14 Thread Yang Forsil
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---