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
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
org-indent-mode doesn't work well except on monospaced font.
Is there a way around this?
I want to use Arial font. (sans-serif font)
But with org-indent-mode, the body and entry indents are misaligned,
This is very apparent at higher indent levels.
On 17.1.2013, at 06:02, Nick Dokos wrote:
> Nick Dokos wrote:
>
>> Rainer Stengele wrote:
>>
>>> Hi!
>>>
>>> Imagine you have a todo like this:
>>>
>>> * TODO a task
>>> SCHEDULED: <2013-01-16 Mi +2m>
>>>
>>> Now suppose you want to put that todo on hold. In order to no more see
Eric S Fraga writes:
Sure but the problem does not appear to be what I had originally
thought. It turns out that all of my entries with non-ASCII
characters happened to be SEXP based entries, of this form:
#+begin_src org * Test entries %%(diary-anniversary 1971 03 13)
Somebody's birthday (
hi Jeff,
I have the same behaviour. did you find any solution.
br
robin
In (info "(org) Editing and debugging formulas"):
` (`org-table-fedit-lisp-indent')'
Pretty-print or indent Lisp formula at point. When in a line
containing a Lisp formula, format the formula according to
Emacs Lisp rules. Another collapses the formula back
Nick Dokos wrote:
> Rainer Stengele wrote:
>
> > Hi!
> >
> > Imagine you have a todo like this:
> >
> > * TODO a task
> > SCHEDULED: <2013-01-16 Mi +2m>
> >
> > Now suppose you want to put that todo on hold. In order to no more see
> > the scheduled date in the agenda I comment out
David Engster writes:
Eric S. Fraga writes:
I've tracked down the root of the various problems I have
encountered with the synchronisation. It all comes down to
character sets. I
have some entries that have UTF-8 characters that are not
present in ASCII, specifically accented characters
I'm trying to set-up some org-capture templates using the ID target
type. However, I need the ID to be determined either as the return value of
a function or as the value of a variable.
When I use a template such as
--8<---cut here---start->8---
("f" "The templ
On Wed, Jan 16, 2013 at 12:31 PM, Nicolas Goaziou wrote:
> Hello,
>
> John Hendy writes:
>
>> I can no longer =C-c '= to visit the file listed in #+setupfile:
>
> It should be fixed now. Thank you for the report.
>
Confirmed fixed! Thanks so much,
John
>
> Regards,
>
> --
> Nicolas Goaziou
Vincent Beffara writes:
> Works great for me, thanks! One thing that changed (but it was kind of
> a glitch anyway, even if a nice one to have): events with several
> timestamps now appear only once rather than one per timestamp. Not
> sure if this is due to org-caldav or to recent evolutions in th
Eric S. Fraga writes:
> I've tracked down the root of the various problems I have encountered
> with the synchronisation. It all comes down to character sets. I
> have some entries that have UTF-8 characters that are not present in
> ASCII, specifically accented characters and similar (latin1,
>
Detlef Steuer writes:
> So it seems all events get deleted immediately after loading them up.
> Indeed my calendars show up empty again in owncloud :-)
>
> Any hints?
Could you post the contents of the *org-caldav-debug* buffer when this
happens?
-David
Marijn wrote:
> While visiting a file with just these two lines:
>
> * S
> /s ()/
>
> export to latex: C-c C-e p.
>
> Resulting tex file fails to compile due to the presence of:
>
> \emph{s ()\}
>
> instead of
>
> \emph{s ()}
>
> If you add a space to the beginning of the second line, then
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
While visiting a file with just these two lines:
* S
/s ()/
export to latex: C-c C-e p.
Resulting tex file fails to compile due to the presence of:
\emph{s ()\}
instead of
\emph{s ()}
If you add a space to the beginning of the second line, then
Aloha Marijn,
Marijn writes:
> While visiting a file with just these two lines:
>
> * S
> /s ()/
>
> export to latex: C-c C-e p.
>
> Resulting tex file fails to compile due to the presence of:
>
> \emph{s ()\}
>
> instead of
>
> \emph{s ()}
>
> If you add a space to the beginning of the second l
On 1/16/13 3:06 AM, Andreas Schwab wrote:
Kevin Rodgers writes:
(defun run-emacs (command)
"Run the Emacs COMMAND in the background via `shell-command'."
(interactive
(let ((program (expand-file-name invocation-name invocation-directory)))
(list (read-string "Emacs command: "
Hi,
I'm trying to organize my "lab" notebook with org-mode. Its working
great for personal use, but since my research is collaborative I need to
be able to share my progress with others. I want to be able to take a
project file that has headlines in the form:
> * <2013-01-14 Mon> Dated Entry 1
Hello,
Rick Frankel writes:
> In the new exporter, when the option to export only the subtree is
> specified, the first heading in the subtree is used as the title of
> the document. This seems wrong, as it becomes the title, the first
> element in the table of contents and the first (not necess
Hello,
John Hendy writes:
> I can no longer =C-c '= to visit the file listed in #+setupfile:
It should be fixed now. Thank you for the report.
Regards,
--
Nicolas Goaziou
Hello,
Achim Gratz writes:
> Michael Gauland writes:
>> Thanks, Nick. If I change 'ignore to ignore (without the tick), it builds
>> for me
>> on both systems.
>
> It may build, but it is completely wrong. The error is triggered during
> expanding the macro and it seems that the special reader
On 1/15/13 12:34 PM, Achim Gratz wrote:
Achim Gratz writes:
+ (concat invocation-directory invocation-name)
Better make that
+ (expand-file-name invocation-name invocation-directory)
FWIW here's what I use:
(defun run-emacs (command)
"Run the Emacs COMMAND in t
Rainer Stengele wrote:
> Hi!
>
> Imagine you have a todo like this:
>
> * TODO a task
> SCHEDULED: <2013-01-16 Mi +2m>
>
> Now suppose you want to put that todo on hold. In order to no more see
> the scheduled date in the agenda I comment out the "SCHEDULED" line.
> I do not want to
Rainer Stengele writes:
> Am 16.01.2013 17:49, schrieb Markus Heller:
>> Rainer Stengele writes:
>>
>>> Hi!
>>>
>>> Imagine you have a todo like this:
>>>
>>> * TODO a task
>>> SCHEDULED: <2013-01-16 Mi +2m>
>>>
>>> Now suppose you want to put that todo on hold. In order to no more se
Kevin Rodgers writes:
> (defun run-emacs (command)
> "Run the Emacs COMMAND in the background via `shell-command'."
> (interactive
>(let ((program (expand-file-name invocation-name invocation-directory)))
> (list (read-string "Emacs command: "
> (cons (concat pr
Bernt Hansen writes:
> For the record here is the output on my Emacs:
>
> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2013-01-08
> on murphy, modified by Debian
>
> Current git head: release_7.9.3d-826-gbe0d87d
I can't check Emacs 23.2 right now, but Emacs 23.4 comes with Org
ver
Am 16.01.2013 17:49, schrieb Markus Heller:
> Rainer Stengele writes:
>
>> Hi!
>>
>> Imagine you have a todo like this:
>>
>> * TODO a task
>> SCHEDULED: <2013-01-16 Mi +2m>
>>
>> Now suppose you want to put that todo on hold. In order to no more see
>> the scheduled date in the agenda
Rainer Stengele writes:
> Hi!
>
> Imagine you have a todo like this:
>
> * TODO a task
> SCHEDULED: <2013-01-16 Mi +2m>
>
> Now suppose you want to put that todo on hold. In order to no more see
> the scheduled date in the agenda I comment out the "SCHEDULED" line.
> I do not want to de
In (info "(org) References"), there is an example explaining the range
references:
@-1$-2..@-1 3 numbers from the column to the left, 2 up to
current row
What does `2 up to current row' mean? I don't understand. IIRC `@' represents
row, it should be `1 up to current row'.
--
Best regar
Hi!
Imagine you have a todo like this:
* TODO a task
SCHEDULED: <2013-01-16 Mi +2m>
Now suppose you want to put that todo on hold. In order to no more see
the scheduled date in the agenda I comment out the "SCHEDULED" line.
I do not want to delete it because I maybe need it later again
Thank you a lot!
I ran into the issue that repeated syncs have putting and deleting
wrong (it seems).
I use a script in crontab to sync different calendars:
-
#!/bin/bash
### Es werden die Inhalte der Org-Mode Dateien in verschiedene Calender
### in der owncloud exportiert.
for calendar
Achim,
On Tue, Jan 15, 2013 at 8:10 PM, Achim Gratz wrote:
> alias mygtd 'emacs /home/dietmarw/ORGA/GTD/org/mygtd.org'
of course ... some things just are too simple to see it. Thanks for this!
/Dietmar/
32 matches
Mail list logo