Hi Bernt,
Sorry for the long delay - I couldn't find a way to edit the post (I don't have
an account).
Yes, this is what I was looking for.
I also added the functions below to step through the headings and open them in
different buffer
Thanks for the help.
Avner
-
I was wondering if someone could help me out with the following. I am
trying to create a custom agenda view that shows me items that have a
priority and either a scheduled date or deadline. This is what I have tried
but it does not seem to work.
("x" "Daily Scheduled Task" tags-todo "+PRIORITY={A\
Aloha Bjarte,
Did you add a #+CAPTION: and #+LABEL: to your table?
See
http://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export
If that doesn't work for you, please provide an ECM (Minimal Complete
Example).
All the best,
Tom
Bjarte Johansen writes:
> Is there a reason
On 31 July 2012 18:35, Jonathan Leech-Pepin
wrote:
> On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote:
>> Hello,
>>
>> Jonathan Leech-Pepin writes:
>>
>>> I've done some further work on the org-e-texinfo exporter and have
>>> gotten it to a point where it should be usable with only a few
>
Bastien writes:
> Hi Rian,
>
> Rian Murphy writes:
>
>> Would I have to somehow uninstall emacs 23 and install emacs 22?
>> Any other ideas?
>
> My simple suggestion is to install GNU Emacs 24.1 in all your computers.
Or install Ubuntu's separately packaged org-mode package. The emacs23
pac
Hello,
Michael Brand writes:
> In my override my-org-fill-paragraph, improved over the one in an
> earlier post I use
>
> #+BEGIN_SRC emacs-lisp
> (save-excursion
> (org-end-of-item)
> (re-search-backward "[^[:space:]]")
> ;; [...]
> #+END_SRC
>
> to achieve this.
It doesn't work
On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote:
> Hello,
>
> Jonathan Leech-Pepin writes:
>
>> I've done some further work on the org-e-texinfo exporter and have
>> gotten it to a point where it should be usable with only a few
>> shortcomings.
>
> Thanks for your work. I hope that you wi
Hello,
Michael Brand writes:
> Thanks. It works except for description list. My requirement is that
> it works even with unusually placed "::" which work already when point
> is within the item body:
>
> - cmd --log-level=wrn -o DST SRC ::
> description
>f
Hello,
Jonathan Leech-Pepin writes:
> I've done some further work on the org-e-texinfo exporter and have
> gotten it to a point where it should be usable with only a few
> shortcomings.
Thanks for your work. I hope that you will get feedback on it.
> - Two-column tables are restricted to a sin
Probably doing a table of links with the links going to multi-line text
and having links to return the user to the table itself would work. On
Tue, 31 Jul 2012, Giovanni Ridolfi wrote:
> Hi, Marvin
>
>
> Da: Marvin Doyley
> Inviato: Marted? 31 Luglio 2012 16:17
>
> > is there a way to wrap l
Is there a reason the org-table does not get wrapped in a \begin{table}[ht] in
latex and only tabular? For scientific papers it is usually nice to be able to
add label and caption to the table in the same way images/figures have.
Right now I just wrapped it in #+BEGIN_table myself and added \c
Hi Nicolas
On Tue, Jul 31, 2012 at 9:39 PM, Michael Brand
wrote:
> Thanks. It works except for description list. My requirement is that
> it works even with unusually placed "::" which work already when point
> is within the item body:
In my override my-org-fill-paragraph, improved over the one
Hi Nicolas
On Tue, Jul 31, 2012 at 8:59 PM, Nicolas Goaziou wrote:
> It will probably be a common request, so I've pushed a convenience
> patch: when point is at an item or a footnote definition, the function
> will try to fill the first paragraph within.
Thanks. It works except for description
Hello,
Michael Brand writes:
> Because I need to fill list items so often and when I am on column 0
> of the bullet line, I start to override M-q at least until maybe the
> community decides that this old behaviour of M-q should be restored:
It will probably be a common request, so I've pushed
"Sebastien Vauban"
writes:
> I would allow fly-prog-mode in the listins, as one normally does for plain
> code, no?
This is indeed the case right now.
--
Bastien
Neil Smithline writes:
> Just a few lines in a Gist to provide `ibuffer' functionality for
> org-mode' buffers.
>
> https://gist.github.com/3126257
Nice! I added this to worg/org-hacks.org.
Thanks Neil,
--
Bastien
Hi Rian,
Rian Murphy writes:
> Would I have to somehow uninstall emacs 23 and install emacs 22?
> Any other ideas?
My simple suggestion is to install GNU Emacs 24.1 in all your computers.
It contains a more recent Org (> 7.8), which lets you use `org-capture'
everywhere.
Best,
--
Bastie
Hi Achim,
Achim Gratz writes:
> Bastien writes:
>> The snapshot is created by gitweb on the fly.
>
> I'm not talking about those — yes, they should be what's in Git's index,
> nothing more or less. I was thinking of org-latest.{zip,tar.gz}, which
> might usefully include the autoload files or e
Bjarte Johansen writes:
> It seems to not work for #+LATEX_CLASS_OPTIONS, maybe because of the
> two _ ?
It works for me when I use M-x flyspell-mode RET.
Can you provide a step-by-step way of reproducing the problem?
--
Bastien
On 31 Jul, 2012, at 17:32 , Bastien wrote:
> Bjarte Johansen writes:
>
>> On 30 Jul, 2012, at 13:03 , Bastien wrote:
>>
>>> I've pushed a fix which should let flyspell ignore more commonly
>>> used Org keywords. Please test it.
>>
>> This works great. You forgot #+LATEX_CLASS_OPTIONS: tho
Hi Mathias,
Mathias Kegelmann writes:
> thanks for pointing out that the version is missing. I am running:
>
> ELISP> (emacs-version)
> "GNU Emacs 23.2.1 (i386-mingw-nt6.1.7601)\n of 2010-05-08 on G41R2F1"
>
> The issue with shell-quote is as follows:
>
> ELISP> (shell-quote-argument "c:/org/tes
Hi Nicolas
On Mon, Jul 30, 2012 at 11:49 PM, Nicolas Goaziou wrote:
> Yes. It's all about document's structure. First paragraph starts after
> bullet. Before, it's the item. Since you want to fill the first
> paragraph, you have to move into it.
Thank you for the explanations. I appreciate your
Hi Fabrice,
Fabrice Popineau writes:
> @@ -1137,7 +1135,8 @@
> (let ((file (pop args-left)))
> (if coding-system
> (setq file (decode-coding-string file
> coding-system)))
> - (setq file (expand-file-name file dir))
2012/6/2 Michael Brand :
> Is there a way to have automatic alignments in the Org buffer with M-q
> (fill-paragraph) and C-c C-c like:
[...]
> - cmd ::short term + short descr
> - cmd -o :: short term + short descr
[...]
> Alternatives for the long items could be:
>
>
Bjarte Johansen writes:
> On 30 Jul, 2012, at 13:03 , Bastien wrote:
>
>> I've pushed a fix which should let flyspell ignore more commonly
>> used Org keywords. Please test it.
>
> This works great. You forgot #+LATEX_CLASS_OPTIONS: though.
Nope.
`org-additional-option-like-keywords-for-fl
Eric Schulte writes:
> Regardless, I've just pushed up a fix which
> replaces the named function with an anonymous lambda-expression. I've
> also pushed up a test case which exercises this function. Everything
> now seems to be working.
Thanks!
--
Bastien
Hi Bjarte,
Bjarte Johansen wrote:
> So I won't be able to work on this before next weekend, but in the mean time
> (unless someone else has the time) I suggest that we make a list of places
> where we would like to remove flyspell overlays from. I'll start.
>
> #+STARTUP
> #+OPTIONS
> #+LATEX_CLAS
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Does the attached patch resolve this bad behavior?
>
> Can't we just get rid of org-flet in this case?
>
> With simply let-defining the temporary function?
>
> (let ((f (lambda(x) (message x
> (funcall f "Hello!"))
This is exactly t
Hi, Marvin
Da: Marvin Doyley
Inviato: Martedì 31 Luglio 2012 16:17
> is there a way to wrap long text in org table ? works to some degree, but
> it chop off the text.
this questionis quite similar to a faq [1]
"Will there ever be support for multiple lines in a table field?
No.
You can emb
Hi there,
is there a way to wrap long text in org table ? works to some degree,
but it chop off the text.
thanks
M
I don't have any problem with natbib cite commands including \ref, \cite,
\citet, \citep, etc
Maybe your version of flyspell?? But it should act exactly as it does in
auctex or your latex mode of emacs. I would check in there if it works
properly because should parse the same way if not maybe
Hi Robert,
Please see my follow up post with a more detailed description and a
(as I find) already better solution.
In summary, it is about providing a way to store data in org-mode
which is not intended to be read/modified by humans.
Your idea would be one part of it and I was thinking of that to
Jonathan Leech-Pepin writes:
> Hi,
>>> This blocks could be hidden under all normal means unlike
>>> really someone want to see them and hit a special
>>> key-combo.
>>
>> Hmm, personally I'd rather have it visible but clearly
>> labeled. Transparency is nearly always a good thing.
>>
>
I agree.
Hi,
I'm back wanting to specify per-export image formats again.
I learned about macros in org-mode and I have found a half-solution:
#+MACRO: himg #+HTML: $3
#+MACRO: limg #+LATEX:
\begin{figure}\label{$1}\includegraphics[width=\textwidth]{$2.pdf}\caption{$3}\end{figure}
I then call each ma
Hello,
Samuel Wales writes:
> For years we had subtle bugs with commenting and filling. That got
> fixed, but now
> comment-start is nil.
I just committed a complete implementation of comments, compatible with
`comment-dwim'. Does it behave as expected?
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
Hi:
>> Thanks. It's wonderful writing letters with the new latex exporter.
>> You should consider adding it to org_contrib.
> On the other hand, I think that Org deserves a serious letter
> package. If you want to maintain and improve it, I'm all for adding it
> to cont
Giovanni Ridolfi writes:
> Da: Richard Riley
> Inviato: Lunedì 30 Luglio 2012 11:15
>
> Hi, Richard,
>
>>,
>>| org-agenda-files is a variable defined in `org.el'.
>>| Its value is ("~/.orgfiles" "~/webs/.orgfiles")
>>| Original value was nil
>>`
>
>> C-h a m visa
>
>> does not find a hea
Hi Eric,
Eric Schulte writes:
> Does the attached patch resolve this bad behavior?
Can't we just get rid of org-flet in this case?
With simply let-defining the temporary function?
(let ((f (lambda(x) (message x
(funcall f "Hello!"))
--
Bastien
Eric Schulte writes:
> Andreas Leha writes:
>
>> Eric Schulte writes:
>>
>>> Andreas Leha writes:
>>>
Hi all,
with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a)
from master I get an error during the export of
one of my files complaining about an un
39 matches
Mail list logo