Hi Carsten and Sebastian,
Thanks for your quick response!
The current solution is good for me. :)
Xin
Carsten Dominik wrote:
On Apr 21, 2009, at 4:16 PM, Sebastian Rose wrote:
Hmm - the script supports two kinds of human readable IDs now. The old
ones (which where defined in the
ge:
http://comers.citadel.edu/math_sym2005.htm
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Is there any way to globally remove the postamble (author, created date, etc..)
of exported html from org-mode?
I tried (setq org-html-postamble nil) in my init.el, but it doesn't work.
I am using the latest versions of org an htmlize.
Nick Dokos gmail.com> writes:
>
> Xin gmail.com> writes:
>
> > Is there any way to globally remove the postamble (author, created date,
etc..)
> > of exported html from org-mode?
> >
> > I tried (setq org-html-postamble nil) in my init.el, but it doesn
Oops. I am very sorry for wasting your guys' time. I now found the problem: the
test org file somehow contains a line somewhere (I guess it was automatically
generated by org-mode when I first created the file) that overwrites html-
postamble to be auto.
two single
quotation mark! \'' (it's very hard to see the difference, but the pdf
version will see the wrong result).
Could someone tell me how to do that?
Thanks!
Xin
___
Emacs-orgmode mailing list
Please use `Reply All' to send repl
Hello all,
Thanks for your response!
I can go with the UTF-8 method. The only problem for me now is I don't know
how to input the ö from Emacs.
I've tried the C-x 8 RET, but don't know the name or hex. Any suggestions?
Xin
On Sun, Jan 16, 2011 at 8:54 AM, Eric S Fraga wrote
Thanks for all your response!
I've found this page and it explains the name and hex:
http://www.unicode.org/charts/PDF/U0080.pdf
00F6 ö LATIN SMALL LETTER WITH DIAERESIS
Xin
On Mon, Jan 17, 2011 at 5:33 PM, Bastien wrote:
> Nick Dokos writes:
>
> > It works correctly in h
Hello Experts,
Are there any way to write just a plain [0], instead of interpreting it as a
footnote when publishing in to HTML?
I've tried the ~[0]~, and ~[~0~]~, but not luck.
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply Al
It works. Though it seems a pity to turn off the footnote mode in the whole
file. I used the [ 0 ] for a temporary fix just now.
Thanks!
Xin
On Wed, Oct 28, 2009 at 4:32 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
> > Hello Experts,
> >
> > Are there any way to write j
Wow~~ Thanks !
Xin
On Thu, Oct 29, 2009 at 5:23 AM, Carsten Dominik
wrote:
>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
> Hello Experts,
>>
>> Are there any way to write just a plain [0], instead of interpreting it as
>> a footnote when publishing in to
.to/doc/getting-started/setup-your-webdav-account/
Once I set up the account (on myDisk.se), I uploaded the org file using
their web interface. It would be nice to give instructions on how to "push"
the org file from Emacs directly at this page.
I'll read more instruction later...
Hi Carsten,
I'm using the 6.32b, but neither of the method work (=[0]= or ~[0]~), will
this be in the next release?
Thanks!
Xin
On Thu, Oct 29, 2009 at 4:23 AM, Carsten Dominik
wrote:
>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
> Hello Experts,
>>
>> Are
Hello Experts,
I'm using Emacs 23.1 with orgmode 6.33b.
When I use "Push Files and Views" in MobileOrg in Emacs, I got error
message:
Writing index file...
byte-code: Wrong type argument: listp, "TODO"
Any suggestions?
Thanks!
Xin
cksums...")
(org-mobile-write-checksums) (run-hooks (quote org-mobile-post-push-hook)))
(save-excursion (save-window-excursion (org-mobile-check-setup)
(org-mobile-prepare-file-lists) (run-hooks ...) (message "Creating
agendas...") (let ... ...) (message "Creating agendas...done")
(org-save-all-org-buffers) (message "Copyin
ay the agenda in the MobileOrg in the iphone/ipod touch.
Xin
On Fri, Dec 4, 2009 at 6:25 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
>
> > Debugger entered--Lisp error: (wrong-type-argument listp "TODO")
> > cdr("TODO")
> > (mapcar (lambd
elc] Error 1
I'll probably wait till the next release.
By the way, on the ipod touch, I can see the TODO and TAGs, but the
"Priority" is always empty. Any suggestions?
Thanks!
Xin
On Sat, Dec 5, 2009 at 9:00 AM, Richard Moreland wrote:
> Are you using the latest Git v
Hi Richard,
Yes. In my index.org file (generated by org-mobile-push), it has:
#+ALLPRIORITIES: A B C
I noticed the priority in my original org file is lost once pushed to by the
org-mobile-push:
TODO [#A] Learn MobileOrg => TODO Learn MobileOrg
Hm....
Xin
On Sat, Dec 5, 2009 at 9:57
Hi Richard,
I just updated my orgmode to 6.33f, and this time the priority reserved in
the pushed file, but in the ipod touch, it seemed not recognized, i.e. it
shows:
[#A] Learn MobileOrg.
In the "Priority" row, it still says "None".
Xin
On Sat, Dec 5, 2009 at 11:5
Hello Experts,
In mathematics, it's frequent to see symbols with a bar over it. This is
easy to do in LaTeX: \bar{A}. While in HTML, it is :
A
I'm wondering if it's possible to implement that into the org-mode.
Thanks!
Xin
___
Emacs-
Hi Water,
You can try this :
#+INFOJS_OPT: view:info path:http://orgmode.org/org-info.js
HTH
Xin
On Tue, Jan 5, 2010 at 1:37 AM, Water Lin wrote:
>
> I want to use org-info.js to build a navigator for my knowledge base.
>
> So I set something like this:
> -
Hi Carsten,
Hi Carsten,
It worked. Thank you!
Xin
On Tue, Jan 5, 2010 at 12:27 PM, Carsten Dominik
wrote:
> Hi Xin,
>
> take a look at the variable org-emphasis-alist.
>
> - Carsten
>
>
> On Jan 5, 2010, at 4:39 PM, Xin Shi wrote:
>
> Hello Experts,
>>
>
e this ? In the long run, it might be usful if it can be extended by
user.
Thanks!
Xin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
or bottom of the page? The layout might looks like this:
Previous | Next | Back | Forward . Version
6.33 1
Thanks!
Xin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
wever, if I do the
following:
[[./test.info][test]], it will just hang there. It seems that org does not
know how to deal with the .info suffix. Are there any way to set the org to
open different link?
I've read the org manual, but didn't find the solution. Any suggestions
Hi Carsten and Giovanni,
I used (add-to-list 'auto-mode-alist '("\\.info\\'" . text-mode)) and it
works!
By the way, my system is GNU Linux.
Thanks!
Xin
On Fri, Jan 22, 2010 at 4:45 AM, Giovanni Ridolfi wrote:
> Hi, Xin,
>
> Xin Shi writes:
>
> &
Hello,
When exporting to HTML, the default behavior is to "pushed to kill ring and
clipboard". As shown in the message:
HTML export done, pushed to kill ring and clipboard
Are there any way to turn off this push?
Thanks!
Xin
___
Ema
Thank you!
I never use it. Just found it annoying when using C-y to paste in Emacs
sometimes :)
Xin
On Wed, Apr 7, 2010 at 1:51 PM, Dan Davison wrote:
> Xin Shi writes:
>
> > Hello,
> >
> > When exporting to HTML, the default behavior is to "pushed to kill
I had a similar request before but never get solved. I support this request.
On Thu, Apr 8, 2010 at 4:11 AM, Gary . wrote:
> It seems that when I export to HTML, something, somewhere, opens the
> file so I have yet another buffer open. Is there any way to configure
> that behaviour so that I do
Hi Carsten,
I've tried to set:
(setq org-export-kill-product-buffer-when-displayed t)
But when I use "org-export-as-html" to export HTML, I can still see the
.html buffer. Am I missing something here?
Thanks!
Xin
On Thu, Apr 8, 2010 at 9:54 AM, Carsten Dominik
wrote:
>
>
Hello Experts,
I'm wondering if it's easy to make ordered list like this:
1. This is the first level
a. This is in the second level
b. Same level
c. Same ...
2. This is the first level again
It is more readable than the current one.
Th
Okay. Thanks for this confirmation :)
Xin
On Thu, Apr 29, 2010 at 9:02 AM, Carsten Dominik
wrote:
>
> On Apr 27, 2010, at 5:49 PM, Xin Shi wrote:
>
> Hello Experts,
>>
>> I'm wondering if it's easy to make ordered list like this:
>>
>
> No.
&
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'
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
:
# org-export-latex-title-command: " "
# End:
but still saw the \maketitle .
Any suggestions?
Thanks!
Xin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman
Hello,
I found an answer for my question :)
#+OPTIONS: toc:nil
#+TITLE:
#+AUTHOR:
#+DATE:
will do the work.
Xin
On Thu, Jul 29, 2010 at 4:31 PM, Xin Shi wrote:
> Hello Experts,
>
> When I export the org file to LaTeX, I want no title or date in the first
> page. Namely,
Hello,
Thank you all ! :)
Xin
On Thu, Jul 29, 2010 at 7:01 PM, John Hendy wrote:
> Whoops -- sorry for the duplicate suggestion... a bunch of messages just
> came through!
>
>
> On Thu, Jul 29, 2010 at 6:00 PM, John Hendy wrote:
>
>> See this: http://www.mail-a
moves the entry to another category)
Can anyone help?
Thanks!
Xin
Hello,
If I want to export to LaTeX with the math symbols in the title:
#+TITLE: This is a test for $D$
I get the $D$ in the PDF. Are there any way to let it behave the same as in
the body for the title?
Thanks!
Xin
Hi Nick,
I saw there is no problem in the tex file. It's some other problem with my
tex files which seems not happy with that one in title. I tried on a simple
version, it works. Thank you!
Xin
On Fri, Jun 3, 2011 at 1:32 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
>
> > T
Hi Nick,
Thanks for your reply. I updated my org to 7.5 and the $D$ worked in the
title. However, if I use \(D\) in the title, it says:
undefined control sequence
I tried \( ... \) in body, its OK.
Xin
On Thu, Jun 2, 2011 at 10:55 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
> >
.
However, in the 7.5, it's no longer working this way.
Any suggestions or explanations?
Thanks!
Xin
Thank you Nicolas!
Xin
On Sun, Jun 5, 2011 at 11:46 AM, Nicolas Goaziou wrote:
> Hello,
>
> Xin Shi writes:
>
> > I'm using orgmode 7.5 on Emacs 23.3. The TAB key used to work on version
> > 7.3, where a line like the following:
> >
> > * Section One
&
al" Example}
\label{sec-1_1}
``Internal'' and ``External'' Examples in paragraph
One can see that the " quotation in the heading line is not translated
properly into TeX.
Is this a bug?
Thanks!
Xin
7;s possible to #+BEGIN_LaTeX: also
highlight the syntax inside the block?
Thanks!
Xin
n 7.5?
Best,
Xin
On Tue, Jun 21, 2011 at 3:35 PM, Eric Schulte wrote:
> Xin Shi writes:
>
> > Hello,
> >
> > I'm looking for a way to highlight the syntax of the LaTeX fragments
> inside
> > orgmode.
> >
> > I have tried to put the LaTeX parts in
Thanks. Maybe it's just not working here.
Also, I got this question every time:
Evaluate this latex code block on your system? (y or n)
Are there anyway to turn accept all?
Xin
On Tue, Jun 21, 2011 at 4:49 PM, Nick Dokos wrote:
> Xin Shi wrote:
>
> >
> > However, I
Thank you!
P.S. Although this works, I still think for my purpose of just want to see
the syntax of the LaTeX highlight, this "begin_src latex" might be a bit
overkill. It would be nice the begin_latex have the option to do this job.
Xin
On Tue, Jun 21, 2011 at 5:05 PM, Eric Sch
do several times to revert all the
related agenda files. I'm wondering if there is a command to revert all
agenda files? Or "force revert"?
Thanks!
Xin
ample, a.org is one of
the agenda files, one can do in terminal:
$ echo "Additional line to test" >> a.org
Then, inside the *Org Agenda* buffer, press "g" or "r" will show:
a.org changed on disk; really edit the buffer? (y, n, r or C-h)
Xin
On Wed, J
(revert-buffer)))
(org-agenda-files t)))
It works ! Thanks a lot!
Xin
On Thu, Jul 26, 2012 at 11:32 PM, Carsten Dominik wrote:
> Carsten Dominik wrote:
>
> >
> > On 25 jul 2012, at 17:39, Nick Dokos wrote:
> >
> >> ...
> >> On the OP's
ile config to enable
this.
Thanks!
Xin
Thank you!
Xin
On Wed, Mar 28, 2012 at 3:20 AM, Nick Dokos wrote:
> Bastien wrote:
>
> > Hi Nick,
> >
> > Nick Dokos writes:
> >
> > > Unfortunately, there is a bug in org-latex.el, in
> org-export-latex-subcontent
> > >
> >
ture for one of the pages, such as
http://orgmode.org/Changes.html
So, that the link to each version will be something like:
http://orgmode.org/Changes.html#v6.25
And see if its sub-section still works on that page.
Thanks!
Xin
___
Emacs-
{+} | 44120 \plusmn 211 | 43800
\plusmn 210 | +0.7% (+1.5\sigma)|
The above will have several "punch through line". If I use space
surround the "+", the output looks not as tight as as one symbol ...
Any suggestions?
Thanks!
Xin
Carsten Dominik wrote:
On
Hi,
This webpage behaves strange in firefox:
http://orgmode.org/Changes.html
A lot of dialog box jumps up saying the section number.
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-or
the
versions, for example Version 6.25, you will be able to click the title
in the above step 2.
The clickable feature is very nice for a smooth browsing, I'm wondering
if it's possible to apply them for the custom_id sections. Thanks!
Xin
Sebastian Rose wrote:
Oh god,
my fail
Hello Experts,
It appears that the javascript enabled webpage looks not good in Safari
browser. In particular, the whole page is expanded in one big page
instead of foled together. Are there any suggestions for that?
Thanks!
Xin
___
Emacs-orgmode
Hi Sebastian,
Does this mean it has been fixed or there are something need to be done in
the elisp?
Thanks!
Xin
On Mon, May 4, 2009 at 1:00 PM, Sebastian Rose wrote:
> Hi,
>
>
> Hm - the comment dilimiter is wrong there.
>
>
> It should be
>
> /*]]>*///--
On Wed, May 6, 2009 at 6:30 AM, Carsten Dominik
wrote:
>
> On Apr 22, 2009, at 4:21 PM, Xin Shi wrote:
>
> Hi Carsten,
>>
>> That's great! It would be nice that we document all of this symbols in the
>> manual.
>>
>
> Are you volunteering to make th
|
|-+---+
| \nbsp | ~\nbsp~ |
| \iexcl | ~\iexcl~ |
| \cent | ~\cent~ |
Is that OK?
Xin
On Wed, May 6, 2009 at 11:37 AM, Sebastian Rose wrote:
> Forgot to say:
>
> It's always a good idea to use the unicode entity notations in (X)HTML,
> s
Hello Experts,
I tried to type A[0] in a document with orgmode, but it gives me the
footnote link. I could use A[ 0] for a quick replacement, but are there any
better way to tell org not interpreting the footnote?
Thanks!
Xin
___
Emacs-orgmode mailing
Thanks a lot!
Xin
On Tue, May 26, 2009 at 1:18 PM, Bernt Hansen wrote:
> Carsten Dominik writes:
>
> > On May 26, 2009, at 4:15 PM, Xin Shi wrote:
> >
> >> I tried to type A[0] in a document with orgmode, but it gives me the
> >> footnote link. I could us
able.sample tr.d0 td {
background-color: #FCF6CF;
}
table.sample tr.d1 td {
background-color: #FEFEF2;
}
I borrowed idea from this article:
http://www.somacon.com/p338.php
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Hi Russell,
Thanks for your posting!
Unfortunately, this is quite a new feature for CSS 3, which is not supported
by the Firefox 3. It would be great if the org-mode can just add the class
attribute in the .
Xin
On Sun, Jun 14, 2009 at 3:11 PM, Russell Adams wrote:
> Not that I'
... Any suggestions from our Lisp
experts?
Thanks!
Xin
On Mon, Jun 15, 2009 at 8:39 AM, Xin Shi wrote:
> Hi Russell,
>
> Thanks for your posting!
>
> Unfortunately, this is quite a new feature for CSS 3, which is not
> supported by the Firefox 3. It would be great if
Hi Sebastian,
This is a really great feature I was hoping to have!
I tried to get the http://orgmode.org/org-info.js and tested on Firefox
3.0.11, the "B" works but click on the go back button is not working. ...
not sure why.
Thanks!
Xin
One question is in one org file, how to s
Hi Carsten,
That's great! Thanks a lot!
Just one tiny typo in the docstring:
"these ca be Lisp forms"
~~~ -> can
Xin
On Thu, Jun 18, 2009 at 1:09 AM, Carsten Dominik
wrote:
> Hi Xin,
>
> I have pushed a change to this effect. It introduces a new vari
Hi Sebastian,
I see. So, in your initial email, "using mouse" only means click on the
links make by the js file.
Xin
On Thu, Jun 18, 2009 at 10:58 AM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > This is a really great feature I was hop
javascript. Although, opening a new
web browser and specify that link (published_org_file_name#tab-compare) will
open it. Are there any way to solve it in the js file?
Thanks!
Xin
On Thu, Jun 18, 2009 at 6:01 PM, Sebastian Rose wrote:
> Xin Shi writes:
>
> > Hi Sebastian,
>
Hi Sebastian,
I tried that. Now in the published file, the link becomes
"pagename#sec-2.1.1", not the ID name. At the same time, when I click on it,
it still does not move. :(
Xin
On Fri, Jun 19, 2009 at 11:09 AM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
ample: [[#v6.24][Version 6.24]] should go to the section Version
6.24.
If this link can be used, that means the problem is solved.
Thank you!
Xin
On Fri, Jun 19, 2009 at 12:08 PM, Sebastian Rose wrote:
>
> Hm - the following methods work here. As I found in
> http://art
Hello,
As requested by Carsten, I created a table for special symbols:
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php#sec-9
Comments or suggestions are welcome!
Best,
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All
more
experience with (X)HTML might have solutions.
I haven't used the LaTeX export yet, but I'll let you know once I have
questions there.
Thanks!
Xin
On Sun, Jun 21, 2009 at 11:30 AM, Carsten Dominik wrote:
> Ah, I had thought you might have forgotten.
>
> Thanks!
&g
Hi Sebastian,
Hmm... I may need to wait for another release of the org-mode and the js
file.
By the way, it looks the contents table in the left-bar of that page behaves
strange:
http://orgmode.org/Changes.html#sec-2.1.1
Xin
On Mon, Jun 22, 2009 at 7:46 AM, Sebastian Rose wrote:
> Xin
On Mon, Jun 22, 2009 at 10:15 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > Hmm... I may need to wait for another release of the org-mode and the js
> > file.
>
>
> Which version of Org-mode do you use? `M-x org-version RET'
&g
done.
On Tue, Jun 23, 2009 at 10:29 AM, Nagarjuna G. wrote:
> On Tue, Jun 23, 2009 at 12:58:00PM +0200, Carsten Dominik wrote:
> >
> > Hi all,
> >
> > the voting for the sourceforge community choice awards has started at
> >
> > http://sourceforge.net/community/cca09/vote
> >
> > We are up again
Hi Nicolas,
That looks impressive! Especially the colors for different meanings.
Xin
On Tue, Jun 23, 2009 at 3:38 PM, Nicolas Girard wrote:
> Hi all,
>
> a while ago, David mentionned that at least two people from the
> #org-mode IRC channel would be interested in having pre
One reason is that this picture is a background.
On Wed, Jun 24, 2009 at 9:39 AM, James Yoo wrote:
> Linking back to the front page via the main logo is pretty standard, or at
> least that's what I've come to expect... is there a particular reason why
> the unicorn graphic does not?
>
>
> __
7; and `nline' which are
> used to check whether the current line is a header line, and whether
> it is an odd or an even line. Since this is fully programmable,
> you can do other things as well.
>
> This was a request by Xin Shi.
>
I've just tested it. It works grea
v6.27][Go to Version 6.27]], it might not work.
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi Sebastian,
I've attached a simple test org (a.org), please check it it works for you.
My environment does not work:
Emacs: 22.3.1
Org-mode: 6.28b
Firefox: 3.0.11
Thanks!
Xin
On Thu, Jun 25, 2009 at 5:26 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hello Experts,
>
Hi Sebastian,
Thanks for your quick fix.
Just curious, what was the problem before?
Shall I just download the new js file?
Xin
On Fri, Jun 26, 2009 at 7:21 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > I've attached a simple test org (
em? We can probly keep the version number in the
org-info.js, so that people are easier to follow.
Thanks again!
Xin
On Sat, Jun 27, 2009 at 5:49 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > Thanks for your quick fix.
> >
> >
Hi Sebastian,
I can see the version now: org-info.js, v. 0.1.1.8 :)
Thanks!
Xin
On Sat, Jun 27, 2009 at 11:37 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > Thanks for the explanation! I guess one reason for me to spot that is I
> use
&
his document(109).
It might due to the org-info.js ...
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi Xiao-Yong,
Yes. My broser works on the same page a few weeks ago.
I tested on other sites, it is OK. I also tried on the orgmode homepage,
same error.
Thanks!
Xin
On Tue, Jun 30, 2009 at 9:43 AM, Xiao-Yong Jin wrote:
> Xin Shi writes:
>
> > Hello Experts,
> >
Hi Nick,
I tested on another machine with Debian 5.0 /Iceweasel 3.0.6. It can produce
the PDF file but the icon is still missing.
Xin
On Tue, Jun 30, 2009 at 10:53 AM, Nick Dokos wrote:
> Xin Shi wrote:
>
>
> > Yes. My broser works on the same page a few weeks ago.
> >
Hi Vikram,
I think the manual is a different story than the other HTML pages generated
by org-mode.
>From the source of the manual:
http://orgmode.org/manual/index.html
One can see that it is generated by: makeinfo, not org-mode.
Xin
On Tue, Jun 30, 2009 at 1:58 PM, Vikram S V wr
Hi Vikram,
On Tue, Jun 30, 2009 at 2:17 PM, Vikram S V wrote:
> Hi Xin,
>
> > I think the manual is a different story than the other HTML pages
> generated
> > by org-mode.
> I see. Thank you for the pointer. As you can see (?), the icon seems
> to be missing in
se:
A Detailed section [+]
to indicate this collapse?
[This might be work for Sebastian again :-), but I think this feature shall
be useful. ]
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
E
et-work meeting.
Here is the one example page (including the "?1" after html):
http://www.aquaminds.com/synergy/index.html?1
On this page, one can see the minus sign can be clicked and become plus
sign ...
Xin
On Thu, Jul 16, 2009 at 5:11 PM, Bastien wrote:
> Hi Xin,
>
> Xi
Hi Matt,
Thanks for your response. I knew the "toggle" button, but it's not what I
need. However, I think based on the current system, it would not be too hard
to add those "expand" on ...
Xin
On Sun, Jul 19, 2009 at 12:35 PM, Matthew Lundin wrote:
> Xin Shi wri
Hi Bastien,
On Sun, Jul 19, 2009 at 1:00 PM, Bastien wrote:
> Xin Shi writes:
>
> > I'm not sure if Sebastian has already implemented it or not. I saw my
> friends
> > using a software on Mac called aquaminds to produce webnotes, and that
> "expand"
&g
shorter in
the first place, then click on the needed parts. One might say that you can
always put those into different sections, but I think it's just another
option for people. If it sounds too complicated, we can just leave with
this and wait until more people need ... :)
Thanks!
Xin
d ...
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Cool! thanks for all :)
Xin
On Tue, Jul 21, 2009 at 7:47 PM, Bastien wrote:
> Nick Dokos writes:
>
> > Bastien wrote:
> >
> >> Nick Dokos writes:
> >>
> >> > Try the following:
&g
%a" sx-notes-file-name "Notes")
)
)
Any suggestions?
Thanks!
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
I solved the problem by using the file name directly:
(setq org-remember-templates
'(
("Journal" ?j "* %U %?\n\n %i\n %a" "~/.journal.org")
("Notes" ?n "* %^{Title}\n %i\n %a" "~/.notes.org" "Notes&
:force-publish ("index")
:default "index")
(:base "calendar"
:path "~/work/cms/calendar/"))
)))
Thanks!
1 - 100 of 126 matches
Mail list logo