Hi,
M-x org-toggle-inline-images doesn't work for links like this:
[[./ref/diskStructures.png]]
The problem lies in `org-display-inline-images':
(let ((re (concat "\\[\\[\\(\\(file:\\)\\|\\([./~]\\)\\)\\([^]\n]+?"
(substring (org-image-file-name-regexp) 0 -2)
"\\)\\]" (if
Sebastien Vauban wrote:
> Hello,
>
> #+TITLE: String manipulation
>
> * Data
>
> #+tblname: list-of-couples
> | Me | @Here |
> | Myself and I | @There |
>
> * Successful outcome
>
> I expect the above table to be transformed to those lines:
>
> #+begin_example
> ---
> Me
> @H
Hello,
#+TITLE: String manipulation
* Data
#+tblname: list-of-couples
| Me | @Here |
| Myself and I | @There |
* Successful outcome
I expect the above table to be transformed to those lines:
#+begin_example
---
Me
@Here
---
Myself and I
@There
#+end_example
* First attempt
**
Hi all —
Been through some rough family time and I worry that I may have missed a
response to this question. I apologize if that's the case. If not, is there
anyone with any insights?
Basically, I'm just looking for a way to narrow the scope of the clock total to
the current iteration of task,
To add some more information, below is a sample file and here is a
screenshot of the custom agenda generated from it:
http://i.imgur.com/9eou6.png
#+begin_src org
#+todo: todo(t) next(n!) proj(p) | waiting(w@/@) done(d/@) cancelled(c@/@)
* done no schedule/no deadline
CLOSED: [2011-08-10 Wed 16
Hi Christian,
Christian Schmidt wrote:
> I found out why the tags are still there in my column view directly
> in org-buffer: You are using "TAGS" for the column with the tags. I
> am using "ALLTAGS" instead, because I want to see the inherited tags
> as well. Unfortunately the column view does no
I noticed a similar problem under Windows. Column view reproducible crashes for
me. Emacs 24 and org 7.6
I think this is more a problem with emacs than with org, but I did not take the
time to post it into an emacs mailing list.
regards, Marc-Oliver Ihm
Am 09.08.2011 14:27, schrieb Skip Colli
On Wed, 10 Aug 2011 18:43:57 +0200
David Maus wrote:
> No, it should be:
>
> ** Subheading 1
> ** TODO first
> ** Subheading 2
>
> C-h f org-paste-subtree RET
Duh. You are right of course.
Thank you for fixing!
Detlef
signature.asc
Description: PGP signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384
On 08/10/2011 12:01 PM, Darlan Cavalcante Moreira wrote:
>
>[snip]
> I have found one problem that prevents me from converting my notes
> correctly, though. In tomboy I have many notes where I use "*" as bullet
> item in the body starting in the fir
Hi Sebastien,
I found out why the tags are still there in my column view directly
in org-buffer: You are using "TAGS" for the column with the tags. I
am using "ALLTAGS" instead, because I want to see the inherited tags
as well. Unfortunately the column view does not treat the column
ALLTAGS t
Thanks for the instructions, and sorry for the late reply. I'm using
Ubuntu 11.04 and I was able to run the script after installing
libtext-format-perl as you have instructed.
I have found one problem that prevents me from converting my notes
correctly, though. In tomboy I have many notes where
Hi Detlef,
At Tue, 9 Aug 2011 16:19:26 +0200,
Detlef Steuer wrote:
>
> Hi!
>
> Using the following files I can reproduced a bug I encountered.
>
> [...]
Thanks for reporting. I pushed a fix for both problems, the wrong
level and eating the existing headline.
However:
> Should be
>
> ---
> ** Sub
Is there a way to make the green font face apply to custom agenda
views? Here is an example:
--
(setq org-agenda-custom-commands
'(("w" "Agenda"
((agenda "" ((org-agenda-ndays 7)))
(todo "next"
((org-agenda-overriding-header "Next Actions")))
(t
On Wed, Aug 10, 2011 at 06:05, Nicolas Goaziou wrote:
> From my point of view, lists cannot be a subset of headlines. Indeed,
> headlines are global structural elements, whereas items are local
> structural elements. In other words, moving an item outside of its
> scope, which is the list it belon
Rasmus writes:
> henry atting writes:
>
>> How can I cause org-babel to use python3 instead of python2?
>> Emacs (in python-mode) already does it flawlessly with
>>
>> (setq py-python-command "/usr/bin/python3")
>
> There is a variable:
>
> ┏━━━┫ org-babel-python-command ┃
> ┃
> ┃ org-babel-py
henry atting writes:
> How can I cause org-babel to use python3 instead of python2?
> Emacs (in python-mode) already does it flawlessly with
>
> (setq py-python-command "/usr/bin/python3")
There is a variable:
┏━━━┫ org-babel-python-command ┃
┃
┃ org-babel-python-command is a variable defined
* Bianca Lutz wrote:
> Hi Karl,
Hi!
> I do not know how to accomplish this with a single field but the
> following workaround might be sufficient:
This works great! Thank you for the code!
--
Karl Voit
* Bianca Lutz wrote:
> Hi Karl,
Hi!
> The org info seems to be outdated: yas/next-field-group is called
> yas/next-field nowadays. A simple rename should solve the issue.
Oh, thanks!
> BTW: Are you sure you need both calls to add-hook? The way I
> understand the org manual is that you need eit
How can I cause org-babel to use python3 instead of python2?
Emacs (in python-mode) already does it flawlessly with
(setq py-python-command "/usr/bin/python3")
henry
--
http://literaturlatenight.de
Apologies, I discovered one stopgap solution already:
# <>
\begin{equation}
\label{eq-myeq}
a = 1
\end{equation}
We have defined something in (\ref{eq-myeq}), and this link will look
fine in both Latex and HTML output. This just requires me to ensure
that the anchor and the Latex label are the sa
Hi, I've been using org-mode very successfully to output Latex, and
have used successfully Latex math modes like "equation" to number
equations and reference them:
\begin{equation}
\label{eq-myeq}
a = 1
\end{equation}
We have defined something in (\ref{eq-myeq}).
In HTML output, however, the equ
Hello,
> I guess this really amounts to the first time I've ever been convinced
> that "treating list items like headlines" would be useful to me. At
> least, it feels like list items might benefit from being a proper
> subset of headlines. I don't remember what the disadvantages of such a
> move
Hello,
Jambunathan K writes:
> Till such time as that happens, the attached patch would strip inline
> tasks from odt export. i.e., the exporter will behave as though
> org-inlinetask-export is set to nil for the purpose of odt export.
I have applied the patch, correcting the coding issue.
Reg
Hello,
Valentin Wüstholz writes:
> Sure. I have attached the output.
Thank you. I have applied it to master.
Regards,
--
Nicolas Goaziou
Hi,
I would like to be able to filter the agenda view according to an Org file or
a subtree.
Currently, the only way to do that is:
1. change buffer,
2. go the desired one,
3. go to the desired subtree,
4. generate the agenda view restricted to the current subtree (C-c C-x <).
It would be good t
Hello,
Michael Brand writes:
> Columns and rows are better referenced with "<" and ">" in many cases
> to avoid such oddities:
>
> #+begin_src org
> | 1 | 2 | 3 |
> | 1 | 2 | 3 |
> #+TBLFM: @2$<..@2$>=@1
> #+end_src
Thanks for the pointers.
Though, the object of my message was more to point at
Hi Bastien,
I've created a dedicated topic branch on Github
git://github.com/dmj/dmj-org-mode.git feat/org-loop-over-headlines
And implemented looping over headlines in active region for
org-schedule und org-deadline. Differences between this branch and
your proposed patch:
1/ Extend the region
Hi Samuel,
Hi Štěpán,
Thanks for the feedback on org-with-uninterned. I'm preparing the
patches for master and decided to use the 'add-noise' approach
suggested by Štěpán but renamed the macro to `org-with-gensyms'. Thus
we can change the implementation.
Best,
-- David
--
OpenPGP... 0x99ADB83B
On Tue, Aug 9, 2011 at 7:14 PM, Eric Schulte wrote:
> >>
> >> Hi Rainer,
> >>
> >> I like to use file local variables [1] to do per-file Org-mode
> >> configuration and customization this is an easy way to set the local
> >> value of a variable every time the file is opened.
> >>
> >> I think you
29 matches
Mail list logo