Re: [O] org-ref, html-export, bibtex url, webpage

2017-09-11 Thread John Kitchin
Maybe it isn't in customization. Try C-h v bibtex-BibTeX-entry-alist

bibtex-BibTeX-entry-alist is a variable defined in `bibtex.el'.

You have to set it with some elisp code.

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Mon, Sep 11, 2017 at 1:15 PM, Johannes Brauer 
wrote:

> Thanks, John, for your hint.
> I am able to find bibtex-biblatex-entry-alist but not the
> bibtex-BibTeX-entry-alist in the Bibtex customization group.
>
> Johannes
>
> Am 11.09.2017 um 02:38 schrieb John Kitchin :
>
> I am pretty sure you cannot use entry types that are not defined
> in bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add
> types to those variables to get them to work.
>
> John
>
> ---
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803 <(412)%20268-7803>
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
>
> On Sun, Sep 10, 2017 at 2:50 PM, Johannes Brauer 
> wrote:
>
>> Hi!
>>
>> isn’t it allowed to use bibtex entries @url or @webpage? Using one of
>> them the html export complains that the entry is not found, for example:
>>
>> Carro1998 not found in /Users/johannes/Documents/lehr
>> e/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib
>> org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil
>>
>> Johannes
>
>
>
>


Re: [O] org-ref, html-export, bibtex url, webpage

2017-09-11 Thread Johannes Brauer
Thanks, John, for your hint.
I am able to find bibtex-biblatex-entry-alist but not the 
bibtex-BibTeX-entry-alist in the Bibtex customization group.

Johannes
Am 11.09.2017 um 02:38 schrieb John Kitchin 
>:

I am pretty sure you cannot use entry types that are not defined in 
bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add types to 
those variables to get them to work.

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Sun, Sep 10, 2017 at 2:50 PM, Johannes Brauer 
> wrote:
Hi!

isn’t it allowed to use bibtex entries @url or @webpage? Using one of them the 
html export complains that the entry is not found, for example:

Carro1998 not found in 
/Users/johannes/Documents/lehre/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib
org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil

Johannes




Re: [O] org-agenda-skip-function does not find inherited tags

2017-09-11 Thread Kaushal Modi
On Wed, Sep 6, 2017 at 12:33 PM Nicolas Goaziou 
wrote:

> You write a more appropriate function and use it as
> `org-agenda-skip-function'. It could re-use the following snippet:
>
>   (not (member "@work" (org-split-string (org-entry-get (point)
> "ALLTAGS"
>

TIL about ALLTAGS and other Special Properties.

That org-split-string though needs the separator argument though, right?

(org-split-string (org-entry-get (point) "ALLTAGS") ":")
-- 

Kaushal Modi


[O] asymmetry between org-backward-sentence and org-forward-sentence around headings

2017-09-11 Thread Mat Vibrys
  Org file looks like following:

  * heading
my line.

  when cursor is at beginning of file, `org-forward-sentence' goes to the
end of "my line.", which does not seem to be correct (heading is special
outline). Then calling `org-backward-sentence' behaves correctly, ie it
goes to the beginning of "my line.".

  To workaround the problem I kept on inserting dot at the end of each
heading. Until yesterday where I wanted to add link to heading from another
file. When dot is at the end of heading, then adding dot to the end of link
does not work.

  file:./fil.org::heading.

  correct behavior of `org-forward-sentence' would probably fix the
problem, ie I could remove dots from ends of all the headings

regards,
Mat


Re: [O] changing individual agenda items dates, en-bloc?

2017-09-11 Thread Matt Lundin
Sharon Kimble  writes:

> How can I change individual items in my agenda so that although they may
> have a date of 2017-09-01 and be repeated daily but haven't been
> accessed in the intervening time period, I can easily change it to miss
> out all the unexpired dates and be rescheduled for a date of my choosing
> please?
>
> I seem to remember that there was some way, either through a add-on
> package or a sequence of commands, but I can't seem to find it now.

You can mark items with "M" and then do a bulk reschedule.

The key sequence for the bulk rescheduling is "B s".

Matt



Re: [O] SCHEDULE duration not honored in iCalender export

2017-09-11 Thread Eric S Fraga
On Monday, 11 Sep 2017 at 14:29, Warren Lynn wrote:
> Emacs 24.5.1, Org-mode 9.1, Windows 7
>
> If I have task like this:
> * Spring break
>SCHEDULED: <2018-03-30 Fri>-<2018-04-06 Fri>
>
> I would see "Spring break" listed in the daily agenda for each day between
> the starting and ending date in the "SCHEDULED" line. However, the exported
> ".ics" file only puts one entry for the starting date, which neither
> correctly reflects the task nor be consistent with the daily org agenda
> view.

Not sure whether this helps or not but a period is specified using two
hyphen characters: <...>--<...>

-- 
: Eric S Fraga via Emacs 24.5.1, Org release_9.1-57-gc6e563


signature.asc
Description: PGP signature


Re: [O] ics calendar?

2017-09-11 Thread Matt Price
On Fri, Sep 8, 2017 at 11:52 AM, Eric Abrahamsen 
wrote:

> Matt Price  writes:
>
> > I've been using Kaushal's fantastic ox-hugo to build my course websites
> (see http://2017.hackinghistory.ca/ for one more or less finished
> example; slightly out of date and not-yet documented source files are on
> Github at
> > https://github.com/titaniumbones/Hacking-History/tree/2017).  It's a
> great system  and I love it.
> >
> > I've just noticed that Hugo supports .ics formats and thought it would
> be useful to have a calendar for the class. I've never done .ics exports in
> org -- I don't use the core calendar/agenda features very effectively --
> and am not sure
> > what the best way to do this would be.  So I'm really just asking
> whether other people do ics exports and if so, how you structure the org
> source files and so forth.
>
> In addition to what others have said, I'll note that the export process
> "flattens" all entries with dates, so the structure of the org file
> itself matters less. Apologies if you already knew that...
>
> Eric
>

thanks to both of you for the hints -- I have my dates in the headlines
themselves for various reasons, so I think I have to write a quick export
filter to remove them from the  ics output. Running a little short o ntime
for the start of class (!) but maybe in the next week or s; if I get it to
work I'll report back.


[O] SCHEDULE duration not honored in iCalender export

2017-09-11 Thread Warren Lynn
Emacs 24.5.1, Org-mode 9.1, Windows 7

If I have task like this:
* Spring break
   SCHEDULED: <2018-03-30 Fri>-<2018-04-06 Fri>

I would see "Spring break" listed in the daily agenda for each day between
the starting and ending date in the "SCHEDULED" line. However, the exported
".ics" file only puts one entry for the starting date, which neither
correctly reflects the task nor be consistent with the daily org agenda
view.

Thanks for looking into it.

Warren


[O] changing individual agenda items dates, en-bloc?

2017-09-11 Thread Sharon Kimble

How can I change individual items in my agenda so that although they may
have a date of 2017-09-01 and be repeated daily but haven't been
accessed in the intervening time period, I can easily change it to miss
out all the unexpired dates and be rescheduled for a date of my choosing
please?

I seem to remember that there was some way, either through a add-on
package or a sequence of commands, but I can't seem to find it now.

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk  
Debian 9.0, fluxbox 1.3.5-2, emacs 25.1.1, org-mode 9.1


signature.asc
Description: PGP signature


Re: [O] How to create tables with multi-rows/columns cells?

2017-09-11 Thread Eric S Fraga
On Monday, 11 Sep 2017 at 04:36, jiewuza wrote:
> It is quite common to have multi-rows/columns cells in talbe. But as far
> as I know, it seems impossible with the org built-in table editor.

org does not support multi-row/column cells in tables.  When you say:

> It works.

what do you mean?  If I edit your example, org does not recognise it as
a table (or, at least, not a properly defined one).

-- 
: Eric S Fraga via Emacs 24.5.1, Org release_9.1-57-gc6e563


signature.asc
Description: PGP signature