Is there a hook to save the remember buffer when I type C-c C-r when I'm in
an unsaved remember buffer? That would be almost as good, perhaps better,
than saving the remember buffer to a special file or directory.
Alan
You can know the name of a bird in all the languages of the world, but when
On 08.09.2009, at 16:24, Richard Moreland wrote:
Hi all,
I've been working with Carsten on a free iPhone app for Org. We are
still working out some of the details, but so far we have it running
on the phone in a fairly usable state. It needs some polish, but it
is very nice to see my O
Bastien wrote:
> Sébastien Vauban writes:
>
> >> Maybe \linebreak is less context-sensitive than \newline, which would mean
> >> that there are more contexts (like \title and \author) in which it behaves
> >> as expected. Just a guess.
> >
> > I've asked the question on FCTT (fr.comp.text.tex)
Sébastien Vauban writes:
>> Maybe \linebreak is less context-sensitive than \newline, which would mean
>> that there are more contexts (like \title and \author) in which it behaves
>> as expected. Just a guess.
>
> I've asked the question on FCTT (fr.comp.text.tex) and already got an answer
> of
Hi Peter,
You nailed nearly point-for-point the current state of capturing notes
in the app (as of today, after the demo video was made). Thanks for
your comments, I hadn't considered displaying the last sync time.
That will indeed be handy.
As you imagined, you can operate entirely off
Thanks for checking it out. Unfortunately I don't have access to any
Android hardware, and now that I've got Org on my iPhone, I probably
won't be looking at any other hardware for a while :) But I would be
happy to help contribute code/ideas/experience/etc to any developers
interested in
Bastien said unto the world at 09-09-07 11:33 PM:
Sébastien Vauban writes:
#+TITLE: Main title \linebreak Subtitle
#+AUTHOR:Main author \linebreak Second one
DOES WORK. Thanks for your precious help!
I'm not sure to understand the subtle differences between `\\', `\newline' and
`\lin
Ordinarily that is the case, but for org-export the convention seems
to be C-digit, which passes the digit as an argument to the next
function called (in this case, org-export).
On Tue, Sep 8, 2009 at 8:42 PM, Haroldo Stenger wrote:
> Raffi,
>
> Off the top of mi mind, you pass arguments to comman
Raffi,
Off the top of mi mind, you pass arguments to commands by issueing C-u
best,
haroldo
2009/9/8 Raffi R
> Dear org users,
>
> I'd like to write some advice or a wrapper function for org-export
> such that it defaults to a heading level of 0.
>
> In org-mode normally, I can get this beha
Richard Moreland writes:
> Here is a teaser video of the app running in the simulator: http://ncogni.to/
> mobileorg-demo1.mov
Very nice, congratulations. The unavoidable question: Will there be an
Android port as well?
Greetings
Sven
___
Emacs-or
> On Tue, Sep 08, 2009 at 02:41:17PM -0600, Peter Jones wrote:
> > I recently started exporting some org headlines to LaTeX. I poked
> > around but couldn't find the best way to customize the output, e.g. add
> > a call to hypersetup. The best I came up with was:
> >
> >
> > But by doing that,
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>> I'm not sure to understand the subtle differences between `\\', `\newline'
>> and `\linebreak', though...
>
> Me neither :)
>
> I've found this, which might help:
>
> http://www.personal.ceu.hu/tex/breaking.htm
I don't really understand
That's where the export header comes in handy.
In .emacs:
> ,
> | (setq org-export-latex-classes
> | '(("article"
> | "\\documentclass[11pt]{article}"
> | ("\\section{%s}" . "\\section*{%s}")
> | ("\\subsection{%s}" . "\\subsection*{%s}")
>
I recently started exporting some org headlines to LaTeX. I poked
around but couldn't find the best way to customize the output, e.g. add
a call to hypersetup. The best I came up with was:
,
| (setq org-export-latex-classes
| '(("article"
| "\\documentclass[11pt]{a
Hi,
I don't remember when this started, but since some days orgstruct-mode
and orgtbl-mode inhibit TAB-completion in the `To:', `Cc:' and 'Bcc:'
lines in gnus. I have to turn off _both_ of them to make it work
again.
I have:
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(add-hook 'message-
Are you sure you need this? Try make clean; make, without it?
2009/9/8 Wes Hardaker :
>
> org-ascii uses org-float-time which is in org-compat:
>
> diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el
> index 4fd5675..e6ad8d1 100644
> --- a/lisp/org-ascii.el
> +++ b/lisp/org-ascii.el
> @@ -27,6 +27,
Dear org users,
I'd like to write some advice or a wrapper function for org-export
such that it defaults to a heading level of 0.
In org-mode normally, I can get this behaviour by pressing C-0 C-x
C-e. Looking at org.el suggested that I should be able to simply
provide the 0 as an argument, i.e.
> Here is a teaser video of the app running in the simulator:
> http://ncogni.to/mobileorg-demo1.mov
For some reason I can't get to the video just now, but I'll still say
that this is really good news. Looking forward to the app.
--
John Rakestraw
__
org-ascii uses org-float-time which is in org-compat:
diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el
index 4fd5675..e6ad8d1 100644
--- a/lisp/org-ascii.el
+++ b/lisp/org-ascii.el
@@ -27,6 +27,7 @@
;;; Commentary:
(require 'org-exp)
+(require 'org-compat)
(defgroup org-export-ascii nil
On 08 Sep 2009, at 16:24, Richard Moreland wrote:
I've been working with Carsten on a free iPhone app for Org. We are
still working out some of the details, but so far we have it running
on the phone in a fairly usable state. It needs some polish, but it
is very nice to see my Org data e
Bastien took the words out of my mouth! :D
On Tue, Sep 8, 2009 at 4:36 AM, Bastien wrote:
> Richard Moreland writes:
>
> > Here is a teaser video of the app running in the simulator:
> > http://ncogni.to/ mobileorg-demo1.mov
>
> WOW... Great work!
>
> --
> Bastien
>
>
>
Richard Moreland writes:
> Here is a teaser video of the app running in the simulator:
> http://ncogni.to/ mobileorg-demo1.mov
WOW... Great work!
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emac
Hi all,
I've been working with Carsten on a free iPhone app for Org. We are still
working out some of the details, but so far we have it running on the phone
in a fairly usable state. It needs some polish, but it is very nice to see
my Org data easily accessible on a mobile device with offline a
Fixed, thanks.
- Carsten
On Sep 8, 2009, at 2:52 PM, Jeff Kowalczyk wrote:
I updated to org-mode @ 84c24359689004cc646221ad5c4399bb0acffdd8 on
emacs 23.1
I don't get any clocktable clock summary output when exporting. I've
tested this for pdflatex and ASCII to temp buffer.
The pdflatex
I updated to org-mode @ 84c24359689004cc646221ad5c4399bb0acffdd8 on emacs 23.1
I don't get any clocktable clock summary output when exporting. I've tested
this for pdflatex and ASCII to temp buffer.
The pdflatex output has some other issues I haven't fully identified by visual
inspection alone.
Sébastien Vauban writes:
> #+TITLE: Main title \linebreak Subtitle
> #+AUTHOR:Main author \linebreak Second one
>
> DOES WORK. Thanks for your precious help!
>
> I'm not sure to understand the subtle differences between `\\', `\newline' and
> `\linebreak', though...
Me neither :)
I've f
"Somayaji, Ananth" writes:
> Hi,
>
> Any pointers on how to enable line-folding like the one done in filladapt-mode
> in org-mode ? I tried doing it but the syntax highlighting is all gone bad.
>
> Best Regards, Ananth
Hi Ananth,
not sure, what you mean by `line-folding'. But if you want to have
Carsten Dominik writes:
> OK to this change as well.
Done as well.
--
Bastien
___
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
Carsten Dominik writes:
> please go ahead an apply this patch.
Done!
--
Bastien
___
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
Thanks Bastien.
On Mon, Sep 7, 2009 at 6:31 PM, Bastien wrote:
> Hi Greg,
>
> Greg Newman writes:
>
> > In light of this topic I've posted my process using mercurial and
> bitbucket
> > from my Mac. I've added an hourly bash script to my daemons to push to
> my repo
> > every hour. You can get
On Tue, Sep 8, 2009 at 07:50, PT wrote:
> Daniel Martins gmail.com> writes:
>
>> Sticky keys takes some getting used to. It makes every modifier key
>> work a little like caps lock. Sounds horrible, doesn't it? Well, it's
>> not really. Basically, if you press control once, it "locks" control
>> d
Hi,
Any pointers on how to enable line-folding like the one done in filladapt-mode
in org-mode ? I tried doing it but the syntax highlighting is all gone bad.
Best Regards, Ananth
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replie
Bastien writes:
Hi Bastien,
>> with all those troubles, what's the point in `org-modules' anyway?
>> Are there any benefits over plain requires in users' .emacs files
>> except the nice and explanatory customize interface?
>
> One advantage I see is that org.el can define a default set of loaded
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>
>> I have a small problem when I want to put a double backslash in the list of
>> authors, for example.
>>
>> #+AUTHOR:Main author \\ Second one
>>
>> gets exported in LaTeX as
>>
>> \author{Main author \\textbackslash{} Second one}
>>
>
On Sep 7, 2009, at 2:53 PM, Bastien wrote:
Hi Tassilo,
Tassilo Horn writes:
with all those troubles, what's the point in `org-modules' anyway?
Are
there any benefits over plain requires in users' .emacs files
except the
nice and explanatory customize interface?
One advantage I see is
Melton Low writes:
Thanks Mark & Melton for testing!
> Worked fine with either (setq org-modules nil) or (require 'org-gnus)
> commented out. It stopped working if I comment out both. Hope this
> help.
Ok, then we can conclude that the fontification problems only appear if
org-gnus was loaded
36 matches
Mail list logo