Hello,
I'm working on my first presentation using org mode together with latex
beamer (until now, I produce the slide using beamer only).
The top of my org file looks like that:
#+startup: beamer
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Boadilla
#+LATEX_HEADER:
Florian Lindner writes:
> Hello,
>
> I'm working on my first presentation using org mode together with latex
> beamer (until now, I produce the slide using beamer only).
Same as me - beamer in org is really niche when you get the hang of it
(still not completely there).
>
> The top of my org fi
Hi,
Florian Lindner writes:
> I'm working on my first presentation using org mode together with latex
> beamer (until now, I produce the slide using beamer only).
>
> The top of my org file looks like that:
>
> #+startup: beamer
> #+LATEX_CLASS: beamer
>
> #+LATEX_CLASS_OPTIONS: [presentation]
>
Thanks.
The code still seems to freeze.
The backtrace now is.
Debugger entered--Lisp error: (quit)
process-send-string(#
".ess.eval(\"lm(log_cal~sector+sex+AgeChild+AgeAdult+foodprice+log(MPCE)+state_region,data=regdata,weights=weight)->reg\nlm(adj_cal~sector+sex+AgeChild+AgeAdult+foodprice+l
On Mon, 30 May 2016 11:19:52 +0200
Rasmus wrote:
> Hi,
>
> Florian Lindner writes:
>
> > I'm working on my first presentation using org mode together with
> > latex beamer (until now, I produce the slide using beamer only).
> >
> > The top of my org file looks like that:
> >
> > #+startup: b
Hi,
Florian Lindner writes:
>> #+options: title:nil
>
> Sorry, can't make it work.
>> #+subtitle:
>
> Neither that works for me
Are you sure you are using an up-to-date version of Org?
M-x org-version should return 8.3.something.
Rasmus
--
Governments should be afraid of their people
I'm working with a lot of pre-defined agendas, but I sometimes would like to change the sorting order of one of those to different criteria (by time, alphanumerically, etc.).
I did not find a way to do that in org-mode directly - did I overlook something, or do I really have to change the confi
I'm using inactive timestamps to show the creation date of a new heading and also to show the modification dates with some short text notes about the progress in there:
Example:
* Headings Test
<2016-05-30 Mo 13:18>
* Heading 1
[2016-05-30 Mo 13:21]
* Heading 2
[2016-05-30 Mo 13:16]
* Hea
I recently upgraded from org-mode 8.2.x to org-mode 8.3.4 and all-in-all, it worked really great without too many side effects.
Thanks to all of you who contributed and made it such a robust upgrade. :-)
However, there is one change that is annoying for me every time I want to enter a linebre
Since upgrading to 'org-plus-contrib-20160530' this morning I am totally
unable to have an 'open-square-bracket', which negates the ability to
write/compose org-links! It shows the 'open-square-bracket' in the
mini-buffer but never in the required place in the
Sharon Kimble writes:
> Since upgrading to 'org-plus-contrib-20160530' this morning I am totally
> unable to have an 'open-square-bracket', which negates the ability to
> write/compose org-links! It shows the 'open-square-bracket' in the
> mini-buffer b
"Martin Beck" writes:
> I'm using inactive timestamps to show the creation date of a new
> heading and also to show the modification dates with some short text
> notes about the progress in there:
>
> Example:
>
> * Headings Test
> <2016-05-30 Mo 13:18>
> * Heading 1
> [2016-05-30 Mo 13:21]
>
"Martin Beck" writes:
> I recently upgraded from org-mode 8.2.x to org-mode 8.3.4 and
> all-in-all, it worked really great without too many side effects.
> Thanks to all of you who contributed and made it such a robust
> upgrade. :-)
>
> However, there is one change that is annoying for me eve
Hi Martin,
Martin Beck writes:
> I'm working with a lot of pre-defined agendas, but I sometimes would
> like to change the sorting order of one of those to different criteria
> (by time, alphanumerically, etc.).
> I did not find a way to do that in org-mode directly - did I overlook
> something,
Sharon Kimble writes:
> Since upgrading to 'org-plus-contrib-20160530' this morning I am totally
> unable to have an 'open-square-bracket', which negates the ability to
> write/compose org-links! It shows the 'open-square-bracket' in the
> mini-buffer b
Matt Lundin writes:
> Sharon Kimble writes:
>
>> Since upgrading to 'org-plus-contrib-20160530' this morning I am totally
>> unable to have an 'open-square-bracket', which negates the ability to
>> write/compose org-links! It shows the 'open-s
"Martin Beck" writes:
> I'm working with a lot of pre-defined agendas, but I sometimes would
> like to change the sorting order of one of those to different criteria
> (by time, alphanumerically, etc.).
>
> I did not find a way to do that in org-mode directly - did I overlook
> something, or do
Matt Lundin writes:
> "Martin Beck" writes:
>
>> I'm working with a lot of pre-defined agendas, but I sometimes would
>> like to change the sorting order of one of those to different criteria
>> (by time, alphanumerically, etc.).
>>
>> I did not find a way to do that in org-mode directly - did
On Mon, 30 May 2016, Vikas Rawal wrote:
Thanks.
The code still seems to freeze.
The backtrace now is.
OK, let me abbreviate this by cutting off the ends of long lines:
Debugger entered--Lisp error: (quit)
process-send-string(# ".ess.eval(\"lm(log_cal~sector+ [...]
ess-send-string--fallb
On 30 May 2016 at 13:42, Martin Beck wrote:
> I can change that by first entering a space after the link, but I often
> forget that and it's not a really robust workaround for me.
My workaround is C-o C-f (open-line, forward-char).
--
Phil Hudson http://hudson-it.ddns.net
@UW
we have more or less instant tag filtering. i wonder if we could also
have instant sort order changing?
On Friday, 27 May 2016 at 16:06, John Hendy wrote:
> Is your original version anywhere handy? I tried searching but don't
> seem to find it.
I have not made it available since the one on Worg diverged but only
because I didn't get around to doing anything about it. Attached is my
latest version w
When calling org-refile with org-completion-use-ido set to t, pressing
TAB in ido-mode results in an error. This is because ido-completion-help
expects a list of strings. However, org-refile sends ido-completing-read
a list of lists.
To replicate:
1. /usr/bin/emacs -Q -l ~/.minimal.el
--8<--
Here is a helm approach that seems like what you want.
#+BEGIN_SRC emacs-lisp
(defun tag-lister ()
"Function that gets and returns possible tags."
(list "tag1" "tag2" "tag3"))
(defun helm-tagger ()
(interactive)
(helm
:sources
`((name . "HELM tag setter")
(candidates . ,(tag-li
Matt Lundin writes:
> "Martin Beck" writes:
>
>> I recently upgraded from org-mode 8.2.x to org-mode 8.3.4 and
>> all-in-all, it worked really great without too many side effects.
>> Thanks to all of you who contributed and made it such a robust
>> upgrade. :-)
>>
>> However, there is one cha
Eric Abrahamsen writes:
>> This bug was fixed on October 31, 2015 with the following commit:
>>
>> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab
>>
>> Unfortunately, that commit must have been applied only to the master
>> branch, as it is not present in the maint branch and thus was not
>> released a
thx so much john!
is there a way where the function can auto read all the tags from
"org-tag-persistent-alist " instead of manfully adding to the function each
time a new tag is added?
best
Z
On Tue, May 31, 2016 at 3:42 AM, John Kitchin
wrote:
> Here is a helm approach that seems like what y
On Mon, May 30, 2016, 11:18 PM Xebar Saram wrote:
> thx so much john!
>
> is there a way where the function can auto read all the tags from
> "org-tag-persistent-alist " instead of manfully adding to the function each
> time a new tag is added?
>
> best
>
> Z
>
If you use the ivy-family of list
Matt Lundin writes:
> Eric Abrahamsen writes:
>
>>> This bug was fixed on October 31, 2015 with the following commit:
>>>
>>> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab
>>>
>>> Unfortunately, that commit must have been applied only to the master
>>> branch, as it is not present in the maint branch
29 matches
Mail list logo